Class DiskEntry (0.1.6)

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

Attributes

NameDescription
capacity_bytes int
Disk capacity.
free_bytes int
Disk free space.
disk_label str
Disk label.
disk_label_type str
Disk label type (e.g. BIOS/GPT)
interface_type google.cloud.migrationcenter_v1.types.DiskEntry.InterfaceType
Disks interface type.
partitions google.cloud.migrationcenter_v1.types.DiskPartitionList
Partition layout.
hw_address str
Disk hardware address (e.g. 0:1 for SCSI).
vmware google.cloud.migrationcenter_v1.types.VmwareDiskConfig
VMware disk details. This field is a member of oneof_ platform_specific.

Classes

InterfaceType

InterfaceType(value)

Disks interface type.

Values: INTERFACE_TYPE_UNSPECIFIED (0): Interface type unknown or unspecified. IDE (1): IDE interface type. SATA (2): SATA interface type. SAS (3): SAS interface type. SCSI (4): SCSI interface type. NVME (5): NVME interface type. FC (6): FC interface type. ISCSI (7): iSCSI interface type.