Uses of Class
com.oracle.bmc.mysql.model.Configuration.Type
-
Packages that use Configuration.Type Package Description com.oracle.bmc.mysql.model -
-
Uses of Configuration.Type in com.oracle.bmc.mysql.model
Methods in com.oracle.bmc.mysql.model that return Configuration.Type Modifier and Type Method Description static Configuration.Type
Configuration.Type. create(String key)
Configuration.Type
Configuration. getType()
The Configuration type, DEFAULT or CUSTOM.Configuration.Type
ConfigurationSummary. getType()
The Configuration type, DEFAULT or CUSTOMstatic Configuration.Type
Configuration.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static Configuration.Type[]
Configuration.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.mysql.model with parameters of type Configuration.Type Modifier and Type Method Description Configuration.Builder
Configuration.Builder. type(Configuration.Type type)
The Configuration type, DEFAULT or CUSTOM.ConfigurationSummary.Builder
ConfigurationSummary.Builder. type(Configuration.Type type)
The Configuration type, DEFAULT or CUSTOMConstructors in com.oracle.bmc.mysql.model with parameters of type Configuration.Type Constructor Description Configuration(String id, String compartmentId, String description, String displayName, String shapeName, Configuration.Type type, Date timeCreated, Date timeUpdated, Configuration.LifecycleState lifecycleState, InitializationVariables initVariables, ConfigurationVariables variables, String parentConfigurationId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.ConfigurationSummary(String id, String compartmentId, String description, String displayName, String shapeName, Configuration.Type type, Configuration.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-