Uses of Class
com.oracle.bmc.containerengine.model.AddonLifecycleState
-
Packages that use AddonLifecycleState Package Description com.oracle.bmc.containerengine com.oracle.bmc.containerengine.model -
-
Uses of AddonLifecycleState in com.oracle.bmc.containerengine
Methods in com.oracle.bmc.containerengine with parameters of type AddonLifecycleState Modifier and Type Method Description Waiter<GetAddonRequest,GetAddonResponse>
ContainerEngineWaiters. forAddon(GetAddonRequest request, AddonLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetAddonRequest,GetAddonResponse>
ContainerEngineWaiters. forAddon(GetAddonRequest request, AddonLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetAddonRequest,GetAddonResponse>
ContainerEngineWaiters. forAddon(GetAddonRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, AddonLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of AddonLifecycleState in com.oracle.bmc.containerengine.model
Methods in com.oracle.bmc.containerengine.model that return AddonLifecycleState Modifier and Type Method Description static AddonLifecycleState
AddonLifecycleState. create(String key)
AddonLifecycleState
Addon. getLifecycleState()
The state of the addon.AddonLifecycleState
AddonSummary. getLifecycleState()
The state of the addon.static AddonLifecycleState
AddonLifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static AddonLifecycleState[]
AddonLifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.containerengine.model with parameters of type AddonLifecycleState Modifier and Type Method Description Addon.Builder
Addon.Builder. lifecycleState(AddonLifecycleState lifecycleState)
The state of the addon.AddonSummary.Builder
AddonSummary.Builder. lifecycleState(AddonLifecycleState lifecycleState)
The state of the addon.Constructors in com.oracle.bmc.containerengine.model with parameters of type AddonLifecycleState Constructor Description Addon(String name, String version, String currentInstalledVersion, Date timeCreated, AddonLifecycleState lifecycleState, List<AddonConfiguration> configurations, AddonError addonError)
Deprecated.AddonSummary(String name, String version, String currentInstalledVersion, Date timeCreated, AddonLifecycleState lifecycleState, AddonError addonError)
Deprecated.
-