Package | Description |
---|---|
com.oracle.bmc.core | |
com.oracle.bmc.core.model | |
com.oracle.bmc.core.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetDrgRouteTableRequest,GetDrgRouteTableResponse> |
VirtualNetworkWaiters.forDrgRouteTable(GetDrgRouteTableRequest request,
DrgRouteTable.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetDrgRouteTableRequest,GetDrgRouteTableResponse> |
VirtualNetworkWaiters.forDrgRouteTable(GetDrgRouteTableRequest request,
DrgRouteTable.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetDrgRouteTableRequest,GetDrgRouteTableResponse> |
VirtualNetworkWaiters.forDrgRouteTable(GetDrgRouteTableRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
DrgRouteTable.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static DrgRouteTable.LifecycleState |
DrgRouteTable.LifecycleState.create(String key) |
DrgRouteTable.LifecycleState |
DrgRouteTable.getLifecycleState()
The DRG route table’s current state.
|
static DrgRouteTable.LifecycleState |
DrgRouteTable.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DrgRouteTable.LifecycleState[] |
DrgRouteTable.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DrgRouteTable.Builder |
DrgRouteTable.Builder.lifecycleState(DrgRouteTable.LifecycleState lifecycleState)
The DRG route table’s current state.
|
Constructor and Description |
---|
DrgRouteTable(String id,
String compartmentId,
String drgId,
Map<String,Map<String,Object>> definedTags,
String displayName,
Map<String,String> freeformTags,
Date timeCreated,
DrgRouteTable.LifecycleState lifecycleState,
String importDrgRouteDistributionId,
Boolean isEcmpEnabled)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DrgRouteTable.LifecycleState |
ListDrgRouteTablesRequest.getLifecycleState()
A filter that only returns matches for the specified lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListDrgRouteTablesRequest.Builder |
ListDrgRouteTablesRequest.Builder.lifecycleState(DrgRouteTable.LifecycleState lifecycleState)
A filter that only returns matches for the specified lifecycle state.
|
Copyright © 2016–2024. All rights reserved.