Uses of Class
com.azure.resourcemanager.network.models.BgpPeerState
Packages that use BgpPeerState
Package
Description
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 BgpPeerStateModifier and TypeFieldDescriptionstatic final BgpPeerStateBgpPeerState.CONNECTEDStatic value Connected for BgpPeerState.static final BgpPeerStateBgpPeerState.CONNECTINGStatic value Connecting for BgpPeerState.static final BgpPeerStateBgpPeerState.IDLEStatic value Idle for BgpPeerState.static final BgpPeerStateBgpPeerState.STOPPEDStatic value Stopped for BgpPeerState.static final BgpPeerStateBgpPeerState.UNKNOWNStatic value Unknown for BgpPeerState.Methods in com.azure.resourcemanager.network.models that return BgpPeerStateModifier and TypeMethodDescriptionstatic BgpPeerStateBgpPeerState.fromString(String name) Creates or finds a BgpPeerState from its string representation.BgpPeerStatus.state()Get the state property: The BGP peer state.Methods in com.azure.resourcemanager.network.models that return types with arguments of type BgpPeerStateModifier and TypeMethodDescriptionstatic Collection<BgpPeerState> BgpPeerState.values()Gets known BgpPeerState values.