DomainReplicationStates¶
-
class
oci.identity.models.
DomainReplicationStates
(**kwargs)¶ Bases:
object
(For tenancies that support identity domains) The identity domain replication log for all identity domains for a given region.
Attributes
STATE_DELETED
A constant which can be used with the state property of a DomainReplicationStates. STATE_DISABLING_REPLICATION
A constant which can be used with the state property of a DomainReplicationStates. STATE_ENABLING_REPLICATION
A constant which can be used with the state property of a DomainReplicationStates. STATE_REPLICATION_DISABLED
A constant which can be used with the state property of a DomainReplicationStates. STATE_REPLICATION_ENABLED
A constant which can be used with the state property of a DomainReplicationStates. domain_id
[Required] Gets the domain_id of this DomainReplicationStates. replica_region
[Required] Gets the replica_region of this DomainReplicationStates. state
[Required] Gets the state of this DomainReplicationStates. Methods
__init__
(**kwargs)Initializes a new DomainReplicationStates object with values from keyword arguments. -
STATE_DELETED
= 'DELETED'¶ A constant which can be used with the state property of a DomainReplicationStates. This constant has a value of “DELETED”
-
STATE_DISABLING_REPLICATION
= 'DISABLING_REPLICATION'¶ A constant which can be used with the state property of a DomainReplicationStates. This constant has a value of “DISABLING_REPLICATION”
-
STATE_ENABLING_REPLICATION
= 'ENABLING_REPLICATION'¶ A constant which can be used with the state property of a DomainReplicationStates. This constant has a value of “ENABLING_REPLICATION”
-
STATE_REPLICATION_DISABLED
= 'REPLICATION_DISABLED'¶ A constant which can be used with the state property of a DomainReplicationStates. This constant has a value of “REPLICATION_DISABLED”
-
STATE_REPLICATION_ENABLED
= 'REPLICATION_ENABLED'¶ A constant which can be used with the state property of a DomainReplicationStates. This constant has a value of “REPLICATION_ENABLED”
-
__init__
(**kwargs)¶ Initializes a new DomainReplicationStates object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - domain_id (str) – The value to assign to the domain_id property of this DomainReplicationStates.
- state (str) – The value to assign to the state property of this DomainReplicationStates. Allowed values for this property are: “ENABLING_REPLICATION”, “REPLICATION_ENABLED”, “DISABLING_REPLICATION”, “REPLICATION_DISABLED”, “DELETED”
- replica_region (str) – The value to assign to the replica_region property of this DomainReplicationStates.
-
domain_id
¶ [Required] Gets the domain_id of this DomainReplicationStates. The OCID of the identity domain.
Returns: The domain_id of this DomainReplicationStates. Return type: str
-
replica_region
¶ [Required] Gets the replica_region of this DomainReplicationStates. The replica region for the identity domain.
Returns: The replica_region of this DomainReplicationStates. Return type: str
-
state
¶ [Required] Gets the state of this DomainReplicationStates. The IDCS-replicated region state.
Allowed values for this property are: “ENABLING_REPLICATION”, “REPLICATION_ENABLED”, “DISABLING_REPLICATION”, “REPLICATION_DISABLED”, “DELETED”
Returns: The state of this DomainReplicationStates. Return type: str
-