Uses of Class
com.oracle.bmc.servicemesh.model.IngressGateway.LifecycleState
-
Packages that use IngressGateway.LifecycleState Package Description com.oracle.bmc.servicemesh com.oracle.bmc.servicemesh.model com.oracle.bmc.servicemesh.requests -
-
Uses of IngressGateway.LifecycleState in com.oracle.bmc.servicemesh
Methods in com.oracle.bmc.servicemesh with parameters of type IngressGateway.LifecycleState Modifier and Type Method Description Waiter<GetIngressGatewayRequest,GetIngressGatewayResponse>
ServiceMeshWaiters. forIngressGateway(GetIngressGatewayRequest request, IngressGateway.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetIngressGatewayRequest,GetIngressGatewayResponse>
ServiceMeshWaiters. forIngressGateway(GetIngressGatewayRequest request, IngressGateway.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetIngressGatewayRequest,GetIngressGatewayResponse>
ServiceMeshWaiters. forIngressGateway(GetIngressGatewayRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, IngressGateway.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of IngressGateway.LifecycleState in com.oracle.bmc.servicemesh.model
Methods in com.oracle.bmc.servicemesh.model that return IngressGateway.LifecycleState Modifier and Type Method Description static IngressGateway.LifecycleState
IngressGateway.LifecycleState. create(String key)
IngressGateway.LifecycleState
IngressGateway. getLifecycleState()
The current state of the Resource.IngressGateway.LifecycleState
IngressGatewaySummary. getLifecycleState()
The current state of the IngressGateway.static IngressGateway.LifecycleState
IngressGateway.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static IngressGateway.LifecycleState[]
IngressGateway.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.servicemesh.model with parameters of type IngressGateway.LifecycleState Modifier and Type Method Description IngressGateway.Builder
IngressGateway.Builder. lifecycleState(IngressGateway.LifecycleState lifecycleState)
The current state of the Resource.IngressGatewaySummary.Builder
IngressGatewaySummary.Builder. lifecycleState(IngressGateway.LifecycleState lifecycleState)
The current state of the IngressGateway.Constructors in com.oracle.bmc.servicemesh.model with parameters of type IngressGateway.LifecycleState Constructor Description IngressGateway(String id, String name, String description, String meshId, String compartmentId, Date timeCreated, Date timeUpdated, List<IngressGatewayHost> hosts, IngressGatewayMutualTransportLayerSecurity mtls, AccessLoggingConfiguration accessLogging, IngressGateway.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.IngressGatewaySummary(String id, String name, String description, String compartmentId, Date timeCreated, Date timeUpdated, String meshId, IngressGateway.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of IngressGateway.LifecycleState in com.oracle.bmc.servicemesh.requests
Methods in com.oracle.bmc.servicemesh.requests that return IngressGateway.LifecycleState Modifier and Type Method Description IngressGateway.LifecycleState
ListIngressGatewaysRequest. getLifecycleState()
A filter to return only resources that match the life cycle state given.Methods in com.oracle.bmc.servicemesh.requests with parameters of type IngressGateway.LifecycleState Modifier and Type Method Description ListIngressGatewaysRequest.Builder
ListIngressGatewaysRequest.Builder. lifecycleState(IngressGateway.LifecycleState lifecycleState)
A filter to return only resources that match the life cycle state given.
-