@Generated(value="OracleSDKGenerator", comments="API Version: 20181201") public enum InfrastructureType extends Enum<InfrastructureType> implements BmcEnum
The infrastructure type the database is running on. Allowed values are - ORACLE_CLOUD - Represents that the database is running on the Oracle Cloud Infrastructure. - CLOUD_AT_CUSTOMER - Represents that the database is running on Oracle Cloud@Customer infrastructure. - ON_PREMISES - Represents that the database is running on on-premises infrastructure. - NON_ORACLE_CLOUD - Represents that the database is running on non-Oracle cloud infrastructure.
Enum Constant and Description |
---|
CloudAtCustomer |
NonOracleCloud |
OnPremises |
OracleCloud |
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 InfrastructureType |
create(String key) |
String |
getValue() |
static InfrastructureType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InfrastructureType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InfrastructureType OracleCloud
public static final InfrastructureType CloudAtCustomer
public static final InfrastructureType OnPremises
public static final InfrastructureType NonOracleCloud
public static final InfrastructureType UnknownEnumValue
public static InfrastructureType[] values()
for (InfrastructureType c : InfrastructureType.values()) System.out.println(c);
public static InfrastructureType 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 InfrastructureType create(String key)
Copyright © 2016–2024. All rights reserved.