Uses of Class
com.oracle.bmc.vnmonitoring.model.Drg.LifecycleState
-
Packages that use Drg.LifecycleState Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of Drg.LifecycleState in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return Drg.LifecycleState Modifier and Type Method Description static Drg.LifecycleState
Drg.LifecycleState. create(String key)
Drg.LifecycleState
Drg. getLifecycleState()
The DRG’s current state.static Drg.LifecycleState
Drg.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Drg.LifecycleState[]
Drg.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 Drg.LifecycleState Modifier and Type Method Description Drg.Builder
Drg.Builder. lifecycleState(Drg.LifecycleState lifecycleState)
The DRG’s current state.Constructors in com.oracle.bmc.vnmonitoring.model with parameters of type Drg.LifecycleState Constructor Description Drg(String compartmentId, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, String id, Drg.LifecycleState lifecycleState, Date timeCreated, DefaultDrgRouteTables defaultDrgRouteTables, String defaultExportDrgRouteDistributionId)
Deprecated.
-