Class BgpPeerState
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<BgpPeerState>
com.microsoft.azure.management.network.BgpPeerState
Defines values for BgpPeerState.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BgpPeerState
Static value Connected for BgpPeerState.static final BgpPeerState
Static value Connecting for BgpPeerState.static final BgpPeerState
Static value Idle for BgpPeerState.static final BgpPeerState
Static value Stopped for BgpPeerState.static final BgpPeerState
Static value Unknown for BgpPeerState. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic BgpPeerState
fromString
(String name) Creates or finds a BgpPeerState from its string representation.static Collection<BgpPeerState>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
UNKNOWN
Static value Unknown for BgpPeerState. -
STOPPED
Static value Stopped for BgpPeerState. -
IDLE
Static value Idle for BgpPeerState. -
CONNECTING
Static value Connecting for BgpPeerState. -
CONNECTED
Static value Connected for BgpPeerState.
-
-
Constructor Details
-
BgpPeerState
public BgpPeerState()
-
-
Method Details
-
fromString
Creates or finds a BgpPeerState from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding BgpPeerState
-
values
- Returns:
- known BgpPeerState values
-