Class AddStandbyAutonomousContainerDatabaseDetails
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.database.model.AddStandbyAutonomousContainerDatabaseDetails
-
@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 theAddStandbyAutonomousContainerDatabaseDetails.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 calledAddStandbyAutonomousContainerDatabaseDetails.Builder.__explicitlySet__
. ThehashCode()
andequals(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).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AddStandbyAutonomousContainerDatabaseDetails.Builder
static class
AddStandbyAutonomousContainerDatabaseDetails.ProtectionMode
The protection mode of this Autonomous Data Guard association.
-
Constructor Summary
Constructors Constructor Description AddStandbyAutonomousContainerDatabaseDetails(Integer fastStartFailOverLagLimitInSeconds, Boolean isAutomaticFailoverEnabled, PeerAutonomousContainerDatabaseBackupConfig peerAutonomousContainerDatabaseBackupConfig, String peerAutonomousContainerDatabaseCompartmentId, String peerAutonomousContainerDatabaseDisplayName, String peerCloudAutonomousVmClusterId, String peerAutonomousVmClusterId, String peerDbUniqueName, AddStandbyAutonomousContainerDatabaseDetails.ProtectionMode protectionMode, Integer standbyMaintenanceBufferInDays)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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 AssociationPeerAutonomousContainerDatabaseBackupConfig
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.
-
-
-
Constructor Detail
-
AddStandbyAutonomousContainerDatabaseDetails
@Deprecated @ConstructorProperties({"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)
Deprecated.
-
-
Method Detail
-
builder
public static AddStandbyAutonomousContainerDatabaseDetails.Builder builder()
Create a new builder.
-
toBuilder
public AddStandbyAutonomousContainerDatabaseDetails.Builder toBuilder()
-
getFastStartFailOverLagLimitInSeconds
public Integer getFastStartFailOverLagLimitInSeconds()
The lag time for my preference based on data loss tolerance in seconds.- Returns:
- the value
-
getIsAutomaticFailoverEnabled
public Boolean getIsAutomaticFailoverEnabled()
Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association- Returns:
- the value
-
getPeerAutonomousContainerDatabaseBackupConfig
public PeerAutonomousContainerDatabaseBackupConfig getPeerAutonomousContainerDatabaseBackupConfig()
-
getPeerAutonomousContainerDatabaseCompartmentId
public String getPeerAutonomousContainerDatabaseCompartmentId()
The OCID of the compartment where the standby Autonomous Container Database will be created.- Returns:
- the value
-
getPeerAutonomousContainerDatabaseDisplayName
public String getPeerAutonomousContainerDatabaseDisplayName()
The display name for the peer Autonomous Container Database.- Returns:
- the value
-
getPeerCloudAutonomousVmClusterId
public String getPeerCloudAutonomousVmClusterId()
The OCID of the peer cloud Autonomous Exadata VM Cluster.- Returns:
- the value
-
getPeerAutonomousVmClusterId
public String getPeerAutonomousVmClusterId()
The OCID of the peer Autonomous Exadata VM Cluster.- Returns:
- the value
-
getPeerDbUniqueName
public String getPeerDbUniqueName()
Specifies the DB_UNIQUE_NAME of the peer database to be created.- Returns:
- the value
-
getProtectionMode
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.
- Returns:
- the value
-
getStandbyMaintenanceBufferInDays
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.
- Returns:
- the value
-
toString
public String toString()
- Overrides:
toString
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Parameters:
includeByteArrayContents
- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
-