Compute V1 Client - Class BgpMd5 (2.0.0)

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

[Output Only] Whether the attachment's BGP session requires/allows/disallows BGP MD5 authentication. This can take one of the following values: MD5_OPTIONAL, MD5_REQUIRED, MD5_UNSUPPORTED. For example, a Cross-Cloud Interconnect connection to a remote cloud provider that requires BGP MD5 authentication has the interconnectRemoteLocation attachment_configuration_constraints.bgp_md5 field set to MD5_REQUIRED, and that property is propagated to the attachment. Similarly, if BGP MD5 is MD5_UNSUPPORTED, an error is returned if MD5 is requested.

Protobuf type google.cloud.compute.v1.InterconnectAttachmentConfigurationConstraints.BgpMd5

Namespace

Google \ Cloud \ Compute \ V1 \ InterconnectAttachmentConfigurationConstraints

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_BGP_MD5

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_BGP_MD5 = 0;

MD5_OPTIONAL

Value: 532156673

MD5_OPTIONAL: BGP MD5 authentication is supported and can optionally be configured.

Generated from protobuf enum MD5_OPTIONAL = 532156673;

MD5_REQUIRED

Value: 218034496

MD5_REQUIRED: BGP MD5 authentication must be configured.

Generated from protobuf enum MD5_REQUIRED = 218034496;

MD5_UNSUPPORTED

Value: 86962388

MD5_UNSUPPORTED: BGP MD5 authentication must not be configured

Generated from protobuf enum MD5_UNSUPPORTED = 86962388;