Uses of Class
com.oracle.bmc.networkloadbalancer.model.LifecycleState
-
Packages that use LifecycleState Package Description com.oracle.bmc.networkloadbalancer com.oracle.bmc.networkloadbalancer.model com.oracle.bmc.networkloadbalancer.requests -
-
Uses of LifecycleState in com.oracle.bmc.networkloadbalancer
Methods in com.oracle.bmc.networkloadbalancer with parameters of type LifecycleState Modifier and Type Method Description Waiter<GetNetworkLoadBalancerRequest,GetNetworkLoadBalancerResponse>
NetworkLoadBalancerWaiters. forNetworkLoadBalancer(GetNetworkLoadBalancerRequest request, LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetNetworkLoadBalancerRequest,GetNetworkLoadBalancerResponse>
NetworkLoadBalancerWaiters. forNetworkLoadBalancer(GetNetworkLoadBalancerRequest request, LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetNetworkLoadBalancerRequest,GetNetworkLoadBalancerResponse>
NetworkLoadBalancerWaiters. forNetworkLoadBalancer(GetNetworkLoadBalancerRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of LifecycleState in com.oracle.bmc.networkloadbalancer.model
Methods in com.oracle.bmc.networkloadbalancer.model that return LifecycleState Modifier and Type Method 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.Methods in com.oracle.bmc.networkloadbalancer.model with parameters of type LifecycleState Modifier and Type Method 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.Constructors in com.oracle.bmc.networkloadbalancer.model with parameters of type LifecycleState Constructor 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. -
Uses of LifecycleState in com.oracle.bmc.networkloadbalancer.requests
Methods in com.oracle.bmc.networkloadbalancer.requests that return LifecycleState Modifier and Type Method Description LifecycleState
ListNetworkLoadBalancersRequest. getLifecycleState()
A filter to return only resources that match the given lifecycle state.Methods in com.oracle.bmc.networkloadbalancer.requests with parameters of type LifecycleState Modifier and Type Method Description ListNetworkLoadBalancersRequest.Builder
ListNetworkLoadBalancersRequest.Builder. lifecycleState(LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state.
-