str
[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. Check the BgpMd5 enum
for the list of possible values.
This field is a member of oneof_ _bgp_md5.
bgp_peer_asn_ranges
MutableSequence[google.cloud.compute_v1beta.types.InterconnectAttachmentConfigurationConstraintsBgpPeerASNRange]
[Output Only] List of ASN ranges that the remote location is
known to support. Formatted as an array of inclusive ranges
{min: min-value, max: max-value}. For example, [{min: 123,
max: 123}, {min: 64512, max: 65534}] allows the peer ASN to
be 123 or anything in the range 64512-65534. This field is
only advisory. Although the API accepts other ranges, these
are the ranges that we recommend.
Classes
BgpMd5
BgpMd5(value)
[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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Class InterconnectAttachmentConfigurationConstraints (0.1.5)\n\nVersion latestkeyboard_arrow_down\n\n- [0.1.5 (latest)](/python/docs/reference/google-cloud-compute-v1beta/latest/google.cloud.compute_v1beta.types.InterconnectAttachmentConfigurationConstraints)\n- [0.1.4](/python/docs/reference/google-cloud-compute-v1beta/0.1.4/google.cloud.compute_v1beta.types.InterconnectAttachmentConfigurationConstraints) \n\n InterconnectAttachmentConfigurationConstraints(\n mapping=None, *, ignore_unknown_fields=False, **kwargs\n )\n\n.. _oneof: \u003chttps://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields\u003e\n\nClasses\n-------\n\n### BgpMd5\n\n BgpMd5(value)\n\n\\[Output Only\\] Whether the attachment's BGP session\nrequires/allows/disallows BGP MD5 authentication. This can take one\nof the following values: MD5_OPTIONAL, MD5_REQUIRED,\nMD5_UNSUPPORTED. For example, a Cross-Cloud Interconnect connection\nto a remote cloud provider that requires BGP MD5 authentication has\nthe interconnectRemoteLocation\nattachment_configuration_constraints.bgp_md5 field set to\nMD5_REQUIRED, and that property is propagated to the attachment.\nSimilarly, if BGP MD5 is MD5_UNSUPPORTED, an error is returned if\nMD5 is requested."]]