Class UpdateReplicationConfigDetails
Details of the replication configuration that is applicable when database system gets the
PRIMARY_DB_SYSTEM role.
This configuration does not have any effect on database systems with other roles.
Inherited Members
Namespace: Oci.PsqlService.Models
Assembly: OCI.DotNetSDK.Psql.dll
Syntax
public class UpdateReplicationConfigDetails
Properties
IsRpoEnforced
Declaration
[JsonProperty(PropertyName = "isRpoEnforced")]
public bool? IsRpoEnforced { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? | Specify if Recovery point objective (RPO) enforcement needs to be enabled on the database system. |
RpoInSeconds
Declaration
[JsonProperty(PropertyName = "rpoInSeconds")]
public long? RpoInSeconds { get; set; }
Property Value
| Type | Description |
|---|---|
| long? | Specifies the Recovery point objective (RPO) in seconds that will be enforced, if the
|