models.isilon_smb_mount_point module

class models.isilon_smb_mount_point.IsilonSmbMountPoint(access_zone_id=None, description=None, share_name=None)[source]

Bases: object

Implementation of the ‘IsilonSmbMountPoint’ model.

Specifies information specific to SMB shares exposed by Isilon file system.

Attributes:

access_zone_id (long|int): Specifies the Access Zone Id. description (string): Specifies the description of the NFS mount

point.

share_name (string): Specifies the name of the SMB/CIFS share.

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.