models.backup_job_proto_remote_view_params module

class models.backup_job_proto_remote_view_params.BackupJobProto_RemoteViewParams(remote_view_map=None)[source]

Bases: object

Implementation of the ‘BackupJobProto_RemoteViewParams’ model.

From 6.6 onwards, we always create remote view for view backups if policy has replication, hence ‘create_remote_view’ bool is not added here.

Attributes:
remote_view_map (list of BackupJobProto_RemoteViewParams_RemoteViewMapEntry):

A map from view id on source cluster to the view name params on remote cluster. This is applicable for view backups with replication configured in the policy.

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.