VmDisk#

class VmDisk(disk_ext_id=None, disk_size_bytes=None, storage_container=None, storage_config=None, data_source=None, *args, **kwargs)[source]#

Bases: object

Storage provided by Nutanix ADSF

Parameters:
property data_source#
Type:

DataSource

property disk_ext_id#

Globally unique identifier of a VM disk. It should be of type UUID.

Type:

str

property disk_size_bytes#

Size of the disk in Bytes

Type:

int

property storage_config#
Type:

VmDiskStorageConfig

property storage_container#
Type:

VmDiskContainerReference

to_dict()[source]#

Returns the model properties as a dictionary

to_str()[source]#

Returns the string representation of the model