Class ComputeEnumConstants.RouterStatusBgpPeerStatus.Status (2.1.0)

public static class Status

Constants for wire representations of the RouterStatusBgpPeerStatus.Types.Status enum.

Inheritance

Object > ComputeEnumConstants.RouterStatusBgpPeerStatus.Status

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

Down

public const string Down = "DOWN"

Wire representation of Down.

Field Value
TypeDescription
String

UndefinedStatus

public const string UndefinedStatus = "UNDEFINED_STATUS"

Wire representation of UndefinedStatus.

Field Value
TypeDescription
String

Unknown

public const string Unknown = "UNKNOWN"

Wire representation of Unknown.

Field Value
TypeDescription
String

Up

public const string Up = "UP"

Wire representation of Up.

Field Value
TypeDescription
String