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 newWaiterusing the default configuration.Waiter<GetServiceGatewayRequest,GetServiceGatewayResponse>VirtualNetworkWaiters. forServiceGateway(GetServiceGatewayRequest request, ServiceGateway.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetServiceGatewayRequest,GetServiceGatewayResponse>VirtualNetworkWaiters. forServiceGateway(GetServiceGatewayRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, ServiceGateway.LifecycleState... targetStates)Creates a newWaiterusing 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.LifecycleStateServiceGateway.LifecycleState. create(String key)ServiceGateway.LifecycleStateServiceGateway. getLifecycleState()The service gateway’s current state.static ServiceGateway.LifecycleStateServiceGateway.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.BuilderServiceGateway.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.LifecycleStateListServiceGatewaysRequest. 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.BuilderListServiceGatewaysRequest.Builder. lifecycleState(ServiceGateway.LifecycleState lifecycleState)A filter to return only resources that match the given lifecycle state.
-