Uses of Class
com.oracle.bmc.cloudbridge.model.AgentDependency.LifecycleState
-
Packages that use AgentDependency.LifecycleState Package Description com.oracle.bmc.cloudbridge com.oracle.bmc.cloudbridge.model com.oracle.bmc.cloudbridge.requests -
-
Uses of AgentDependency.LifecycleState in com.oracle.bmc.cloudbridge
Methods in com.oracle.bmc.cloudbridge with parameters of type AgentDependency.LifecycleState Modifier and Type Method Description Waiter<GetAgentDependencyRequest,GetAgentDependencyResponse>
OcbAgentSvcWaiters. forAgentDependency(GetAgentDependencyRequest request, AgentDependency.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetAgentDependencyRequest,GetAgentDependencyResponse>
OcbAgentSvcWaiters. forAgentDependency(GetAgentDependencyRequest request, AgentDependency.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetAgentDependencyRequest,GetAgentDependencyResponse>
OcbAgentSvcWaiters. forAgentDependency(GetAgentDependencyRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, AgentDependency.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of AgentDependency.LifecycleState in com.oracle.bmc.cloudbridge.model
Methods in com.oracle.bmc.cloudbridge.model that return AgentDependency.LifecycleState Modifier and Type Method Description static AgentDependency.LifecycleState
AgentDependency.LifecycleState. create(String key)
AgentDependency.LifecycleState
AgentDependency. getLifecycleState()
The current state of AgentDependency.AgentDependency.LifecycleState
AgentDependencySummary. getLifecycleState()
The current state of the external environment.static AgentDependency.LifecycleState
AgentDependency.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static AgentDependency.LifecycleState[]
AgentDependency.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 AgentDependency.LifecycleState Modifier and Type Method Description AgentDependency.Builder
AgentDependency.Builder. lifecycleState(AgentDependency.LifecycleState lifecycleState)
The current state of AgentDependency.AgentDependencySummary.Builder
AgentDependencySummary.Builder. lifecycleState(AgentDependency.LifecycleState lifecycleState)
The current state of the external environment.Constructors in com.oracle.bmc.cloudbridge.model with parameters of type AgentDependency.LifecycleState Constructor Description AgentDependency(String id, String displayName, String compartmentId, String dependencyName, String dependencyVersion, String description, String namespace, String bucket, String objectName, Date timeCreated, String eTag, String checksum, AgentDependency.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.AgentDependencySummary(String id, String displayName, String compartmentId, String dependencyName, String dependencyVersion, String description, String namespace, String bucket, String objectName, Date timeCreated, String eTag, String checksum, AgentDependency.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of AgentDependency.LifecycleState in com.oracle.bmc.cloudbridge.requests
Methods in com.oracle.bmc.cloudbridge.requests that return AgentDependency.LifecycleState Modifier and Type Method Description AgentDependency.LifecycleState
ListAgentDependenciesRequest. getLifecycleState()
A filter to return only resources their lifecycleState matches the given lifecycleState.Methods in com.oracle.bmc.cloudbridge.requests with parameters of type AgentDependency.LifecycleState Modifier and Type Method Description ListAgentDependenciesRequest.Builder
ListAgentDependenciesRequest.Builder. lifecycleState(AgentDependency.LifecycleState lifecycleState)
A filter to return only resources their lifecycleState matches the given lifecycleState.
-