Compute Engine v1 API - Class InterconnectRemoteLocationConstraintsSubnetLengthRange (2.15.0)

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

Inheritance

object > InterconnectRemoteLocationConstraintsSubnetLengthRange

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

InterconnectRemoteLocationConstraintsSubnetLengthRange()

public InterconnectRemoteLocationConstraintsSubnetLengthRange()

InterconnectRemoteLocationConstraintsSubnetLengthRange(InterconnectRemoteLocationConstraintsSubnetLengthRange)

public InterconnectRemoteLocationConstraintsSubnetLengthRange(InterconnectRemoteLocationConstraintsSubnetLengthRange other)
Parameter
NameDescription
otherInterconnectRemoteLocationConstraintsSubnetLengthRange

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 int Max { get; set; }
Property Value
TypeDescription
int

Min

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