models.isilon_access_zone module¶
-
class
models.isilon_access_zone.
IsilonAccessZone
(id=None, name=None, path=None)[source]¶ Bases:
object
Implementation of the ‘IsilonAccessZone’ model.
Specifies information about access zone in an Isilon Cluster.
- Attributes:
id (long|int): Specifies the id of the access zone. name (string): Specifies the name of the access zone. path (string): Specifies the path of the access zone in ifs. This
should include the leading “/ifs/”.
-
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.