Uses of Class
com.oracle.bmc.database.model.CreateAutonomousContainerDatabaseDetails.ProtectionMode
-
Packages that use CreateAutonomousContainerDatabaseDetails.ProtectionMode Package Description com.oracle.bmc.database.model -
-
Uses of CreateAutonomousContainerDatabaseDetails.ProtectionMode in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return CreateAutonomousContainerDatabaseDetails.ProtectionMode Modifier and Type Method Description static CreateAutonomousContainerDatabaseDetails.ProtectionMode
CreateAutonomousContainerDatabaseDetails.ProtectionMode. create(String key)
CreateAutonomousContainerDatabaseDetails.ProtectionMode
CreateAutonomousContainerDatabaseDetails. getProtectionMode()
The protection mode of this Autonomous Data Guard association.static CreateAutonomousContainerDatabaseDetails.ProtectionMode
CreateAutonomousContainerDatabaseDetails.ProtectionMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static CreateAutonomousContainerDatabaseDetails.ProtectionMode[]
CreateAutonomousContainerDatabaseDetails.ProtectionMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.database.model with parameters of type CreateAutonomousContainerDatabaseDetails.ProtectionMode Modifier and Type Method Description CreateAutonomousContainerDatabaseDetails.Builder
CreateAutonomousContainerDatabaseDetails.Builder. protectionMode(CreateAutonomousContainerDatabaseDetails.ProtectionMode protectionMode)
The protection mode of this Autonomous Data Guard association.Constructors in com.oracle.bmc.database.model with parameters of type CreateAutonomousContainerDatabaseDetails.ProtectionMode Constructor Description CreateAutonomousContainerDatabaseDetails(String displayName, String dbUniqueName, String dbName, CreateAutonomousContainerDatabaseDetails.ServiceLevelAgreementType serviceLevelAgreementType, String autonomousExadataInfrastructureId, String dbVersion, String databaseSoftwareImageId, String peerAutonomousExadataInfrastructureId, String peerAutonomousContainerDatabaseDisplayName, CreateAutonomousContainerDatabaseDetails.ProtectionMode protectionMode, Integer fastStartFailOverLagLimitInSeconds, Boolean isAutomaticFailoverEnabled, String peerCloudAutonomousVmClusterId, String peerAutonomousVmClusterId, String peerAutonomousContainerDatabaseCompartmentId, PeerAutonomousContainerDatabaseBackupConfig peerAutonomousContainerDatabaseBackupConfig, String peerDbUniqueName, String autonomousVmClusterId, String cloudAutonomousVmClusterId, String compartmentId, CreateAutonomousContainerDatabaseDetails.PatchModel patchModel, MaintenanceWindow maintenanceWindowDetails, Integer standbyMaintenanceBufferInDays, CreateAutonomousContainerDatabaseDetails.VersionPreference versionPreference, Boolean isDstFileUpdateEnabled, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, AutonomousContainerDatabaseBackupConfig backupConfig, String kmsKeyId, String kmsKeyVersionId, String vaultId, String keyStoreId, Integer dbSplitThreshold, Integer vmFailoverReservation, CreateAutonomousContainerDatabaseDetails.DistributionAffinity distributionAffinity, CreateAutonomousContainerDatabaseDetails.NetServicesArchitecture netServicesArchitecture)
Deprecated.
-