models.san_storage_array module

class models.san_storage_array.SanStorageArray(id=None, ports=None, revision=None, version=None)[source]

Bases: object

Implementation of the ‘SanStorageArray’ model.

Specifies a SAN Storage Array.

Attributes:
id (string): Specifies a unique id of a SAN Storage Array. The id is

unique across Cohesity Clusters.

ports (list of IscsiSanPort): Specifies the SAN ports of the SAN

Storage Array.

revision (string): Specifies the revision of the SAN Storage Array. version (string): Specifies the version of the SAN 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.