Uses of Class
com.oracle.bmc.core.model.NatGateway.LifecycleState
-
Packages that use NatGateway.LifecycleState Package Description com.oracle.bmc.core com.oracle.bmc.core.model com.oracle.bmc.core.requests -
-
Uses of NatGateway.LifecycleState in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type NatGateway.LifecycleState Modifier and Type Method Description Waiter<GetNatGatewayRequest,GetNatGatewayResponse>
VirtualNetworkWaiters. forNatGateway(GetNatGatewayRequest request, NatGateway.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetNatGatewayRequest,GetNatGatewayResponse>
VirtualNetworkWaiters. forNatGateway(GetNatGatewayRequest request, NatGateway.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetNatGatewayRequest,GetNatGatewayResponse>
VirtualNetworkWaiters. forNatGateway(GetNatGatewayRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, NatGateway.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of NatGateway.LifecycleState in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return NatGateway.LifecycleState Modifier and Type Method Description static NatGateway.LifecycleState
NatGateway.LifecycleState. create(String key)
NatGateway.LifecycleState
NatGateway. getLifecycleState()
The NAT gateway’s current state.static NatGateway.LifecycleState
NatGateway.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static NatGateway.LifecycleState[]
NatGateway.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.core.model with parameters of type NatGateway.LifecycleState Modifier and Type Method Description NatGateway.Builder
NatGateway.Builder. lifecycleState(NatGateway.LifecycleState lifecycleState)
The NAT gateway’s current state.Constructors in com.oracle.bmc.core.model with parameters of type NatGateway.LifecycleState Constructor Description NatGateway(String compartmentId, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, String id, Boolean blockTraffic, NatGateway.LifecycleState lifecycleState, String natIp, Date timeCreated, String vcnId, String publicIpId, String routeTableId)
Deprecated. -
Uses of NatGateway.LifecycleState in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return NatGateway.LifecycleState Modifier and Type Method Description NatGateway.LifecycleState
ListNatGatewaysRequest. getLifecycleState()
A filter to return only resources that match the specified lifecycle state.Methods in com.oracle.bmc.core.requests with parameters of type NatGateway.LifecycleState Modifier and Type Method Description ListNatGatewaysRequest.Builder
ListNatGatewaysRequest.Builder. lifecycleState(NatGateway.LifecycleState lifecycleState)
A filter to return only resources that match the specified lifecycle state.
-