public static enum DrgRouteDistribution.LifecycleState extends Enum<DrgRouteDistribution.LifecycleState> implements BmcEnum
The route distribution’s current state.
Enum Constant and Description |
---|
Available |
Provisioning |
Terminated |
Terminating |
Modifier and Type | Method and Description |
---|---|
static DrgRouteDistribution.LifecycleState |
create(String key) |
String |
getValue() |
static DrgRouteDistribution.LifecycleState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DrgRouteDistribution.LifecycleState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DrgRouteDistribution.LifecycleState Provisioning
public static final DrgRouteDistribution.LifecycleState Available
public static final DrgRouteDistribution.LifecycleState Terminating
public static final DrgRouteDistribution.LifecycleState Terminated
public static DrgRouteDistribution.LifecycleState[] values()
for (DrgRouteDistribution.LifecycleState c : DrgRouteDistribution.LifecycleState.values()) System.out.println(c);
public static DrgRouteDistribution.LifecycleState valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static DrgRouteDistribution.LifecycleState create(String key)
Copyright © 2016–2024. All rights reserved.