models.replication_target_settings module

class models.replication_target_settings.ReplicationTargetSettings(cluster_id=None, cluster_name=None)[source]

Bases: object

Implementation of the ‘ReplicationTargetSettings’ model.

Specifies settings about the Remote Cohesity Cluster where Snapshots are copied to.

Attributes:

cluster_id (long|int): Specifies the id of the Remote Cluster. cluster_name (string): Specifies the name of the Remote Cluster.

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.