Class MeteringState
Metering: State for a single membership, analyzed and reported by feature controller.
Implements
Inherited Members
Namespace: Google.Apis.GKEHub.v2.Data
Assembly: Google.Apis.GKEHub.v2.dll
Syntax
public class MeteringState : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LastMeasurementTime
object representation of LastMeasurementTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastMeasurementTimeDateTimeOffset instead.")]
public virtual object LastMeasurementTime { get; set; }
Property Value
Type | Description |
---|---|
object |
LastMeasurementTimeDateTimeOffset
DateTimeOffset representation of LastMeasurementTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastMeasurementTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
LastMeasurementTimeRaw
The time stamp of the most recent measurement of the number of vCPUs in the cluster.
Declaration
[JsonProperty("lastMeasurementTime")]
public virtual string LastMeasurementTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
PreciseLastMeasuredClusterVcpuCapacity
The vCPUs capacity in the cluster according to the most recent measurement (1/1000 precision).
Declaration
[JsonProperty("preciseLastMeasuredClusterVcpuCapacity")]
public virtual float? PreciseLastMeasuredClusterVcpuCapacity { get; set; }
Property Value
Type | Description |
---|---|
float? |