Package | Description |
---|---|
com.oracle.bmc.waa | |
com.oracle.bmc.waa.model | |
com.oracle.bmc.waa.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetWebAppAccelerationRequest,GetWebAppAccelerationResponse> |
WaaWaiters.forWebAppAcceleration(GetWebAppAccelerationRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
WebAppAcceleration.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Waiter<GetWebAppAccelerationRequest,GetWebAppAccelerationResponse> |
WaaWaiters.forWebAppAcceleration(GetWebAppAccelerationRequest request,
WebAppAcceleration.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetWebAppAccelerationRequest,GetWebAppAccelerationResponse> |
WaaWaiters.forWebAppAcceleration(GetWebAppAccelerationRequest request,
WebAppAcceleration.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static WebAppAcceleration.LifecycleState |
WebAppAcceleration.LifecycleState.create(String key) |
WebAppAcceleration.LifecycleState |
WebAppAccelerationSummary.getLifecycleState()
The current state of the WebAppAcceleration.
|
WebAppAcceleration.LifecycleState |
WebAppAcceleration.getLifecycleState()
The current state of the WebAppAcceleration.
|
static WebAppAcceleration.LifecycleState |
WebAppAcceleration.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebAppAcceleration.LifecycleState[] |
WebAppAcceleration.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
WebAppAccelerationLoadBalancer.Builder |
WebAppAccelerationLoadBalancer.Builder.lifecycleState(WebAppAcceleration.LifecycleState lifecycleState) |
WebAppAccelerationLoadBalancerSummary.Builder |
WebAppAccelerationLoadBalancerSummary.Builder.lifecycleState(WebAppAcceleration.LifecycleState lifecycleState) |
Constructor and Description |
---|
WebAppAcceleration(String id,
String displayName,
String compartmentId,
String webAppAccelerationPolicyId,
Date timeCreated,
Date timeUpdated,
WebAppAcceleration.LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
WebAppAccelerationLoadBalancer(String id,
String displayName,
String compartmentId,
String webAppAccelerationPolicyId,
Date timeCreated,
Date timeUpdated,
WebAppAcceleration.LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
String loadBalancerId)
Deprecated.
|
WebAppAccelerationLoadBalancerSummary(String id,
String displayName,
String compartmentId,
String webAppAccelerationPolicyId,
Date timeCreated,
Date timeUpdated,
WebAppAcceleration.LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
String loadBalancerId)
Deprecated.
|
WebAppAccelerationSummary(String id,
String displayName,
String compartmentId,
String webAppAccelerationPolicyId,
Date timeCreated,
Date timeUpdated,
WebAppAcceleration.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 |
---|---|
List<WebAppAcceleration.LifecycleState> |
ListWebAppAccelerationsRequest.getLifecycleState()
A filter to return only resources that match the given lifecycleState.
|
Modifier and Type | Method and Description |
---|---|
ListWebAppAccelerationsRequest.Builder |
ListWebAppAccelerationsRequest.Builder.lifecycleState(WebAppAcceleration.LifecycleState singularValue)
Singular setter.
|
Modifier and Type | Method and Description |
---|---|
ListWebAppAccelerationsRequest.Builder |
ListWebAppAccelerationsRequest.Builder.lifecycleState(List<WebAppAcceleration.LifecycleState> lifecycleState)
A filter to return only resources that match the given lifecycleState.
|
Copyright © 2016–2024. All rights reserved.