Class VmwareSourceVmDetails (1.12.0)

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

Represent the source Vmware VM details.

Attributes

Name Description
firmware google.cloud.vmmigration_v1.types.VmwareSourceVmDetails.Firmware
Output only. The firmware type of the source VM.
committed_storage_bytes int
Output only. The total size of the disks being migrated in bytes.
disks MutableSequence[google.cloud.vmmigration_v1.types.VmwareSourceVmDetails.VmwareDiskDetails]
Output only. The disks attached to the source VM.
vm_capabilities_info google.cloud.vmmigration_v1.types.VmCapabilities
Output only. Information about VM capabilities needed for some Compute Engine features.
architecture google.cloud.vmmigration_v1.types.VmArchitecture
Output only. The VM architecture.

Classes

Firmware

Firmware(value)

Possible values for Vmware VM firmware.

VmwareDiskDetails

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

The details of a Vmware VM disk.