public static enum CreateAutonomousContainerDatabaseDetails.ServiceLevelAgreementType extends Enum<CreateAutonomousContainerDatabaseDetails.ServiceLevelAgreementType> implements BmcEnum
The service level agreement type of the Autonomous Container Database. The default is STANDARD. For an autonomous dataguard Autonomous Container Database, the specified Autonomous Exadata Infrastructure must be associated with a remote Autonomous Exadata Infrastructure.
Enum Constant and Description |
---|
AutonomousDataguard |
Standard |
Modifier and Type | Method and Description |
---|---|
static CreateAutonomousContainerDatabaseDetails.ServiceLevelAgreementType |
create(String key) |
String |
getValue() |
static CreateAutonomousContainerDatabaseDetails.ServiceLevelAgreementType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateAutonomousContainerDatabaseDetails.ServiceLevelAgreementType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CreateAutonomousContainerDatabaseDetails.ServiceLevelAgreementType Standard
public static final CreateAutonomousContainerDatabaseDetails.ServiceLevelAgreementType AutonomousDataguard
public static CreateAutonomousContainerDatabaseDetails.ServiceLevelAgreementType[] values()
for (CreateAutonomousContainerDatabaseDetails.ServiceLevelAgreementType c : CreateAutonomousContainerDatabaseDetails.ServiceLevelAgreementType.values()) System.out.println(c);
public static CreateAutonomousContainerDatabaseDetails.ServiceLevelAgreementType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static CreateAutonomousContainerDatabaseDetails.ServiceLevelAgreementType create(String key)
Copyright © 2016–2024. All rights reserved.