Uses of Class
com.oracle.bmc.core.model.DrgRouteTable.LifecycleState
-
Packages that use DrgRouteTable.LifecycleState Package Description com.oracle.bmc.core com.oracle.bmc.core.model com.oracle.bmc.core.requests -
-
Uses of DrgRouteTable.LifecycleState in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type DrgRouteTable.LifecycleState Modifier and Type Method Description Waiter<GetDrgRouteTableRequest,GetDrgRouteTableResponse>
VirtualNetworkWaiters. forDrgRouteTable(GetDrgRouteTableRequest request, DrgRouteTable.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetDrgRouteTableRequest,GetDrgRouteTableResponse>
VirtualNetworkWaiters. forDrgRouteTable(GetDrgRouteTableRequest request, DrgRouteTable.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetDrgRouteTableRequest,GetDrgRouteTableResponse>
VirtualNetworkWaiters. forDrgRouteTable(GetDrgRouteTableRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, DrgRouteTable.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of DrgRouteTable.LifecycleState in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return DrgRouteTable.LifecycleState Modifier and Type Method 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.Methods in com.oracle.bmc.core.model with parameters of type DrgRouteTable.LifecycleState Modifier and Type Method Description DrgRouteTable.Builder
DrgRouteTable.Builder. lifecycleState(DrgRouteTable.LifecycleState lifecycleState)
The DRG route table’s current state.Constructors in com.oracle.bmc.core.model with parameters of type DrgRouteTable.LifecycleState Constructor 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. -
Uses of DrgRouteTable.LifecycleState in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return DrgRouteTable.LifecycleState Modifier and Type Method Description DrgRouteTable.LifecycleState
ListDrgRouteTablesRequest. getLifecycleState()
A filter that only returns matches for the specified lifecycle state.Methods in com.oracle.bmc.core.requests with parameters of type DrgRouteTable.LifecycleState Modifier and Type Method Description ListDrgRouteTablesRequest.Builder
ListDrgRouteTablesRequest.Builder. lifecycleState(DrgRouteTable.LifecycleState lifecycleState)
A filter that only returns matches for the specified lifecycle state.
-