public final class BgpPeerState extends ExpandableStringEnum<BgpPeerState>
Modifier and Type | Field and Description |
---|---|
static BgpPeerState |
CONNECTED
Static value Connected for BgpPeerState.
|
static BgpPeerState |
CONNECTING
Static value Connecting for BgpPeerState.
|
static BgpPeerState |
IDLE
Static value Idle for BgpPeerState.
|
static BgpPeerState |
STOPPED
Static value Stopped for BgpPeerState.
|
static BgpPeerState |
UNKNOWN
Static value Unknown for BgpPeerState.
|
Constructor and Description |
---|
BgpPeerState() |
Modifier and Type | Method and Description |
---|---|
static BgpPeerState |
fromString(String name)
Creates or finds a BgpPeerState from its string representation.
|
static Collection<BgpPeerState> |
values() |
equals, fromString, hashCode, toString, values, withNameValue
public static final BgpPeerState UNKNOWN
public static final BgpPeerState STOPPED
public static final BgpPeerState IDLE
public static final BgpPeerState CONNECTING
public static final BgpPeerState CONNECTED
public static BgpPeerState fromString(String name)
name
- a name to look forpublic static Collection<BgpPeerState> values()
Copyright © 2019. All rights reserved.