Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static AddStandbyAutonomousContainerDatabaseDetails.ProtectionMode |
AddStandbyAutonomousContainerDatabaseDetails.ProtectionMode.create(String key) |
AddStandbyAutonomousContainerDatabaseDetails.ProtectionMode |
AddStandbyAutonomousContainerDatabaseDetails.getProtectionMode()
The protection mode of this Autonomous Data Guard association.
|
static AddStandbyAutonomousContainerDatabaseDetails.ProtectionMode |
AddStandbyAutonomousContainerDatabaseDetails.ProtectionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AddStandbyAutonomousContainerDatabaseDetails.ProtectionMode[] |
AddStandbyAutonomousContainerDatabaseDetails.ProtectionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AddStandbyAutonomousContainerDatabaseDetails.Builder |
AddStandbyAutonomousContainerDatabaseDetails.Builder.protectionMode(AddStandbyAutonomousContainerDatabaseDetails.ProtectionMode protectionMode)
The protection mode of this Autonomous Data Guard association.
|
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.
|
Copyright © 2016–2025. All rights reserved.