Uses of Class
com.oracle.bmc.vnmonitoring.model.DrgRouteTable.LifecycleState
-
Packages that use DrgRouteTable.LifecycleState Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of DrgRouteTable.LifecycleState in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.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.vnmonitoring.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.vnmonitoring.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.
-