Package | Description |
---|---|
com.oracle.bmc.core | |
com.oracle.bmc.core.model | |
com.oracle.bmc.core.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetInternetGatewayRequest,GetInternetGatewayResponse> |
VirtualNetworkWaiters.forInternetGateway(GetInternetGatewayRequest request,
InternetGateway.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetInternetGatewayRequest,GetInternetGatewayResponse> |
VirtualNetworkWaiters.forInternetGateway(GetInternetGatewayRequest request,
InternetGateway.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetInternetGatewayRequest,GetInternetGatewayResponse> |
VirtualNetworkWaiters.forInternetGateway(GetInternetGatewayRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
InternetGateway.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static InternetGateway.LifecycleState |
InternetGateway.LifecycleState.create(String key) |
InternetGateway.LifecycleState |
InternetGateway.getLifecycleState()
The internet gateway’s current state.
|
static InternetGateway.LifecycleState |
InternetGateway.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InternetGateway.LifecycleState[] |
InternetGateway.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
InternetGateway.Builder |
InternetGateway.Builder.lifecycleState(InternetGateway.LifecycleState lifecycleState)
The internet gateway’s current state.
|
Constructor and Description |
---|
InternetGateway(String compartmentId,
Map<String,Map<String,Object>> definedTags,
String displayName,
Map<String,String> freeformTags,
String id,
Boolean isEnabled,
InternetGateway.LifecycleState lifecycleState,
Date timeCreated,
String vcnId,
String routeTableId)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
InternetGateway.LifecycleState |
ListInternetGatewaysRequest.getLifecycleState()
A filter to only return resources that match the given lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListInternetGatewaysRequest.Builder |
ListInternetGatewaysRequest.Builder.lifecycleState(InternetGateway.LifecycleState lifecycleState)
A filter to only return resources that match the given lifecycle state.
|
Copyright © 2016–2024. All rights reserved.