Uses of Class
com.oracle.bmc.cloudbridge.model.Plugin.DesiredState
-
Packages that use Plugin.DesiredState Package Description com.oracle.bmc.cloudbridge.model -
-
Uses of Plugin.DesiredState in com.oracle.bmc.cloudbridge.model
Methods in com.oracle.bmc.cloudbridge.model that return Plugin.DesiredState Modifier and Type Method Description static Plugin.DesiredState
Plugin.DesiredState. create(String key)
Plugin.DesiredState
Plugin. getDesiredState()
State to which the customer wants the plugin to move to.Plugin.DesiredState
UpdatePluginDetails. getDesiredState()
State to which the customer wants the plugin to move to.static Plugin.DesiredState
Plugin.DesiredState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Plugin.DesiredState[]
Plugin.DesiredState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.cloudbridge.model with parameters of type Plugin.DesiredState Modifier and Type Method Description Plugin.Builder
Plugin.Builder. desiredState(Plugin.DesiredState desiredState)
State to which the customer wants the plugin to move to.UpdatePluginDetails.Builder
UpdatePluginDetails.Builder. desiredState(Plugin.DesiredState desiredState)
State to which the customer wants the plugin to move to.Constructors in com.oracle.bmc.cloudbridge.model with parameters of type Plugin.DesiredState Constructor Description Plugin(String name, String agentId, String pluginVersion, Plugin.DesiredState desiredState, Date timeCreated, Date timeUpdated, Plugin.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.UpdatePluginDetails(Plugin.DesiredState desiredState)
Deprecated.
-