Class BgpPeerState

java.lang.Object
com.microsoft.rest.ExpandableStringEnum<BgpPeerState>
com.microsoft.azure.management.network.BgpPeerState

public final class BgpPeerState extends com.microsoft.rest.ExpandableStringEnum<BgpPeerState>
Defines values for BgpPeerState.
  • Field Details

    • 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 Details

    • BgpPeerState

      public BgpPeerState()
  • Method Details

    • 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
    • values

      public static Collection<BgpPeerState> values()
      Returns:
      known BgpPeerState values