Uses of Class
com.microsoft.azure.management.network.BgpPeerState
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of BgpPeerState in com.microsoft.azure.management.network
Modifier and TypeFieldDescriptionstatic final BgpPeerState
BgpPeerState.CONNECTED
Static value Connected for BgpPeerState.static final BgpPeerState
BgpPeerState.CONNECTING
Static value Connecting for BgpPeerState.static final BgpPeerState
BgpPeerState.IDLE
Static value Idle for BgpPeerState.static final BgpPeerState
BgpPeerState.STOPPED
Static value Stopped for BgpPeerState.static final BgpPeerState
BgpPeerState.UNKNOWN
Static value Unknown for BgpPeerState.Modifier and TypeMethodDescriptionstatic BgpPeerState
BgpPeerState.fromString
(String name) Creates or finds a BgpPeerState from its string representation.BgpPeerStatus.state()
Get the BGP peer state.