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