@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class AddStandbyAutonomousContainerDatabaseDetails extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Create Standby Autonomous Container Database to an existing Autonomous Container Database
Note: Objects should always be created or deserialized using the AddStandbyAutonomousContainerDatabaseDetails.Builder
. This model
distinguishes fields that are null
because they are unset from fields that are explicitly
set to null
. This is done in the setter methods of the AddStandbyAutonomousContainerDatabaseDetails.Builder
, which maintain a
set of all explicitly set fields called AddStandbyAutonomousContainerDatabaseDetails.Builder.__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take the explicitly set
fields into account. The constructor, on the other hand, does not take the explicitly set fields
into account (since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
AddStandbyAutonomousContainerDatabaseDetails.Builder |
static class |
AddStandbyAutonomousContainerDatabaseDetails.ProtectionMode
The protection mode of this Autonomous Data Guard association.
|
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
AddStandbyAutonomousContainerDatabaseDetails(Integer fastStartFailOverLagLimitInSeconds,
Boolean isAutomaticFailoverEnabled,
PeerAutonomousContainerDatabaseBackupConfig peerAutonomousContainerDatabaseBackupConfig,
String peerAutonomousContainerDatabaseCompartmentId,
String peerAutonomousContainerDatabaseDisplayName,
String peerCloudAutonomousVmClusterId,
String peerAutonomousVmClusterId,
String peerDbUniqueName,
AddStandbyAutonomousContainerDatabaseDetails.ProtectionMode protectionMode,
Integer standbyMaintenanceBufferInDays)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static AddStandbyAutonomousContainerDatabaseDetails.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Integer |
getFastStartFailOverLagLimitInSeconds()
The lag time for my preference based on data loss tolerance in seconds.
|
Boolean |
getIsAutomaticFailoverEnabled()
Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard
Association
|
PeerAutonomousContainerDatabaseBackupConfig |
getPeerAutonomousContainerDatabaseBackupConfig() |
String |
getPeerAutonomousContainerDatabaseCompartmentId()
The OCID of the
compartment where the standby Autonomous Container Database will be created.
|
String |
getPeerAutonomousContainerDatabaseDisplayName()
The display name for the peer Autonomous Container Database.
|
String |
getPeerAutonomousVmClusterId()
The OCID of the peer
Autonomous Exadata VM Cluster.
|
String |
getPeerCloudAutonomousVmClusterId()
The OCID of the peer
cloud Autonomous Exadata VM Cluster.
|
String |
getPeerDbUniqueName()
Specifies the
DB_UNIQUE_NAME of the peer database to be created. |
AddStandbyAutonomousContainerDatabaseDetails.ProtectionMode |
getProtectionMode()
The protection mode of this Autonomous Data Guard association.
|
Integer |
getStandbyMaintenanceBufferInDays()
The scheduling detail for the quarterly maintenance window of the standby Autonomous
Container Database.
|
int |
hashCode() |
AddStandbyAutonomousContainerDatabaseDetails.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"fastStartFailOverLagLimitInSeconds","isAutomaticFailoverEnabled","peerAutonomousContainerDatabaseBackupConfig","peerAutonomousContainerDatabaseCompartmentId","peerAutonomousContainerDatabaseDisplayName","peerCloudAutonomousVmClusterId","peerAutonomousVmClusterId","peerDbUniqueName","protectionMode","standbyMaintenanceBufferInDays"}) public AddStandbyAutonomousContainerDatabaseDetails(Integer fastStartFailOverLagLimitInSeconds, Boolean isAutomaticFailoverEnabled, PeerAutonomousContainerDatabaseBackupConfig peerAutonomousContainerDatabaseBackupConfig, String peerAutonomousContainerDatabaseCompartmentId, String peerAutonomousContainerDatabaseDisplayName, String peerCloudAutonomousVmClusterId, String peerAutonomousVmClusterId, String peerDbUniqueName, AddStandbyAutonomousContainerDatabaseDetails.ProtectionMode protectionMode, Integer standbyMaintenanceBufferInDays)
public static AddStandbyAutonomousContainerDatabaseDetails.Builder builder()
Create a new builder.
public AddStandbyAutonomousContainerDatabaseDetails.Builder toBuilder()
public Integer getFastStartFailOverLagLimitInSeconds()
The lag time for my preference based on data loss tolerance in seconds.
public Boolean getIsAutomaticFailoverEnabled()
Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association
public PeerAutonomousContainerDatabaseBackupConfig getPeerAutonomousContainerDatabaseBackupConfig()
public String getPeerAutonomousContainerDatabaseCompartmentId()
The OCID of the compartment where the standby Autonomous Container Database will be created.
public String getPeerAutonomousContainerDatabaseDisplayName()
The display name for the peer Autonomous Container Database.
public String getPeerCloudAutonomousVmClusterId()
The OCID of the peer cloud Autonomous Exadata VM Cluster.
public String getPeerAutonomousVmClusterId()
The OCID of the peer Autonomous Exadata VM Cluster.
public String getPeerDbUniqueName()
Specifies the DB_UNIQUE_NAME
of the peer database to be created.
public AddStandbyAutonomousContainerDatabaseDetails.ProtectionMode getProtectionMode()
The protection mode of this Autonomous Data Guard association. For more information, see Oracle Data Guard Protection Modes in the Oracle Data Guard documentation.
public Integer getStandbyMaintenanceBufferInDays()
The scheduling detail for the quarterly maintenance window of the standby Autonomous Container Database. This value represents the number of days before scheduled maintenance of the primary database.
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2025. All rights reserved.