Uses of Class
com.oracle.bmc.apigateway.model.Gateway.LifecycleState
-
Packages that use Gateway.LifecycleState Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.model com.oracle.bmc.apigateway.requests -
-
Uses of Gateway.LifecycleState in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway with parameters of type Gateway.LifecycleState Modifier and Type Method Description Waiter<GetGatewayRequest,GetGatewayResponse>
GatewayWaiters. forGateway(GetGatewayRequest request, Gateway.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetGatewayRequest,GetGatewayResponse>
GatewayWaiters. forGateway(GetGatewayRequest request, Gateway.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetGatewayRequest,GetGatewayResponse>
GatewayWaiters. forGateway(GetGatewayRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Gateway.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Gateway.LifecycleState in com.oracle.bmc.apigateway.model
Methods in com.oracle.bmc.apigateway.model that return Gateway.LifecycleState Modifier and Type Method Description static Gateway.LifecycleState
Gateway.LifecycleState. create(String key)
Gateway.LifecycleState
Gateway. getLifecycleState()
The current state of the gateway.Gateway.LifecycleState
GatewaySummary. getLifecycleState()
The current state of the gateway.static Gateway.LifecycleState
Gateway.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Gateway.LifecycleState[]
Gateway.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.apigateway.model with parameters of type Gateway.LifecycleState Modifier and Type Method Description Gateway.Builder
Gateway.Builder. lifecycleState(Gateway.LifecycleState lifecycleState)
The current state of the gateway.GatewaySummary.Builder
GatewaySummary.Builder. lifecycleState(Gateway.LifecycleState lifecycleState)
The current state of the gateway.Constructors in com.oracle.bmc.apigateway.model with parameters of type Gateway.LifecycleState Constructor Description Gateway(String id, String displayName, String compartmentId, Gateway.EndpointType endpointType, String subnetId, List<String> networkSecurityGroupIds, Date timeCreated, Date timeUpdated, Gateway.LifecycleState lifecycleState, String lifecycleDetails, String hostname, String certificateId, List<IpAddress> ipAddresses, ResponseCacheDetails responseCacheDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<CaBundle> caBundles)
Deprecated.GatewaySummary(String id, String displayName, String compartmentId, Gateway.EndpointType endpointType, String subnetId, List<String> networkSecurityGroupIds, Date timeCreated, Date timeUpdated, Gateway.LifecycleState lifecycleState, String lifecycleDetails, String hostname, String certificateId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated. -
Uses of Gateway.LifecycleState in com.oracle.bmc.apigateway.requests
Methods in com.oracle.bmc.apigateway.requests that return Gateway.LifecycleState Modifier and Type Method Description Gateway.LifecycleState
ListGatewaysRequest. getLifecycleState()
A filter to return only resources that match the given lifecycle state.Methods in com.oracle.bmc.apigateway.requests with parameters of type Gateway.LifecycleState Modifier and Type Method Description ListGatewaysRequest.Builder
ListGatewaysRequest.Builder. lifecycleState(Gateway.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state.
-