public sealed class MillisecondRange : IMessage<MillisecondRange>, IEquatable<MillisecondRange>, IDeepCloneable<MillisecondRange>, IBufferMessage, IMessageReference documentation and code samples for the GKE Recommender v1 API class MillisecondRange.
Represents a range of latency values in milliseconds.
Implements
IMessageMillisecondRange, IEquatableMillisecondRange, IDeepCloneableMillisecondRange, IBufferMessage, IMessageNamespace
Google.Cloud.GkeRecommender.V1Assembly
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 |
|