models.isilon_mount_point module

class models.isilon_mount_point.IsilonMountPoint(access_zone_name=None, nfs_mount_point=None, path=None, protocols=None, smb_mount_points=None)[source]

Bases: object

Implementation of the ‘IsilonMountPoint’ model.

Specifies information about a mount point in an Isilon OneFs Cluster.

Attributes:

access_zone_name (string): Specifies the name of access zone. nfs_mount_point (IsilonNfsMountPoint): Specifies NFS Mount Point

exposed by Isilon Protection Source.

path (string): Specifies the path of the access zone in ifs. This

should include the leading “/ifs/”.

protocols (list of ProtocolEnum): List of Protocols on Isilon.

Specifies the list of protocols enabled on Isilon OneFs file system. ‘kNfs’ indicates NFS exports in an Isilon Cluster. ‘kSmb’ indicates CIFS/SMB Shares in an Isilon Cluster.

smb_mount_points (list of IsilonSmbMountPoint): Specifies information

about an SMB share. This field is set if the file system supports protocol type ‘kSmb’.

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.