Package | Description |
---|---|
com.oracle.bmc.core | |
com.oracle.bmc.core.model | |
com.oracle.bmc.core.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetServiceGatewayRequest,GetServiceGatewayResponse> |
VirtualNetworkWaiters.forServiceGateway(GetServiceGatewayRequest request,
ServiceGateway.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetServiceGatewayRequest,GetServiceGatewayResponse> |
VirtualNetworkWaiters.forServiceGateway(GetServiceGatewayRequest request,
ServiceGateway.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetServiceGatewayRequest,GetServiceGatewayResponse> |
VirtualNetworkWaiters.forServiceGateway(GetServiceGatewayRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
ServiceGateway.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static ServiceGateway.LifecycleState |
ServiceGateway.LifecycleState.create(String key) |
ServiceGateway.LifecycleState |
ServiceGateway.getLifecycleState()
The service gateway’s current state.
|
static ServiceGateway.LifecycleState |
ServiceGateway.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.
|
Modifier and Type | Method and Description |
---|---|
ServiceGateway.Builder |
ServiceGateway.Builder.lifecycleState(ServiceGateway.LifecycleState lifecycleState)
The service gateway’s current state.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
ServiceGateway.LifecycleState |
ListServiceGatewaysRequest.getLifecycleState()
A filter to return only resources that match the given lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListServiceGatewaysRequest.Builder |
ListServiceGatewaysRequest.Builder.lifecycleState(ServiceGateway.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state.
|
Copyright © 2016–2024. All rights reserved.