- 3.22.0 (latest)
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.0
public sealed class InterconnectAttachmentConfigurationConstraints : IMessage<InterconnectAttachmentConfigurationConstraints>, IEquatable<InterconnectAttachmentConfigurationConstraints>, IDeepCloneable<InterconnectAttachmentConfigurationConstraints>, IBufferMessage, IMessageImplements
IMessageInterconnectAttachmentConfigurationConstraints, IEquatableInterconnectAttachmentConfigurationConstraints, IDeepCloneableInterconnectAttachmentConfigurationConstraints, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
InterconnectAttachmentConfigurationConstraints()
public InterconnectAttachmentConfigurationConstraints()InterconnectAttachmentConfigurationConstraints(InterconnectAttachmentConfigurationConstraints)
public InterconnectAttachmentConfigurationConstraints(InterconnectAttachmentConfigurationConstraints other)| Parameter | |
|---|---|
| Name | Description |
other |
InterconnectAttachmentConfigurationConstraints |
Properties
BgpMd5
public string BgpMd5 { get; set; }Output only. [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.
| Property Value | |
|---|---|
| Type | Description |
string |
|
BgpPeerAsnRanges
public RepeatedField<InterconnectAttachmentConfigurationConstraintsBgpPeerASNRange> BgpPeerAsnRanges { get; }Output only. [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.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldInterconnectAttachmentConfigurationConstraintsBgpPeerASNRange |
|
HasBgpMd5
public bool HasBgpMd5 { get; }Gets whether the "bgp_md5" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|