DomainReplication¶
-
class
oci.identity.models.
DomainReplication
(**kwargs)¶ Bases:
object
(For tenancies that support identity domains) Identity domain replication states.
Methods
__init__
(**kwargs)Initializes a new DomainReplication object with values from keyword arguments. Attributes
domain_replication_states
[Required] Gets the domain_replication_states of this DomainReplication. opc_water_mark
[Required] Gets the opc_water_mark of this DomainReplication. txn_seq_number
[Required] Gets the txn_seq_number of this DomainReplication. -
__init__
(**kwargs)¶ Initializes a new DomainReplication object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - opc_water_mark (float) – The value to assign to the opc_water_mark property of this DomainReplication.
- txn_seq_number (float) – The value to assign to the txn_seq_number property of this DomainReplication.
- domain_replication_states (list[oci.identity.models.DomainReplicationStates]) – The value to assign to the domain_replication_states property of this DomainReplication.
-
domain_replication_states
¶ [Required] Gets the domain_replication_states of this DomainReplication. The identity domain’s replication state.
Returns: The domain_replication_states of this DomainReplication. Return type: list[oci.identity.models.DomainReplicationStates]
-
opc_water_mark
¶ [Required] Gets the opc_water_mark of this DomainReplication. The version number indicating the value of kievTxnId, starting from which the identity domain replication events need to be returned.
Returns: The opc_water_mark of this DomainReplication. Return type: float
-
txn_seq_number
¶ [Required] Gets the txn_seq_number of this DomainReplication. A custom value defining the order of records with the same kievTxnId.
Returns: The txn_seq_number of this DomainReplication. Return type: float
-