Uses of Class
com.oracle.bmc.cloudbridge.model.Plugin.LifecycleState
-
Packages that use Plugin.LifecycleState Package Description com.oracle.bmc.cloudbridge com.oracle.bmc.cloudbridge.model -
-
Uses of Plugin.LifecycleState in com.oracle.bmc.cloudbridge
Methods in com.oracle.bmc.cloudbridge with parameters of type Plugin.LifecycleState Modifier and Type Method Description Waiter<GetPluginRequest,GetPluginResponse>
OcbAgentSvcWaiters. forPlugin(GetPluginRequest request, Plugin.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetPluginRequest,GetPluginResponse>
OcbAgentSvcWaiters. forPlugin(GetPluginRequest request, Plugin.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetPluginRequest,GetPluginResponse>
OcbAgentSvcWaiters. forPlugin(GetPluginRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Plugin.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Plugin.LifecycleState in com.oracle.bmc.cloudbridge.model
Methods in com.oracle.bmc.cloudbridge.model that return Plugin.LifecycleState Modifier and Type Method Description static Plugin.LifecycleState
Plugin.LifecycleState. create(String key)
Plugin.LifecycleState
Plugin. getLifecycleState()
The current state of the plugin.Plugin.LifecycleState
PluginSummary. getLifecycleState()
The current state of the plugin.static Plugin.LifecycleState
Plugin.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Plugin.LifecycleState[]
Plugin.LifecycleState. 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.LifecycleState Modifier and Type Method Description Plugin.Builder
Plugin.Builder. lifecycleState(Plugin.LifecycleState lifecycleState)
The current state of the plugin.PluginSummary.Builder
PluginSummary.Builder. lifecycleState(Plugin.LifecycleState lifecycleState)
The current state of the plugin.Constructors in com.oracle.bmc.cloudbridge.model with parameters of type Plugin.LifecycleState 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.PluginSummary(String name, String agentId, String pluginVersion, Date timeCreated, Date timeUpdated, Plugin.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-