Uses of Class
com.oracle.bmc.core.model.RouteTable.LifecycleState
-
Packages that use RouteTable.LifecycleState Package Description com.oracle.bmc.core com.oracle.bmc.core.model com.oracle.bmc.core.requests -
-
Uses of RouteTable.LifecycleState in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type RouteTable.LifecycleState Modifier and Type Method Description Waiter<GetRouteTableRequest,GetRouteTableResponse>VirtualNetworkWaiters. forRouteTable(GetRouteTableRequest request, RouteTable.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetRouteTableRequest,GetRouteTableResponse>VirtualNetworkWaiters. forRouteTable(GetRouteTableRequest request, RouteTable.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetRouteTableRequest,GetRouteTableResponse>VirtualNetworkWaiters. forRouteTable(GetRouteTableRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, RouteTable.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration. -
Uses of RouteTable.LifecycleState in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return RouteTable.LifecycleState Modifier and Type Method Description static RouteTable.LifecycleStateRouteTable.LifecycleState. create(String key)RouteTable.LifecycleStateRouteTable. getLifecycleState()The route table’s current state.static RouteTable.LifecycleStateRouteTable.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.Methods in com.oracle.bmc.core.model with parameters of type RouteTable.LifecycleState Modifier and Type Method Description RouteTable.BuilderRouteTable.Builder. lifecycleState(RouteTable.LifecycleState lifecycleState)The route table’s current state.Constructors in com.oracle.bmc.core.model with parameters of type RouteTable.LifecycleState Constructor 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. -
Uses of RouteTable.LifecycleState in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return RouteTable.LifecycleState Modifier and Type Method Description RouteTable.LifecycleStateListRouteTablesRequest. getLifecycleState()A filter to only return resources that match the given lifecycle state.Methods in com.oracle.bmc.core.requests with parameters of type RouteTable.LifecycleState Modifier and Type Method Description ListRouteTablesRequest.BuilderListRouteTablesRequest.Builder. lifecycleState(RouteTable.LifecycleState lifecycleState)A filter to only return resources that match the given lifecycle state.
-