Compute Engine v1 API - Class InterconnectRemoteLocationConstraintsSubnetLengthRange (2.16.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
Name Description
other InterconnectRemoteLocationConstraintsSubnetLengthRange

Properties

HasMax

public bool HasMax { get; }

Gets whether the "max" field is set

Property Value
Type Description
bool

HasMin

public bool HasMin { get; }

Gets whether the "min" field is set

Property Value
Type Description
bool

Max

public int Max { get; set; }
Property Value
Type Description
int

Min

public int Min { get; set; }
Property Value
Type Description
int