Show / Hide Table of Contents

Class MeteringMembershipState

Metering: Per-Membership Feature State.

Inheritance
object
MeteringMembershipState
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.GKEHub.v1beta.Data
Assembly: Google.Apis.GKEHub.v1beta.dll
Syntax
public class MeteringMembershipState : 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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX