Class VmwareVmDetails (1.3.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://vdc-repo.vmware.com/vmwb-repository/dcr-public/da47f910-60ac-438b-8b9b-6122f4d14524/16b7274a-bf8b-4b4c-a05e-746f2aa93c8c/doc/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.

Inheritance

builtins.object > proto.message.Message > VmwareVmDetails

Classes

BootOption

BootOption(value)

Possible values for vm boot option.

PowerState

PowerState(value)

Possible values for the power state of the VM.