public sealed class RangeInfo : IMessage<RangeInfo>, IEquatable<RangeInfo>, IDeepCloneable<RangeInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class RangeInfo.
RangeInfo contains the range name and the range utilization by this cluster.
Implements
IMessageRangeInfo, IEquatableRangeInfo, IDeepCloneableRangeInfo, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
RangeInfo()
public RangeInfo()
RangeInfo(RangeInfo)
public RangeInfo(RangeInfo other)
Parameter | |
---|---|
Name | Description |
other |
RangeInfo |
Properties
RangeName
public string RangeName { get; set; }
Output only. [Output only] Name of a range.
Property Value | |
---|---|
Type | Description |
string |
Utilization
public double Utilization { get; set; }
Output only. [Output only] The utilization of the range.
Property Value | |
---|---|
Type | Description |
double |