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