Class AwsSourceVmDetails (1.8.2)

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

Represent the source AWS VM details.

Attributes

NameDescription
firmware google.cloud.vmmigration_v1.types.AwsSourceVmDetails.Firmware
The firmware type of the source VM.
committed_storage_bytes int
The total size of the disks being migrated in bytes.

Classes

Firmware

Firmware(value)

Possible values for AWS VM firmware.

Values: FIRMWARE_UNSPECIFIED (0): The firmware is unknown. EFI (1): The firmware is EFI. BIOS (2): The firmware is BIOS.