models.isilon_cluster module¶
-
class
models.isilon_cluster.
IsilonCluster
(api_version_str=None, description=None, guid=None, version=None)[source]¶ Bases:
object
Implementation of the ‘IsilonCluster’ model.
Specifies information about an Isilon Cluster.
- Attributes:
- api_version_str (string): Specifies the API version of an Isilon
Cluster as string.
description (string): Specifies the description of an Isilon Cluster. guid (string): Specifies a globally unique id of an Isilon Cluster. version (string): Specifies the version of an Isilon Cluster.
-
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.