models.pure_storage_array module¶
-
class
models.pure_storage_array.
PureStorageArray
(id=None, ports=None, revision=None, version=None)[source]¶ Bases:
object
Implementation of the ‘PureStorageArray’ model.
Specifies a Pure Storage Array.
- Attributes:
- id (string): Specifies a unique id of a Pure Storage Array. The id is
unique across Cohesity Clusters.
- ports (list of IscsiSanPort): Specifies the SAN ports of the Pure
Storage Array.
revision (string): Specifies the revision of the Pure Storage Array. version (string): Specifies the version of the Pure Storage Array.
-
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.