Class InterconnectAttachmentConfigurationConstraintsBgpPeerASNRange
Inheritance
InterconnectAttachmentConfigurationConstraintsBgpPeerASNRange
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class InterconnectAttachmentConfigurationConstraintsBgpPeerASNRange : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Max
Declaration
[JsonProperty("max")]
public virtual long? Max { get; set; }
Property Value
Min
Declaration
[JsonProperty("min")]
public virtual long? Min { get; set; }
Property Value
Implements