public static enum AutonomousContainerDatabaseSummary.ServiceLevelAgreementType extends Enum<AutonomousContainerDatabaseSummary.ServiceLevelAgreementType> implements BmcEnum
The service level agreement type of the container database. The default is STANDARD.
Enum Constant and Description |
---|
AutonomousDataguard |
MissionCritical |
Standard |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static AutonomousContainerDatabaseSummary.ServiceLevelAgreementType |
create(String key) |
String |
getValue() |
static AutonomousContainerDatabaseSummary.ServiceLevelAgreementType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutonomousContainerDatabaseSummary.ServiceLevelAgreementType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AutonomousContainerDatabaseSummary.ServiceLevelAgreementType Standard
public static final AutonomousContainerDatabaseSummary.ServiceLevelAgreementType MissionCritical
public static final AutonomousContainerDatabaseSummary.ServiceLevelAgreementType AutonomousDataguard
public static final AutonomousContainerDatabaseSummary.ServiceLevelAgreementType UnknownEnumValue
public static AutonomousContainerDatabaseSummary.ServiceLevelAgreementType[] values()
for (AutonomousContainerDatabaseSummary.ServiceLevelAgreementType c : AutonomousContainerDatabaseSummary.ServiceLevelAgreementType.values()) System.out.println(c);
public static AutonomousContainerDatabaseSummary.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 AutonomousContainerDatabaseSummary.ServiceLevelAgreementType create(String key)
Copyright © 2016–2024. All rights reserved.