Class RangeInfo
RangeInfo contains the range name and the range utilization by this cluster.
Implements
Inherited Members
Namespace: Google.Apis.Container.v1beta1.Data
Assembly: Google.Apis.Container.v1beta1.dll
Syntax
public class RangeInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RangeName
Output only. Name of a range.
Declaration
[JsonProperty("rangeName")]
public virtual string RangeName { get; set; }
Property Value
Type | Description |
---|---|
string |
Utilization
Output only. The utilization of the range.
Declaration
[JsonProperty("utilization")]
public virtual double? Utilization { get; set; }
Property Value
Type | Description |
---|---|
double? |