Package | Description |
---|---|
com.oracle.bmc.vnmonitoring.model |
Modifier and Type | Method and Description |
---|---|
static DrgRouteDistribution.LifecycleState |
DrgRouteDistribution.LifecycleState.create(String key) |
DrgRouteDistribution.LifecycleState |
DrgRouteDistribution.getLifecycleState()
The route distribution’s current state.
|
static DrgRouteDistribution.LifecycleState |
DrgRouteDistribution.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DrgRouteDistribution.LifecycleState[] |
DrgRouteDistribution.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DrgRouteDistribution.Builder |
DrgRouteDistribution.Builder.lifecycleState(DrgRouteDistribution.LifecycleState lifecycleState)
The route distribution’s current state.
|
Constructor and Description |
---|
DrgRouteDistribution(String drgId,
String compartmentId,
Map<String,Map<String,Object>> definedTags,
String displayName,
Map<String,String> freeformTags,
String id,
DrgRouteDistribution.LifecycleState lifecycleState,
Date timeCreated,
DrgRouteDistribution.DistributionType distributionType)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.