DiskEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Single disk entry.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
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.