Uses of Class
com.oracle.bmc.vnmonitoring.model.RouteTable.LifecycleState
-
Packages that use RouteTable.LifecycleState Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of RouteTable.LifecycleState in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return RouteTable.LifecycleState Modifier and Type Method 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.Methods in com.oracle.bmc.vnmonitoring.model with parameters of type RouteTable.LifecycleState Modifier and Type Method Description RouteTable.Builder
RouteTable.Builder. lifecycleState(RouteTable.LifecycleState lifecycleState)
The route table’s current state.Constructors in com.oracle.bmc.vnmonitoring.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.
-