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