Package | Description |
---|---|
com.oracle.bmc.servicemesh | |
com.oracle.bmc.servicemesh.model | |
com.oracle.bmc.servicemesh.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetIngressGatewayRequest,GetIngressGatewayResponse> |
ServiceMeshWaiters.forIngressGateway(GetIngressGatewayRequest request,
IngressGateway.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetIngressGatewayRequest,GetIngressGatewayResponse> |
ServiceMeshWaiters.forIngressGateway(GetIngressGatewayRequest request,
IngressGateway.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetIngressGatewayRequest,GetIngressGatewayResponse> |
ServiceMeshWaiters.forIngressGateway(GetIngressGatewayRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
IngressGateway.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static IngressGateway.LifecycleState |
IngressGateway.LifecycleState.create(String key) |
IngressGateway.LifecycleState |
IngressGatewaySummary.getLifecycleState()
The current state of the IngressGateway.
|
IngressGateway.LifecycleState |
IngressGateway.getLifecycleState()
The current state of the Resource.
|
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.
|
Modifier and Type | Method and Description |
---|---|
IngressGatewaySummary.Builder |
IngressGatewaySummary.Builder.lifecycleState(IngressGateway.LifecycleState lifecycleState)
The current state of the IngressGateway.
|
IngressGateway.Builder |
IngressGateway.Builder.lifecycleState(IngressGateway.LifecycleState lifecycleState)
The current state of the Resource.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
IngressGateway.LifecycleState |
ListIngressGatewaysRequest.getLifecycleState()
A filter to return only resources that match the life cycle state given.
|
Modifier and Type | Method and Description |
---|---|
ListIngressGatewaysRequest.Builder |
ListIngressGatewaysRequest.Builder.lifecycleState(IngressGateway.LifecycleState lifecycleState)
A filter to return only resources that match the life cycle state given.
|
Copyright © 2016–2024. All rights reserved.