Package com.oracle.bmc.database.model
Class AutonomousContainerDatabaseDataguardAssociation
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.database.model.AutonomousContainerDatabaseDataguardAssociation
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class AutonomousContainerDatabaseDataguardAssociation extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
The properties that define Autonomous Data Guard association between two different Autonomous Container Databases.
Note: Objects should always be created or deserialized using theAutonomousContainerDatabaseDataguardAssociation.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 theAutonomousContainerDatabaseDataguardAssociation.Builder
, which maintain a set of all explicitly set fields calledAutonomousContainerDatabaseDataguardAssociation.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
AutonomousContainerDatabaseDataguardAssociation.Builder
static class
AutonomousContainerDatabaseDataguardAssociation.LifecycleState
The current state of Autonomous Data Guard.static class
AutonomousContainerDatabaseDataguardAssociation.PeerLifecycleState
The current state of the Autonomous Container Database.static class
AutonomousContainerDatabaseDataguardAssociation.PeerRole
The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.static class
AutonomousContainerDatabaseDataguardAssociation.ProtectionMode
The protection mode of this Autonomous Data Guard association.static class
AutonomousContainerDatabaseDataguardAssociation.Role
The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
-
Constructor Summary
Constructors Constructor Description AutonomousContainerDatabaseDataguardAssociation(String id, String autonomousContainerDatabaseId, AutonomousContainerDatabaseDataguardAssociation.Role role, AutonomousContainerDatabaseDataguardAssociation.LifecycleState lifecycleState, String lifecycleDetails, String peerAutonomousContainerDatabaseDataguardAssociationId, String peerAutonomousContainerDatabaseId, AutonomousContainerDatabaseDataguardAssociation.PeerRole peerRole, AutonomousContainerDatabaseDataguardAssociation.PeerLifecycleState peerLifecycleState, AutonomousContainerDatabaseDataguardAssociation.ProtectionMode protectionMode, Integer fastStartFailOverLagLimitInSeconds, String applyLag, String applyRate, Boolean isAutomaticFailoverEnabled, String transportLag, Date timeLastSynced, Date timeCreated, Date timeLastRoleChanged)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AutonomousContainerDatabaseDataguardAssociation.Builder
builder()
Create a new builder.boolean
equals(Object o)
String
getApplyLag()
The lag time between updates to the primary Autonomous Container Database and application of the redo data on the standby Autonomous Container Database, as computed by the reporting database.String
getApplyRate()
The rate at which redo logs are synchronized between the associated Autonomous Container Databases.String
getAutonomousContainerDatabaseId()
The OCID of the Autonomous Container Database that has a relationship with the peer Autonomous Container Database.Integer
getFastStartFailOverLagLimitInSeconds()
The lag time for my preference based on data loss tolerance in seconds.String
getId()
The OCID of the Autonomous Data Guard created for a given Autonomous Container Database.Boolean
getIsAutomaticFailoverEnabled()
Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard AssociationString
getLifecycleDetails()
Additional information about the current lifecycleState, if available.AutonomousContainerDatabaseDataguardAssociation.LifecycleState
getLifecycleState()
The current state of Autonomous Data Guard.String
getPeerAutonomousContainerDatabaseDataguardAssociationId()
The OCID of the peer Autonomous Container Database-Autonomous Data Guard association.String
getPeerAutonomousContainerDatabaseId()
The OCID of the peer Autonomous Container Database.AutonomousContainerDatabaseDataguardAssociation.PeerLifecycleState
getPeerLifecycleState()
The current state of the Autonomous Container Database.AutonomousContainerDatabaseDataguardAssociation.PeerRole
getPeerRole()
The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.AutonomousContainerDatabaseDataguardAssociation.ProtectionMode
getProtectionMode()
The protection mode of this Autonomous Data Guard association.AutonomousContainerDatabaseDataguardAssociation.Role
getRole()
The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.Date
getTimeCreated()
The date and time the Autonomous DataGuard association was created.Date
getTimeLastRoleChanged()
The date and time when the last role change action happened.Date
getTimeLastSynced()
The date and time of the last update to the apply lag, apply rate, and transport lag values.String
getTransportLag()
The approximate number of seconds of redo data not yet available on the standby Autonomous Container Database, as computed by the reporting database.int
hashCode()
AutonomousContainerDatabaseDataguardAssociation.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.
-
-
-
Constructor Detail
-
AutonomousContainerDatabaseDataguardAssociation
@Deprecated @ConstructorProperties({"id","autonomousContainerDatabaseId","role","lifecycleState","lifecycleDetails","peerAutonomousContainerDatabaseDataguardAssociationId","peerAutonomousContainerDatabaseId","peerRole","peerLifecycleState","protectionMode","fastStartFailOverLagLimitInSeconds","applyLag","applyRate","isAutomaticFailoverEnabled","transportLag","timeLastSynced","timeCreated","timeLastRoleChanged"}) public AutonomousContainerDatabaseDataguardAssociation(String id, String autonomousContainerDatabaseId, AutonomousContainerDatabaseDataguardAssociation.Role role, AutonomousContainerDatabaseDataguardAssociation.LifecycleState lifecycleState, String lifecycleDetails, String peerAutonomousContainerDatabaseDataguardAssociationId, String peerAutonomousContainerDatabaseId, AutonomousContainerDatabaseDataguardAssociation.PeerRole peerRole, AutonomousContainerDatabaseDataguardAssociation.PeerLifecycleState peerLifecycleState, AutonomousContainerDatabaseDataguardAssociation.ProtectionMode protectionMode, Integer fastStartFailOverLagLimitInSeconds, String applyLag, String applyRate, Boolean isAutomaticFailoverEnabled, String transportLag, Date timeLastSynced, Date timeCreated, Date timeLastRoleChanged)
Deprecated.
-
-
Method Detail
-
builder
public static AutonomousContainerDatabaseDataguardAssociation.Builder builder()
Create a new builder.
-
toBuilder
public AutonomousContainerDatabaseDataguardAssociation.Builder toBuilder()
-
getId
public String getId()
The OCID of the Autonomous Data Guard created for a given Autonomous Container Database.- Returns:
- the value
-
getAutonomousContainerDatabaseId
public String getAutonomousContainerDatabaseId()
The OCID of the Autonomous Container Database that has a relationship with the peer Autonomous Container Database.Used only by Autonomous Database on Dedicated Exadata Infrastructure.
- Returns:
- the value
-
getRole
public AutonomousContainerDatabaseDataguardAssociation.Role getRole()
The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.- Returns:
- the value
-
getLifecycleState
public AutonomousContainerDatabaseDataguardAssociation.LifecycleState getLifecycleState()
The current state of Autonomous Data Guard.- Returns:
- the value
-
getLifecycleDetails
public String getLifecycleDetails()
Additional information about the current lifecycleState, if available.- Returns:
- the value
-
getPeerAutonomousContainerDatabaseDataguardAssociationId
public String getPeerAutonomousContainerDatabaseDataguardAssociationId()
The OCID of the peer Autonomous Container Database-Autonomous Data Guard association.- Returns:
- the value
-
getPeerAutonomousContainerDatabaseId
public String getPeerAutonomousContainerDatabaseId()
The OCID of the peer Autonomous Container Database.- Returns:
- the value
-
getPeerRole
public AutonomousContainerDatabaseDataguardAssociation.PeerRole getPeerRole()
The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.- Returns:
- the value
-
getPeerLifecycleState
public AutonomousContainerDatabaseDataguardAssociation.PeerLifecycleState getPeerLifecycleState()
The current state of the Autonomous Container Database.- Returns:
- the value
-
getProtectionMode
public AutonomousContainerDatabaseDataguardAssociation.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
-
getFastStartFailOverLagLimitInSeconds
public Integer getFastStartFailOverLagLimitInSeconds()
The lag time for my preference based on data loss tolerance in seconds.- Returns:
- the value
-
getApplyLag
public String getApplyLag()
The lag time between updates to the primary Autonomous Container Database and application of the redo data on the standby Autonomous Container Database, as computed by the reporting database.Example: 9 seconds
- Returns:
- the value
-
getApplyRate
public String getApplyRate()
The rate at which redo logs are synchronized between the associated Autonomous Container Databases.Example: 180 Mb per second
- Returns:
- the value
-
getIsAutomaticFailoverEnabled
public Boolean getIsAutomaticFailoverEnabled()
Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association- Returns:
- the value
-
getTransportLag
public String getTransportLag()
The approximate number of seconds of redo data not yet available on the standby Autonomous Container Database, as computed by the reporting database.Example: 7 seconds
- Returns:
- the value
-
getTimeLastSynced
public Date getTimeLastSynced()
The date and time of the last update to the apply lag, apply rate, and transport lag values.- Returns:
- the value
-
getTimeCreated
public Date getTimeCreated()
The date and time the Autonomous DataGuard association was created.- Returns:
- the value
-
getTimeLastRoleChanged
public Date getTimeLastRoleChanged()
The date and time when the last role change action happened.- 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
-
-