Class DiskPartition (0.1.6)

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

Disk Partition details.

Attributes

NameDescription
type_ str
Partition type.
file_system str
Partition file system.
mount_point str
Mount pount (Linux/Windows) or drive letter (Windows).
capacity_bytes int
Partition capacity.
free_bytes int
Partition free space.
uuid str
Partition UUID.
sub_partitions google.cloud.migrationcenter_v1.types.DiskPartitionList
Sub-partitions.