Compute V1 Client - Class StatusReason (2.0.0)

Reference documentation and code samples for the Compute V1 Client class StatusReason.

Indicates why particular status was returned.

Protobuf type google.cloud.compute.v1.RouterStatusBgpPeerStatus.StatusReason

Namespace

Google \ Cloud \ Compute \ V1 \ RouterStatusBgpPeerStatus

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_STATUS_REASON

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_STATUS_REASON = 0;

IPV4_PEER_ON_IPV6_ONLY_CONNECTION

Value: 435936662

BGP peer disabled because it requires IPv4 but the underlying connection is IPv6-only.

Generated from protobuf enum IPV4_PEER_ON_IPV6_ONLY_CONNECTION = 435936662;

IPV6_PEER_ON_IPV4_ONLY_CONNECTION

Value: 436304082

BGP peer disabled because it requires IPv6 but the underlying connection is IPv4-only.

Generated from protobuf enum IPV6_PEER_ON_IPV4_ONLY_CONNECTION = 436304082;

MD5_AUTH_INTERNAL_PROBLEM

Value: 140462259

Indicates internal problems with configuration of MD5 authentication. This particular reason can only be returned when md5AuthEnabled is true and status is DOWN.

Generated from protobuf enum MD5_AUTH_INTERNAL_PROBLEM = 140462259;

STATUS_REASON_UNSPECIFIED

Value: 394331913

Generated from protobuf enum STATUS_REASON_UNSPECIFIED = 394331913;