Compute Engine v1 API - Class InterconnectAttachmentConfigurationConstraintsBgpPeerASNRange (2.15.0)

public sealed class InterconnectAttachmentConfigurationConstraintsBgpPeerASNRange : IMessage<InterconnectAttachmentConfigurationConstraintsBgpPeerASNRange>, IEquatable<InterconnectAttachmentConfigurationConstraintsBgpPeerASNRange>, IDeepCloneable<InterconnectAttachmentConfigurationConstraintsBgpPeerASNRange>, IBufferMessage, IMessage

Inheritance

object > InterconnectAttachmentConfigurationConstraintsBgpPeerASNRange

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

InterconnectAttachmentConfigurationConstraintsBgpPeerASNRange()

public InterconnectAttachmentConfigurationConstraintsBgpPeerASNRange()

InterconnectAttachmentConfigurationConstraintsBgpPeerASNRange(InterconnectAttachmentConfigurationConstraintsBgpPeerASNRange)

public InterconnectAttachmentConfigurationConstraintsBgpPeerASNRange(InterconnectAttachmentConfigurationConstraintsBgpPeerASNRange other)
Parameter
NameDescription
otherInterconnectAttachmentConfigurationConstraintsBgpPeerASNRange

Properties

HasMax

public bool HasMax { get; }

Gets whether the "max" field is set

Property Value
TypeDescription
bool

HasMin

public bool HasMin { get; }

Gets whether the "min" field is set

Property Value
TypeDescription
bool

Max

public uint Max { get; set; }
Property Value
TypeDescription
uint

Min

public uint Min { get; set; }
Property Value
TypeDescription
uint