Enum ConfigCategoryDetails.ConfigCategory
- java.lang.Object
-
- java.lang.Enum<ConfigCategoryDetails.ConfigCategory>
-
- com.oracle.bmc.fleetappsmanagement.model.ConfigCategoryDetails.ConfigCategory
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<ConfigCategoryDetails.ConfigCategory>
- Enclosing class:
- ConfigCategoryDetails
public static enum ConfigCategoryDetails.ConfigCategory extends Enum<ConfigCategoryDetails.ConfigCategory> implements BmcEnum
Category of configuration
-
-
Enum Constant Summary
Enum Constants Enum Constant Description Credential
Environment
LifecycleOperation
PatchType
Product
ProductStack
SelfHostedInstance
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ConfigCategoryDetails.ConfigCategory
create(String key)
String
getValue()
static ConfigCategoryDetails.ConfigCategory
valueOf(String name)
Returns the enum constant of this type with the specified name.static ConfigCategoryDetails.ConfigCategory[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Product
public static final ConfigCategoryDetails.ConfigCategory Product
-
ProductStack
public static final ConfigCategoryDetails.ConfigCategory ProductStack
-
Environment
public static final ConfigCategoryDetails.ConfigCategory Environment
-
PatchType
public static final ConfigCategoryDetails.ConfigCategory PatchType
-
Credential
public static final ConfigCategoryDetails.ConfigCategory Credential
-
SelfHostedInstance
public static final ConfigCategoryDetails.ConfigCategory SelfHostedInstance
-
LifecycleOperation
public static final ConfigCategoryDetails.ConfigCategory LifecycleOperation
-
UnknownEnumValue
public static final ConfigCategoryDetails.ConfigCategory UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
-
Method Detail
-
values
public static ConfigCategoryDetails.ConfigCategory[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (ConfigCategoryDetails.ConfigCategory c : ConfigCategoryDetails.ConfigCategory.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ConfigCategoryDetails.ConfigCategory valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
create
public static ConfigCategoryDetails.ConfigCategory create(String key)
-
-