DiskReference#

class DiskReference(uuid=None, id=None, mount_path=None, size=None, serial_id=None, storage_tier=None, *args, **kwargs)[source]#

Bases: object

Disk details attached to a host

Parameters:
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:

StorageTierReference

to_dict()[source]#

Returns the model properties as a dictionary

to_str()[source]#

Returns the string representation of the model

property uuid#

Disk UUID

Type:

str