Uses of Class
com.oracle.bmc.opsi.model.ConfigurationItemAllowedValueType
-
Packages that use ConfigurationItemAllowedValueType Package Description com.oracle.bmc.opsi.model -
-
Uses of ConfigurationItemAllowedValueType in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return ConfigurationItemAllowedValueType Modifier and Type Method Description static ConfigurationItemAllowedValueType
ConfigurationItemAllowedValueType. create(String key)
static ConfigurationItemAllowedValueType
ConfigurationItemAllowedValueType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConfigurationItemAllowedValueType[]
ConfigurationItemAllowedValueType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-