Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static CreateAutonomousContainerDatabaseDetails.ServiceLevelAgreementType |
CreateAutonomousContainerDatabaseDetails.ServiceLevelAgreementType.create(String key) |
CreateAutonomousContainerDatabaseDetails.ServiceLevelAgreementType |
CreateAutonomousContainerDatabaseDetails.getServiceLevelAgreementType()
The service level agreement type of the Autonomous Container Database.
|
static CreateAutonomousContainerDatabaseDetails.ServiceLevelAgreementType |
CreateAutonomousContainerDatabaseDetails.ServiceLevelAgreementType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateAutonomousContainerDatabaseDetails.ServiceLevelAgreementType[] |
CreateAutonomousContainerDatabaseDetails.ServiceLevelAgreementType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CreateAutonomousContainerDatabaseDetails.Builder |
CreateAutonomousContainerDatabaseDetails.Builder.serviceLevelAgreementType(CreateAutonomousContainerDatabaseDetails.ServiceLevelAgreementType serviceLevelAgreementType) |
Constructor and Description |
---|
CreateAutonomousContainerDatabaseDetails(String displayName,
CreateAutonomousContainerDatabaseDetails.ServiceLevelAgreementType serviceLevelAgreementType,
String autonomousExadataInfrastructureId,
String compartmentId,
CreateAutonomousContainerDatabaseDetails.PatchModel patchModel,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
AutonomousContainerDatabaseBackupConfig backupConfig)
Deprecated.
|
Copyright © 2016–2019. All rights reserved.