Class BgpPeerState


  • public final class BgpPeerState
    extends com.azure.core.util.ExpandableStringEnum<BgpPeerState>
    Defines values for BgpPeerState.
    • Field Detail

      • UNKNOWN

        public static final BgpPeerState UNKNOWN
        Static value Unknown for BgpPeerState.
      • STOPPED

        public static final BgpPeerState STOPPED
        Static value Stopped for BgpPeerState.
      • IDLE

        public static final BgpPeerState IDLE
        Static value Idle for BgpPeerState.
      • CONNECTING

        public static final BgpPeerState CONNECTING
        Static value Connecting for BgpPeerState.
      • CONNECTED

        public static final BgpPeerState CONNECTED
        Static value Connected for BgpPeerState.
    • Constructor Detail

      • BgpPeerState

        public BgpPeerState()
    • Method Detail

      • fromString

        public static BgpPeerState fromString​(String name)
        Creates or finds a BgpPeerState from its string representation.
        Parameters:
        name - a name to look for.
        Returns:
        the corresponding BgpPeerState.