public sealed class InterconnectAttachmentConfigurationConstraints : IMessage<InterconnectAttachmentConfigurationConstraints>, IEquatable<InterconnectAttachmentConfigurationConstraints>, IDeepCloneable<InterconnectAttachmentConfigurationConstraints>, IBufferMessage, IMessage
[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.
public RepeatedField<InterconnectAttachmentConfigurationConstraintsBgpPeerASNRange> BgpPeerAsnRanges { get; }
[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.
[[["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-08 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eGoogle.Cloud.Compute.V1\u003c/code\u003e library is 3.6.0, with version 2.16.0 being the current context for the \u003ccode\u003eInterconnectAttachmentConfigurationConstraints\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eInterconnectAttachmentConfigurationConstraints\u003c/code\u003e class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, enhancing its functionality and compatibility within the .NET environment.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eInterconnectAttachmentConfigurationConstraints\u003c/code\u003e class has properties for \u003ccode\u003eBgpMd5\u003c/code\u003e, which determines if BGP MD5 authentication is required, allowed, or unsupported, and \u003ccode\u003eBgpPeerAsnRanges\u003c/code\u003e, which lists supported ASN ranges.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eInterconnectAttachmentConfigurationConstraints\u003c/code\u003e class includes constructors to create a new instance, either empty or by copying an existing \u003ccode\u003eInterconnectAttachmentConfigurationConstraints\u003c/code\u003e object, and also contains a boolean \u003ccode\u003eHasBgpMd5\u003c/code\u003e property to check if the \u003ccode\u003eBgpMd5\u003c/code\u003e field has been set.\u003c/p\u003e\n"],["\u003cp\u003eThe namespace associated with the class \u003ccode\u003eInterconnectAttachmentConfigurationConstraints\u003c/code\u003e is \u003ccode\u003eGoogle.Cloud.Compute.V1\u003c/code\u003e, and it is part of the \u003ccode\u003eGoogle.Cloud.Compute.V1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"]]],[],null,[]]