Package | Description |
---|---|
com.oracle.bmc.containerengine | |
com.oracle.bmc.containerengine.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetAddonRequest,GetAddonResponse> |
ContainerEngineWaiters.forAddon(GetAddonRequest request,
AddonLifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetAddonRequest,GetAddonResponse> |
ContainerEngineWaiters.forAddon(GetAddonRequest request,
AddonLifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetAddonRequest,GetAddonResponse> |
ContainerEngineWaiters.forAddon(GetAddonRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
AddonLifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.