VmwareVmDetails class
VmwareVmDetails describes a VM in vCenter.
Constructors
Properties
- bootOption ↔ String?
-
The VM Boot Option.
getter/setter pair
- committedStorageMb ↔ String?
-
The total size of the storage allocated to the VM in MB.
getter/setter pair
- cpuCount ↔ int?
-
The number of cpus in the VM.
getter/setter pair
- datacenterDescription ↔ String?
-
The descriptive name of the vCenter's datacenter this VM is contained in.
getter/setter pair
- datacenterId ↔ String?
-
The id of the vCenter's datacenter this VM is contained in.
getter/setter pair
- diskCount ↔ int?
-
The number of disks the VM has.
getter/setter pair
- displayName ↔ String?
-
The display name of the VM.
getter/setter pair
- guestDescription ↔ String?
-
The VM's OS.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- memoryMb ↔ int?
-
The size of the memory of the VM in MB.
getter/setter pair
- powerState ↔ String?
-
The power state of the VM at the moment list was taken.
Possible string values are:
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- uuid ↔ String?
-
The unique identifier of the VM in vCenter.
getter/setter pair
- vmId ↔ String?
-
The VM's id in the source (note that this is not the MigratingVm's id).
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited