Network Services v1 API - Class HttpRoute.Types.HeaderMatch.Types.IntegerRange (1.0.0-beta01)

public sealed class HttpRoute.Types.HeaderMatch.Types.IntegerRange : IMessage<HttpRoute.Types.HeaderMatch.Types.IntegerRange>, IEquatable<HttpRoute.Types.HeaderMatch.Types.IntegerRange>, IDeepCloneable<HttpRoute.Types.HeaderMatch.Types.IntegerRange>, IBufferMessage, IMessage

Reference documentation and code samples for the Network Services v1 API class HttpRoute.Types.HeaderMatch.Types.IntegerRange.

Represents an integer value range.

Inheritance

object > HttpRoute.Types.HeaderMatch.Types.IntegerRange

Namespace

Google.Cloud.NetworkServices.V1

Assembly

Google.Cloud.NetworkServices.V1.dll

Constructors

IntegerRange()

public IntegerRange()

IntegerRange(IntegerRange)

public IntegerRange(HttpRoute.Types.HeaderMatch.Types.IntegerRange other)
Parameter
Name Description
other HttpRouteTypesHeaderMatchTypesIntegerRange

Properties

End

public int End { get; set; }

End of the range (exclusive)

Property Value
Type Description
int

Start

public int Start { get; set; }

Start of the range (inclusive)

Property Value
Type Description
int