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