DiskReference#
- class DiskReference(uuid=None, id=None, mount_path=None, size=None, serial_id=None, storage_tier=None, *args, **kwargs)[source]#
Bases:
objectDisk details attached to a host
- Parameters:
uuid – (
uuid) Disk UUIDid – (
id) Disk Idmount_path – (
mount_path) Disk mount pathsize – (
size) Disk sizeserial_id – (
serial_id) Disk serial Idstorage_tier – (
storage_tier)
- property id#
Disk Id
- Type:
int
- property mount_path#
Disk mount path
- Type:
str
- property serial_id#
Disk serial Id
- Type:
str
- property size#
Disk size
- Type:
int
- property storage_tier#
- Type:
- property uuid#
Disk UUID
- Type:
str