Uses of Class
com.microsoft.azure.management.network.BgpPeerState
-
Packages that use BgpPeerState Package Description com.microsoft.azure.management.network 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 BgpPeerState Modifier and Type Field Description static BgpPeerStateBgpPeerState. CONNECTEDStatic value Connected for BgpPeerState.static BgpPeerStateBgpPeerState. CONNECTINGStatic value Connecting for BgpPeerState.static BgpPeerStateBgpPeerState. IDLEStatic value Idle for BgpPeerState.static BgpPeerStateBgpPeerState. STOPPEDStatic value Stopped for BgpPeerState.static BgpPeerStateBgpPeerState. UNKNOWNStatic value Unknown for BgpPeerState.Methods in com.microsoft.azure.management.network that return BgpPeerState Modifier and Type Method Description static BgpPeerStateBgpPeerState. fromString(String name)Creates or finds a BgpPeerState from its string representation.BgpPeerStateBgpPeerStatus. state()Get the state value.Methods in com.microsoft.azure.management.network that return types with arguments of type BgpPeerState Modifier and Type Method Description static Collection<BgpPeerState>BgpPeerState. values()
-