Batch v1alpha API - Class UsageResourceAllowanceStatus.Types.PeriodConsumption (1.0.0-alpha26)

public sealed class UsageResourceAllowanceStatus.Types.PeriodConsumption : IMessage<UsageResourceAllowanceStatus.Types.PeriodConsumption>, IEquatable<UsageResourceAllowanceStatus.Types.PeriodConsumption>, IDeepCloneable<UsageResourceAllowanceStatus.Types.PeriodConsumption>, IBufferMessage, IMessage

Inheritance

object > UsageResourceAllowanceStatus.Types.PeriodConsumption

Namespace

Google.Cloud.Batch.V1Alpha

Assembly

Google.Cloud.Batch.V1Alpha.dll

Constructors

PeriodConsumption()

public PeriodConsumption()

PeriodConsumption(PeriodConsumption)

public PeriodConsumption(UsageResourceAllowanceStatus.Types.PeriodConsumption other)
Parameter
NameDescription
otherUsageResourceAllowanceStatusTypesPeriodConsumption

Properties

Consumed

public double Consumed { get; set; }

Output only. Accumulated consumption during consumption_interval.

Property Value
TypeDescription
double

ConsumptionInterval

public Interval ConsumptionInterval { get; set; }

Output only. The consumption interval.

Property Value
TypeDescription
Interval

HasConsumed

public bool HasConsumed { get; }

Gets whether the "consumed" field is set

Property Value
TypeDescription
bool