ReplicationMetadata¶
-
class
oci.dbmulticloud.models.ReplicationMetadata(**kwargs)¶ Bases:
objectReplication metadata, it has information about replication and target region.
Methods
__init__(**kwargs)Initializes a new ReplicationMetadata object with values from keyword arguments. Attributes
replication_detailsGets the replication_details of this ReplicationMetadata. -
__init__(**kwargs)¶ Initializes a new ReplicationMetadata object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: replication_details (list[oci.dbmulticloud.models.ReplicationDetails]) – The value to assign to the replication_details property of this ReplicationMetadata.
-
replication_details¶ Gets the replication_details of this ReplicationMetadata. List of all regions and their respective resource ID.
Returns: The replication_details of this ReplicationMetadata. Return type: list[oci.dbmulticloud.models.ReplicationDetails]
-