Uses of Class
com.oracle.bmc.core.model.ServiceGateway.LifecycleState
-
Packages that use ServiceGateway.LifecycleState Package Description com.oracle.bmc.core com.oracle.bmc.core.model com.oracle.bmc.core.requests -
-
Uses of ServiceGateway.LifecycleState in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type ServiceGateway.LifecycleState Modifier and Type Method Description Waiter<GetServiceGatewayRequest,GetServiceGatewayResponse>
VirtualNetworkWaiters. forServiceGateway(GetServiceGatewayRequest request, ServiceGateway.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetServiceGatewayRequest,GetServiceGatewayResponse>
VirtualNetworkWaiters. forServiceGateway(GetServiceGatewayRequest request, ServiceGateway.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetServiceGatewayRequest,GetServiceGatewayResponse>
VirtualNetworkWaiters. forServiceGateway(GetServiceGatewayRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, ServiceGateway.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of ServiceGateway.LifecycleState in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return ServiceGateway.LifecycleState Modifier and Type Method Description static ServiceGateway.LifecycleState
ServiceGateway.LifecycleState. create(String key)
ServiceGateway.LifecycleState
ServiceGateway. getLifecycleState()
The service gateway’s current state.static ServiceGateway.LifecycleState
ServiceGateway.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ServiceGateway.LifecycleState[]
ServiceGateway.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 ServiceGateway.LifecycleState Modifier and Type Method Description ServiceGateway.Builder
ServiceGateway.Builder. lifecycleState(ServiceGateway.LifecycleState lifecycleState)
The service gateway’s current state.Constructors in com.oracle.bmc.core.model with parameters of type ServiceGateway.LifecycleState Constructor Description ServiceGateway(Boolean blockTraffic, String compartmentId, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, String id, ServiceGateway.LifecycleState lifecycleState, String routeTableId, List<ServiceIdResponseDetails> services, Date timeCreated, String vcnId)
Deprecated. -
Uses of ServiceGateway.LifecycleState in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return ServiceGateway.LifecycleState Modifier and Type Method Description ServiceGateway.LifecycleState
ListServiceGatewaysRequest. getLifecycleState()
A filter to return only resources that match the given lifecycle state.Methods in com.oracle.bmc.core.requests with parameters of type ServiceGateway.LifecycleState Modifier and Type Method Description ListServiceGatewaysRequest.Builder
ListServiceGatewaysRequest.Builder. lifecycleState(ServiceGateway.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state.
-