Package | Description |
---|---|
com.oracle.bmc.networkloadbalancer | |
com.oracle.bmc.networkloadbalancer.model | |
com.oracle.bmc.networkloadbalancer.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetNetworkLoadBalancerRequest,GetNetworkLoadBalancerResponse> |
NetworkLoadBalancerWaiters.forNetworkLoadBalancer(GetNetworkLoadBalancerRequest request,
LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetNetworkLoadBalancerRequest,GetNetworkLoadBalancerResponse> |
NetworkLoadBalancerWaiters.forNetworkLoadBalancer(GetNetworkLoadBalancerRequest request,
LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetNetworkLoadBalancerRequest,GetNetworkLoadBalancerResponse> |
NetworkLoadBalancerWaiters.forNetworkLoadBalancer(GetNetworkLoadBalancerRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static LifecycleState |
LifecycleState.create(String key) |
LifecycleState |
NetworkLoadBalancer.getLifecycleState()
The current state of the network load balancer.
|
LifecycleState |
NetworkLoadBalancerSummary.getLifecycleState()
The current state of the network load balancer.
|
static LifecycleState |
LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LifecycleState[] |
LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
NetworkLoadBalancer.Builder |
NetworkLoadBalancer.Builder.lifecycleState(LifecycleState lifecycleState)
The current state of the network load balancer.
|
NetworkLoadBalancerSummary.Builder |
NetworkLoadBalancerSummary.Builder.lifecycleState(LifecycleState lifecycleState)
The current state of the network load balancer.
|
Constructor and Description |
---|
NetworkLoadBalancer(String id,
String compartmentId,
String displayName,
LifecycleState lifecycleState,
String lifecycleDetails,
NlbIpVersion nlbIpVersion,
Date timeCreated,
Date timeUpdated,
List<IpAddress> ipAddresses,
Boolean isPrivate,
Boolean isPreserveSourceDestination,
Boolean isSymmetricHashEnabled,
String subnetId,
List<String> networkSecurityGroupIds,
Map<String,Listener> listeners,
Map<String,BackendSet> backendSets,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> securityAttributes,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
NetworkLoadBalancerSummary(String id,
String compartmentId,
String displayName,
LifecycleState lifecycleState,
String lifecycleDetails,
NlbIpVersion nlbIpVersion,
Date timeCreated,
Date timeUpdated,
List<IpAddress> ipAddresses,
Boolean isPrivate,
Boolean isPreserveSourceDestination,
Boolean isSymmetricHashEnabled,
String subnetId,
List<String> networkSecurityGroupIds,
Map<String,Listener> listeners,
Map<String,BackendSet> backendSets,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> securityAttributes,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
LifecycleState |
ListNetworkLoadBalancersRequest.getLifecycleState()
A filter to return only resources that match the given lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListNetworkLoadBalancersRequest.Builder |
ListNetworkLoadBalancersRequest.Builder.lifecycleState(LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state.
|
Copyright © 2016–2024. All rights reserved.