models_v2.create_remote_disk_status module

class models_v2.create_remote_disk_status.CreateRemoteDiskStatus(mount_path=None, node_id=None, tier=None, status=None, message=None)[source]

Bases: object

Implementation of the ‘CreateRemoteDiskStatus’ model.

Specifies the status of creating remote disk.

Attributes:

mount_path (string): Specifies the NFS mount path of the remote disk. node_id (long|int): Specifies the node id of the disk. If not

specified, the disk will be evenly distributed across all the nodes.

tier (TierEnum): Specifies the tier of the disk status (Status1Enum): Specifies the creating status of this disk. message (string): Specifies the error message when creating remote

disk fails.

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.