models.isilon_nfs_mount_point module¶
-
class
models.isilon_nfs_mount_point.
IsilonNfsMountPoint
(access_zone_name=None, description=None, id=None)[source]¶ Bases:
object
Implementation of the ‘IsilonNfsMountPoint’ model.
Specifies NFS Mount Point exposed by Isilon Protection Source.
- Attributes:
access_zone_name (string): Specifies the Access Zone name. description (string): Specifies the description of the NFS mount
point.
id (long|int): Specifies the Id of the NFS export.
-
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.