Package | Description |
---|---|
com.oracle.bmc.cloudbridge | |
com.oracle.bmc.cloudbridge.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetPluginRequest,GetPluginResponse> |
OcbAgentSvcWaiters.forPlugin(GetPluginRequest request,
Plugin.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetPluginRequest,GetPluginResponse> |
OcbAgentSvcWaiters.forPlugin(GetPluginRequest request,
Plugin.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetPluginRequest,GetPluginResponse> |
OcbAgentSvcWaiters.forPlugin(GetPluginRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Plugin.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.