models.node_system_disk_info module

class models.node_system_disk_info.NodeSystemDiskInfo(device_path=None, id=None, offline=None)[source]

Bases: object

Implementation of the ‘NodeSystemDiskInfo’ model.

TODO: type model description here.

Attributes:

device_path (string): DevicePath is the device path of the disk. id (long|int): Id is the id of the disk. offline (bool): Offline specifies whether a disk is marked offline.

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.