Class CreateAutonomousContainerDatabaseDataguardAssociationDetails
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.database.model.CreateAutonomousContainerDatabaseDataguardAssociationDetails
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class CreateAutonomousContainerDatabaseDataguardAssociationDetails extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelCreate Autonomous Dataguard Association to an existing Autonomous Container Database
 Note: Objects should always be created or deserialized using theCreateAutonomousContainerDatabaseDataguardAssociationDetails.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 CreateAutonomousContainerDatabaseDataguardAssociationDetails.Builder, which maintain a set of all explicitly set fields calledCreateAutonomousContainerDatabaseDataguardAssociationDetails.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 SummaryNested Classes Modifier and Type Class Description static classCreateAutonomousContainerDatabaseDataguardAssociationDetails.Builderstatic classCreateAutonomousContainerDatabaseDataguardAssociationDetails.ProtectionModeThe protection mode of this Autonomous Data Guard association.
 - 
Constructor SummaryConstructors Constructor Description CreateAutonomousContainerDatabaseDataguardAssociationDetails(String peerAutonomousContainerDatabaseDisplayName, String peerAutonomousContainerDatabaseCompartmentId, String peerCloudAutonomousVmClusterId, String peerAutonomousVmClusterId, String peerDbUniqueName, PeerAutonomousContainerDatabaseBackupConfig peerAutonomousContainerDatabaseBackupConfig, Boolean isAutomaticFailoverEnabled, CreateAutonomousContainerDatabaseDataguardAssociationDetails.ProtectionMode protectionMode, Integer fastStartFailOverLagLimitInSeconds, Integer standbyMaintenanceBufferInDays)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateAutonomousContainerDatabaseDataguardAssociationDetails.Builderbuilder()Create a new builder.booleanequals(Object o)IntegergetFastStartFailOverLagLimitInSeconds()The lag time for my preference based on data loss tolerance in seconds.BooleangetIsAutomaticFailoverEnabled()Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard AssociationPeerAutonomousContainerDatabaseBackupConfiggetPeerAutonomousContainerDatabaseBackupConfig()StringgetPeerAutonomousContainerDatabaseCompartmentId()The OCID of the compartment where the standby Autonomous Container Database will be created.StringgetPeerAutonomousContainerDatabaseDisplayName()The display name for the peer Autonomous Container Database.StringgetPeerAutonomousVmClusterId()The OCID of the peer Autonomous Exadata VM Cluster.StringgetPeerCloudAutonomousVmClusterId()The OCID of the peer cloud Autonomous Exadata VM Cluster.StringgetPeerDbUniqueName()Specifies the DB_UNIQUE_NAME of the peer database to be created.CreateAutonomousContainerDatabaseDataguardAssociationDetails.ProtectionModegetProtectionMode()The protection mode of this Autonomous Data Guard association.IntegergetStandbyMaintenanceBufferInDays()The scheduling detail for the quarterly maintenance window of the standby Autonomous Container Database.inthashCode()CreateAutonomousContainerDatabaseDataguardAssociationDetails.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
CreateAutonomousContainerDatabaseDataguardAssociationDetails@Deprecated @ConstructorProperties({"peerAutonomousContainerDatabaseDisplayName","peerAutonomousContainerDatabaseCompartmentId","peerCloudAutonomousVmClusterId","peerAutonomousVmClusterId","peerDbUniqueName","peerAutonomousContainerDatabaseBackupConfig","isAutomaticFailoverEnabled","protectionMode","fastStartFailOverLagLimitInSeconds","standbyMaintenanceBufferInDays"}) public CreateAutonomousContainerDatabaseDataguardAssociationDetails(String peerAutonomousContainerDatabaseDisplayName, String peerAutonomousContainerDatabaseCompartmentId, String peerCloudAutonomousVmClusterId, String peerAutonomousVmClusterId, String peerDbUniqueName, PeerAutonomousContainerDatabaseBackupConfig peerAutonomousContainerDatabaseBackupConfig, Boolean isAutomaticFailoverEnabled, CreateAutonomousContainerDatabaseDataguardAssociationDetails.ProtectionMode protectionMode, Integer fastStartFailOverLagLimitInSeconds, Integer standbyMaintenanceBufferInDays) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static CreateAutonomousContainerDatabaseDataguardAssociationDetails.Builder builder() Create a new builder.
 - 
toBuilderpublic CreateAutonomousContainerDatabaseDataguardAssociationDetails.Builder toBuilder() 
 - 
getPeerAutonomousContainerDatabaseDisplayNamepublic String getPeerAutonomousContainerDatabaseDisplayName() The display name for the peer Autonomous Container Database.- Returns:
- the value
 
 - 
getPeerAutonomousContainerDatabaseCompartmentIdpublic String getPeerAutonomousContainerDatabaseCompartmentId() The OCID of the compartment where the standby Autonomous Container Database will be created.- Returns:
- the value
 
 - 
getPeerCloudAutonomousVmClusterIdpublic String getPeerCloudAutonomousVmClusterId() The OCID of the peer cloud Autonomous Exadata VM Cluster.- Returns:
- the value
 
 - 
getPeerAutonomousVmClusterIdpublic String getPeerAutonomousVmClusterId() The OCID of the peer Autonomous Exadata VM Cluster.- Returns:
- the value
 
 - 
getPeerDbUniqueNamepublic String getPeerDbUniqueName() Specifies the DB_UNIQUE_NAME of the peer database to be created.- Returns:
- the value
 
 - 
getPeerAutonomousContainerDatabaseBackupConfigpublic PeerAutonomousContainerDatabaseBackupConfig getPeerAutonomousContainerDatabaseBackupConfig() 
 - 
getIsAutomaticFailoverEnabledpublic Boolean getIsAutomaticFailoverEnabled() Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association- Returns:
- the value
 
 - 
getProtectionModepublic CreateAutonomousContainerDatabaseDataguardAssociationDetails.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
 
 - 
getFastStartFailOverLagLimitInSecondspublic Integer getFastStartFailOverLagLimitInSeconds() The lag time for my preference based on data loss tolerance in seconds.- Returns:
- the value
 
 - 
getStandbyMaintenanceBufferInDayspublic 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
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic 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
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-