Class InterconnectAttachmentConfigurationConstraints
Implements
Inherited Members
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class InterconnectAttachmentConfigurationConstraints : IDirectResponseSchema
Properties
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.
Declaration
[JsonProperty("bgpMd5")]
public virtual string BgpMd5 { get; set; }
Property Value
Type | Description |
---|---|
string |
BgpPeerAsnRanges
[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.
Declaration
[JsonProperty("bgpPeerAsnRanges")]
public virtual IList<InterconnectAttachmentConfigurationConstraintsBgpPeerASNRange> BgpPeerAsnRanges { get; set; }
Property Value
Type | Description |
---|---|
IList<InterconnectAttachmentConfigurationConstraintsBgpPeerASNRange> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |