Uses of Class
com.azure.resourcemanager.network.models.BgpPeerState
-
Packages that use BgpPeerState Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of BgpPeerState in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models 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.azure.resourcemanager.network.models 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 property: The BGP peer state.Methods in com.azure.resourcemanager.network.models that return types with arguments of type BgpPeerState Modifier and Type Method Description static Collection<BgpPeerState>BgpPeerState. values()
-