public static enum TunnelStatus.LifecycleState extends Enum<TunnelStatus.LifecycleState> implements BmcEnum
The tunnel’s current state.
Enum Constant and Description |
---|
Down |
DownForMaintenance |
PartialUp |
Up |
Modifier and Type | Method and Description |
---|---|
static TunnelStatus.LifecycleState |
create(String key) |
String |
getValue() |
static TunnelStatus.LifecycleState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TunnelStatus.LifecycleState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TunnelStatus.LifecycleState Up
public static final TunnelStatus.LifecycleState Down
public static final TunnelStatus.LifecycleState DownForMaintenance
public static final TunnelStatus.LifecycleState PartialUp
public static TunnelStatus.LifecycleState[] values()
for (TunnelStatus.LifecycleState c : TunnelStatus.LifecycleState.values()) System.out.println(c);
public static TunnelStatus.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 TunnelStatus.LifecycleState create(String key)
Copyright © 2016–2024. All rights reserved.