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