Package | Description |
---|---|
com.oracle.bmc.vnmonitoring.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Vlan.Builder |
Vlan.Builder.lifecycleState(Vlan.LifecycleState lifecycleState)
The VLAN’s current state.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.