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