Package | Description |
---|---|
com.oracle.bmc.cloudbridge | |
com.oracle.bmc.cloudbridge.model | |
com.oracle.bmc.cloudbridge.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetAgentDependencyRequest,GetAgentDependencyResponse> |
OcbAgentSvcWaiters.forAgentDependency(GetAgentDependencyRequest request,
AgentDependency.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetAgentDependencyRequest,GetAgentDependencyResponse> |
OcbAgentSvcWaiters.forAgentDependency(GetAgentDependencyRequest request,
AgentDependency.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetAgentDependencyRequest,GetAgentDependencyResponse> |
OcbAgentSvcWaiters.forAgentDependency(GetAgentDependencyRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
AgentDependency.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static AgentDependency.LifecycleState |
AgentDependency.LifecycleState.create(String key) |
AgentDependency.LifecycleState |
AgentDependencySummary.getLifecycleState()
The current state of the external environment.
|
AgentDependency.LifecycleState |
AgentDependency.getLifecycleState()
The current state of AgentDependency.
|
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.
|
Modifier and Type | Method and Description |
---|---|
AgentDependencySummary.Builder |
AgentDependencySummary.Builder.lifecycleState(AgentDependency.LifecycleState lifecycleState)
The current state of the external environment.
|
AgentDependency.Builder |
AgentDependency.Builder.lifecycleState(AgentDependency.LifecycleState lifecycleState)
The current state of AgentDependency.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
AgentDependency.LifecycleState |
ListAgentDependenciesRequest.getLifecycleState()
A filter to return only resources their lifecycleState matches the given lifecycleState.
|
Modifier and Type | Method and Description |
---|---|
ListAgentDependenciesRequest.Builder |
ListAgentDependenciesRequest.Builder.lifecycleState(AgentDependency.LifecycleState lifecycleState)
A filter to return only resources their lifecycleState matches the given lifecycleState.
|
Copyright © 2016–2024. All rights reserved.