models.mount_volumes_task_state_proto module

class models.mount_volumes_task_state_proto.MountVolumesTaskStateProto(full_nas_path=None, host_entity=None, mount_info=None, mount_params=None)[source]

Bases: object

Implementation of the ‘MountVolumesTaskStateProto’ model.

TODO: type model description here.

Attributes:
full_nas_path (string): Contains the SMB/NFS path of the share we

expose to clients. The share contains the files pertinent to the original backup run type.

host_entity (EntityProto): Specifies the attributes and the latest

statistics about an entity.

mount_info (MountVolumesInfoProto): Each available extension is listed

below along with the location of the proto file (relative to magneto/connectors) where it is defined. MountVolumesInfoProto extension Location =================================================================== ========== vmware::MountVolumesInfoProto::vmware_mount_volumes_info vmware/vmware.proto =================================================================== ==========

mount_params (MountVolumesParams): TODO: type description here.

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.