Compute Engine v1 API - Class Int64RangeMatch (2.15.0)

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

Reference documentation and code samples for the Compute Engine v1 API class Int64RangeMatch.

HttpRouteRuleMatch criteria for field values that must stay within the specified integer range.

Inheritance

object > Int64RangeMatch

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

Int64RangeMatch()

public Int64RangeMatch()

Int64RangeMatch(Int64RangeMatch)

public Int64RangeMatch(Int64RangeMatch other)
Parameter
NameDescription
otherInt64RangeMatch

Properties

HasRangeEnd

public bool HasRangeEnd { get; }

Gets whether the "range_end" field is set

Property Value
TypeDescription
bool

HasRangeStart

public bool HasRangeStart { get; }

Gets whether the "range_start" field is set

Property Value
TypeDescription
bool

RangeEnd

public long RangeEnd { get; set; }

The end of the range (exclusive) in signed long integer format.

Property Value
TypeDescription
long

RangeStart

public long RangeStart { get; set; }

The start of the range (inclusive) in signed long integer format.

Property Value
TypeDescription
long