BgpPeerState Class

  • java.lang.Object
    • com.microsoft.azure.management.network.BgpPeerState

public class BgpPeerState

Defines values for BgpPeerState.

Field Summary

Modifier and Type Field and Description
final BgpPeerState CONNECTED

Static value Connected for BgpPeerState.

final BgpPeerState CONNECTING

Static value Connecting for BgpPeerState.

final BgpPeerState IDLE

Static value Idle for BgpPeerState.

final BgpPeerState STOPPED

Static value Stopped for BgpPeerState.

final BgpPeerState UNKNOWN

Static value Unknown for BgpPeerState.

Constructor Summary

Constructor Description
BgpPeerState(String value)

Creates a custom value for BgpPeerState.

Method Summary

Modifier and Type Method and Description
boolean equals(Object obj)
int hashCode()
String toString()

Field Details

CONNECTED

public static final BgpPeerState CONNECTED= new BgpPeerState("Connected")

Static value Connected for BgpPeerState.

CONNECTING

public static final BgpPeerState CONNECTING= new BgpPeerState("Connecting")

Static value Connecting for BgpPeerState.

IDLE

public static final BgpPeerState IDLE= new BgpPeerState("Idle")

Static value Idle for BgpPeerState.

STOPPED

public static final BgpPeerState STOPPED= new BgpPeerState("Stopped")

Static value Stopped for BgpPeerState.

UNKNOWN

public static final BgpPeerState UNKNOWN= new BgpPeerState("Unknown")

Static value Unknown for BgpPeerState.

Constructor Details

BgpPeerState

public BgpPeerState(String value)

Creates a custom value for BgpPeerState.

Parameters:

value - the custom value

Method Details

equals

public boolean equals(Object obj)

Parameters:

obj

hashCode

public int hashCode()

toString

public String toString()

Applies to