Class BgpPeerState
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<BgpPeerState>
com.microsoft.azure.management.network.BgpPeerState
Defines values for BgpPeerState.
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BgpPeerStateStatic value Connected for BgpPeerState.static final BgpPeerStateStatic value Connecting for BgpPeerState.static final BgpPeerStateStatic value Idle for BgpPeerState.static final BgpPeerStateStatic value Stopped for BgpPeerState.static final BgpPeerStateStatic value Unknown for BgpPeerState. - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic BgpPeerStatefromString(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
 
 
 -