GKE Recommender v1 API - Class MillisecondRange (1.0.0-beta01)

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

Reference documentation and code samples for the GKE Recommender v1 API class MillisecondRange.

Represents a range of latency values in milliseconds.

Inheritance

object > MillisecondRange

Namespace

Google.Cloud.GkeRecommender.V1

Assembly

Google.Cloud.GkeRecommender.V1.dll

Constructors

MillisecondRange()

public MillisecondRange()

MillisecondRange(MillisecondRange)

public MillisecondRange(MillisecondRange other)
Parameter
Name Description
other MillisecondRange

Properties

Max

public int Max { get; set; }

Output only. The maximum value of the range.

Property Value
Type Description
int

Min

public int Min { get; set; }

Output only. The minimum value of the range.

Property Value
Type Description
int