Package | Description |
---|---|
com.oracle.bmc.loadbalancer | |
com.oracle.bmc.loadbalancer.model | |
com.oracle.bmc.loadbalancer.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetLoadBalancerRequest,GetLoadBalancerResponse> |
LoadBalancerWaiters.forLoadBalancer(GetLoadBalancerRequest request,
LoadBalancer.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetLoadBalancerRequest,GetLoadBalancerResponse> |
LoadBalancerWaiters.forLoadBalancer(GetLoadBalancerRequest request,
LoadBalancer.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetLoadBalancerRequest,GetLoadBalancerResponse> |
LoadBalancerWaiters.forLoadBalancer(GetLoadBalancerRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
LoadBalancer.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static LoadBalancer.LifecycleState |
LoadBalancer.LifecycleState.create(String key) |
LoadBalancer.LifecycleState |
LoadBalancer.getLifecycleState()
The current state of the load balancer.
|
static LoadBalancer.LifecycleState |
LoadBalancer.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoadBalancer.LifecycleState[] |
LoadBalancer.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
LoadBalancer.Builder |
LoadBalancer.Builder.lifecycleState(LoadBalancer.LifecycleState lifecycleState)
The current state of the load balancer.
|
Constructor and Description |
---|
LoadBalancer(String id,
String compartmentId,
String displayName,
LoadBalancer.LifecycleState lifecycleState,
Date timeCreated,
List<IpAddress> ipAddresses,
String shapeName,
ShapeDetails shapeDetails,
Boolean isPrivate,
Boolean isDeleteProtectionEnabled,
Boolean isRequestIdEnabled,
String requestIdHeader,
List<String> subnetIds,
List<String> networkSecurityGroupIds,
Map<String,Listener> listeners,
Map<String,Hostname> hostnames,
Map<String,SSLCipherSuite> sslCipherSuites,
Map<String,Certificate> certificates,
Map<String,BackendSet> backendSets,
Map<String,PathRouteSet> pathRouteSets,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> zprTags,
Map<String,Map<String,Object>> systemTags,
Map<String,RuleSet> ruleSets,
Map<String,RoutingPolicy> routingPolicies)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
LoadBalancer.LifecycleState |
ListLoadBalancersRequest.getLifecycleState()
A filter to return only resources that match the given lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListLoadBalancersRequest.Builder |
ListLoadBalancersRequest.Builder.lifecycleState(LoadBalancer.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state.
|
Copyright © 2016–2024. All rights reserved.