models_v2.registered_remote_storage_list module

class models_v2.registered_remote_storage_list.RegisteredRemoteStorageList(remote_storages=None)[source]

Bases: object

Implementation of the ‘Registered Remote Storage List’ model.

Specifies information about registered remote storage servers which are used by cohesity cluster.

Attributes:
remote_storages (list of RemoteStorageRegistrationParameters):

Specifies the list of registered remote storage info.

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.