Google Kubernetes Engine v1 API - Class RangeInfo (3.25.0)

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.

Inheritance

object > RangeInfo

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

RangeInfo()

public RangeInfo()

RangeInfo(RangeInfo)

public RangeInfo(RangeInfo other)
Parameter
NameDescription
otherRangeInfo

Properties

RangeName

public string RangeName { get; set; }

Output only. [Output only] Name of a range.

Property Value
TypeDescription
string

Utilization

public double Utilization { get; set; }

Output only. [Output only] The utilization of the range.

Property Value
TypeDescription
double