Show / Hide Table of Contents

Class RangeInfo

RangeInfo contains the range name and the range utilization by this cluster.

Inheritance
object
RangeInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX