models_v2.common_remote_storage_info module

class models_v2.common_remote_storage_info.CommonRemoteStorageInfo(product='FlashBlade', id=None)[source]

Bases: object

Implementation of the ‘Common Remote Storage Info’ model.

Specifies the details of common remote storage info.

Attributes:

id (long|int): Specifies unique id of the registered remote storage. product (string): Specifies the product type of the remote storage.

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.