models.virtual_disk_id_information module¶
-
class
models.virtual_disk_id_information.
VirtualDiskIdInformation
(bus_number=None, controller_type=None, disk_id=None, unit_number=None)[source]¶ Bases:
object
Implementation of the ‘VirtualDiskIdInformation’ model.
Specifies information about virtual disk which includes disk uuid, controller type, bus number and unit number.
- Attributes:
- bus_number (long|int): Specifies the Id of the controller bus that
controls the disk.
- controller_type (string): Specifies the controller type like SCSI, or
IDE etc.
disk_id (string): Specfies the uuid of the virtual disk. unit_number (long|int): Specifies the disk file name. This is the VMDK
name and not the flat file name.
-
classmethod
from_dictionary
(dictionary)[source]¶ Creates an instance of this model from a dictionary
- Args:
dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.
- Returns:
object: An instance of this structure class.