Compute Engine v1 API - Enum RouterStatusBgpPeerStatus.Types.StatusReason (2.16.0)

public enum RouterStatusBgpPeerStatus.Types.StatusReason

Reference documentation and code samples for the Compute Engine v1 API enum RouterStatusBgpPeerStatus.Types.StatusReason.

Indicates why particular status was returned.

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

Name Description
Ipv4PeerOnIpv6OnlyConnection

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

Ipv6PeerOnIpv4OnlyConnection

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

Md5AuthInternalProblem

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

UndefinedStatusReason

A value indicating that the enum field is not set.

Unspecified