models.flash_blade_storage_array module

class models.flash_blade_storage_array.FlashBladeStorageArray(capacity_bytes=None, id=None, networks=None, physical_used_bytes=None, revision=None, version=None)[source]

Bases: object

Implementation of the ‘FlashBladeStorageArray’ model.

Specifies information about a Pure Storage FlashBlade Array.

Attributes:
capacity_bytes (long|int): Specifies the total capacity in bytes of

the Pure Storage FlashBlade Array.

id (string): Specifies a unique id of a Pure Storage FlashBlade Array.

The id is unique across Cohesity Clusters.

networks (list of FlashBladeNetworkInterface): Specifies the network

interfaces of the Pure Storage FlashBlade Array.

physical_used_bytes (long|int): Specifies the space used for physical

data in bytes.

revision (string): Specifies the revision of the Pure Storage

FlashBlade software.

version (string): Specifies the software version running on the Pure

Storage FlashBlade 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.