Package | Description |
---|---|
com.oracle.bmc.apigateway | |
com.oracle.bmc.apigateway.model | |
com.oracle.bmc.apigateway.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetGatewayRequest,GetGatewayResponse> |
GatewayWaiters.forGateway(GetGatewayRequest request,
Gateway.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetGatewayRequest,GetGatewayResponse> |
GatewayWaiters.forGateway(GetGatewayRequest request,
Gateway.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetGatewayRequest,GetGatewayResponse> |
GatewayWaiters.forGateway(GetGatewayRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Gateway.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static Gateway.LifecycleState |
Gateway.LifecycleState.create(String key) |
Gateway.LifecycleState |
GatewaySummary.getLifecycleState()
The current state of the gateway.
|
Gateway.LifecycleState |
Gateway.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.
|
Modifier and Type | Method and Description |
---|---|
GatewaySummary.Builder |
GatewaySummary.Builder.lifecycleState(Gateway.LifecycleState lifecycleState)
The current state of the gateway.
|
Gateway.Builder |
Gateway.Builder.lifecycleState(Gateway.LifecycleState lifecycleState)
The current state of the gateway.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Gateway.LifecycleState |
ListGatewaysRequest.getLifecycleState()
A filter to return only resources that match the given lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListGatewaysRequest.Builder |
ListGatewaysRequest.Builder.lifecycleState(Gateway.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state.
|
Copyright © 2016–2024. All rights reserved.