Package | Description |
---|---|
com.oracle.bmc.dataflow | |
com.oracle.bmc.dataflow.model | |
com.oracle.bmc.dataflow.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetPoolRequest,GetPoolResponse> |
DataFlowWaiters.forPool(GetPoolRequest request,
PoolLifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetPoolRequest,GetPoolResponse> |
DataFlowWaiters.forPool(GetPoolRequest request,
PoolLifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetPoolRequest,GetPoolResponse> |
DataFlowWaiters.forPool(GetPoolRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
PoolLifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static PoolLifecycleState |
PoolLifecycleState.create(String key) |
PoolLifecycleState |
Pool.getLifecycleState()
The current state of this pool.
|
PoolLifecycleState |
PoolSummary.getLifecycleState()
The current state of this pool.
|
static PoolLifecycleState |
PoolLifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PoolLifecycleState[] |
PoolLifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Pool.Builder |
Pool.Builder.lifecycleState(PoolLifecycleState lifecycleState)
The current state of this pool.
|
PoolSummary.Builder |
PoolSummary.Builder.lifecycleState(PoolLifecycleState lifecycleState)
The current state of this pool.
|
Constructor and Description |
---|
Pool(String compartmentId,
Map<String,Map<String,Object>> definedTags,
String description,
String displayName,
Map<String,String> freeformTags,
String id,
String lifecycleDetails,
PoolLifecycleState lifecycleState,
String ownerPrincipalId,
String ownerUserName,
PoolMetrics poolMetrics,
List<PoolConfig> configurations,
List<PoolSchedule> schedules,
Integer idleTimeoutInMinutes,
Date timeCreated,
Date timeUpdated)
Deprecated.
|
PoolSummary(String compartmentId,
Map<String,Map<String,Object>> definedTags,
String displayName,
Map<String,String> freeformTags,
String id,
PoolLifecycleState lifecycleState,
String ownerPrincipalId,
String ownerUserName,
Date timeCreated,
Date timeUpdated)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
PoolLifecycleState |
ListPoolsRequest.getLifecycleState()
The LifecycleState of the pool.
|
Modifier and Type | Method and Description |
---|---|
ListPoolsRequest.Builder |
ListPoolsRequest.Builder.lifecycleState(PoolLifecycleState lifecycleState)
The LifecycleState of the pool.
|
Copyright © 2016–2024. All rights reserved.