Uses of Class
com.oracle.bmc.cloudbridge.model.Agent.LifecycleState
-
Packages that use Agent.LifecycleState Package Description com.oracle.bmc.cloudbridge com.oracle.bmc.cloudbridge.model com.oracle.bmc.cloudbridge.requests -
-
Uses of Agent.LifecycleState in com.oracle.bmc.cloudbridge
Methods in com.oracle.bmc.cloudbridge with parameters of type Agent.LifecycleState Modifier and Type Method Description Waiter<GetAgentRequest,GetAgentResponse>
OcbAgentSvcWaiters. forAgent(GetAgentRequest request, Agent.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetAgentRequest,GetAgentResponse>
OcbAgentSvcWaiters. forAgent(GetAgentRequest request, Agent.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetAgentRequest,GetAgentResponse>
OcbAgentSvcWaiters. forAgent(GetAgentRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Agent.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Agent.LifecycleState in com.oracle.bmc.cloudbridge.model
Methods in com.oracle.bmc.cloudbridge.model that return Agent.LifecycleState Modifier and Type Method 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.Methods in com.oracle.bmc.cloudbridge.model with parameters of type Agent.LifecycleState Modifier and Type Method 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.Constructors in com.oracle.bmc.cloudbridge.model with parameters of type Agent.LifecycleState Constructor 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. -
Uses of Agent.LifecycleState in com.oracle.bmc.cloudbridge.requests
Methods in com.oracle.bmc.cloudbridge.requests that return Agent.LifecycleState Modifier and Type Method Description Agent.LifecycleState
ListAgentsRequest. getLifecycleState()
A filter to return only resources their lifecycleState matches the given lifecycleState.Methods in com.oracle.bmc.cloudbridge.requests with parameters of type Agent.LifecycleState Modifier and Type Method Description ListAgentsRequest.Builder
ListAgentsRequest.Builder. lifecycleState(Agent.LifecycleState lifecycleState)
A filter to return only resources their lifecycleState matches the given lifecycleState.
-