Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static CreateStandbyDetails.ProtectionMode |
CreateStandbyDetails.ProtectionMode.create(String key) |
CreateStandbyDetails.ProtectionMode |
CreateStandbyDetails.getProtectionMode()
The protection mode of this Data Guard.
|
static CreateStandbyDetails.ProtectionMode |
CreateStandbyDetails.ProtectionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateStandbyDetails.ProtectionMode[] |
CreateStandbyDetails.ProtectionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CreateStandbyDetails.Builder |
CreateStandbyDetails.Builder.protectionMode(CreateStandbyDetails.ProtectionMode protectionMode)
The protection mode of this Data Guard.
|
Constructor and Description |
---|
CreateStandbyDetails(String sourceDatabaseId,
String databaseAdminPassword,
String sourceTdeWalletPassword,
EncryptionKeyLocationDetails sourceEncryptionKeyLocationDetails,
Boolean isActiveDataGuardEnabled,
String dbUniqueName,
String sidPrefix,
CreateStandbyDetails.ProtectionMode protectionMode,
CreateStandbyDetails.TransportType transportType)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.