Uses of Class
com.microsoft.azure.management.network.BgpPeerState
Packages that use BgpPeerState
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of BgpPeerState in com.microsoft.azure.management.network
Fields in com.microsoft.azure.management.network declared as BgpPeerStateModifier 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.Methods in com.microsoft.azure.management.network that return BgpPeerStateModifier and TypeMethodDescriptionstatic BgpPeerState
BgpPeerState.fromString
(String name) Creates or finds a BgpPeerState from its string representation.BgpPeerStatus.state()
Get the BGP peer state.Methods in com.microsoft.azure.management.network that return types with arguments of type BgpPeerState