models_v2.remote_storage_registration_parameters module¶
-
class
models_v2.remote_storage_registration_parameters.
RemoteStorageRegistrationParameters
(product='FlashBlade', id=None, flashblade_params=None)[source]¶ Bases:
object
Implementation of the ‘Remote storage Registration parameters.’ model.
Specifies the remote storage Registration parameters.
- Attributes:
id (long|int): Specifies unique id of the registered remote storage. product (string): Specifies the product type of the remote storage. flashblade_params (FlashbladeParams): Specifies the information
related to Registered Pure Flashblade.
-
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.