Class VmwareVmDetails (0.1.0)

VmwareVmDetails(mapping=None, *, ignore_unknown_fields=False, **kwargs)

VmwareVmDetails describes a VM in vCenter.

Attributes

NameDescription
vm_id str
The VM's id in the source (note that this is not the MigratingVm's id). This is the moref id of the VM.
datacenter_id str
The id of the vCenter's datacenter this VM is contained in.
datacenter_description str
The descriptive name of the vCenter's datacenter this VM is contained in.
uuid str
The unique identifier of the VM in vCenter.
display_name str
The display name of the VM. Note that this is not necessarily unique.
power_state google.cloud.vmmigration_v1.types.VmwareVmDetails.PowerState
The power state of the VM at the moment list was taken.
cpu_count int
The number of cpus in the VM.
memory_mb int
The size of the memory of the VM in MB.
disk_count int
The number of disks the VM has.
committed_storage_mb int
The total size of the storage allocated to the VM in MB.
guest_description str
The VM's OS. See for example https://pubs.vmware.com/vi- sdk/visdk250/ReferenceGuide/vim.vm.GuestOsDescriptor.GuestOsIdentifier.html for types of strings this might hold.
boot_option google.cloud.vmmigration_v1.types.VmwareVmDetails.BootOption
Output only. The VM Boot Option.

Classes

BootOption

BootOption(value)

Possible values for vm boot option.

PowerState

PowerState(value)

Possible values for the power state of the VM.