Package | Description |
---|---|
com.oracle.bmc.cloudbridge | |
com.oracle.bmc.cloudbridge.model | |
com.oracle.bmc.cloudbridge.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetAgentRequest,GetAgentResponse> |
OcbAgentSvcWaiters.forAgent(GetAgentRequest request,
Agent.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetAgentRequest,GetAgentResponse> |
OcbAgentSvcWaiters.forAgent(GetAgentRequest request,
Agent.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetAgentRequest,GetAgentResponse> |
OcbAgentSvcWaiters.forAgent(GetAgentRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Agent.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static Agent.LifecycleState |
Agent.LifecycleState.create(String key) |
Agent.LifecycleState |
Agent.getLifecycleState()
The current state of the Agent.
|
Agent.LifecycleState |
AgentSummary.getLifecycleState()
The current state of the Agent.
|
static Agent.LifecycleState |
Agent.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Agent.LifecycleState[] |
Agent.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Agent.Builder |
Agent.Builder.lifecycleState(Agent.LifecycleState lifecycleState)
The current state of the Agent.
|
AgentSummary.Builder |
AgentSummary.Builder.lifecycleState(Agent.LifecycleState lifecycleState)
The current state of the Agent.
|
Constructor and Description |
---|
Agent(String id,
String displayName,
String compartmentId,
Agent.AgentType agentType,
String agentVersion,
String osVersion,
Date timeCreated,
Date timeUpdated,
Date timeLastSyncReceived,
Agent.HeartBeatStatus heartBeatStatus,
String environmentId,
String agentPubKey,
Date timeExpireAgentKeyInMs,
Agent.LifecycleState lifecycleState,
String lifecycleDetails,
List<PluginSummary> pluginList,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
AgentSummary(String id,
String displayName,
String compartmentId,
Agent.AgentType agentType,
String agentVersion,
String osVersion,
Date timeCreated,
Date timeUpdated,
Date timeLastSyncReceived,
Agent.HeartBeatStatus heartBeatStatus,
String environmentId,
Agent.LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Agent.LifecycleState |
ListAgentsRequest.getLifecycleState()
A filter to return only resources their lifecycleState matches the given lifecycleState.
|
Modifier and Type | Method and Description |
---|---|
ListAgentsRequest.Builder |
ListAgentsRequest.Builder.lifecycleState(Agent.LifecycleState lifecycleState)
A filter to return only resources their lifecycleState matches the given lifecycleState.
|
Copyright © 2016–2024. All rights reserved.