Class CapacityCommitment (1.3.0)

public sealed class CapacityCommitment : IMessage<CapacityCommitment>, IEquatable<CapacityCommitment>, IDeepCloneable<CapacityCommitment>, IBufferMessage, IMessage

Capacity commitment is a way to purchase compute capacity for BigQuery jobs (in the form of slots) with some committed period of usage. Annual commitments renew by default. Commitments can be removed after their commitment end time passes.

In order to remove annual commitment, its plan needs to be changed to monthly or flex first.

A capacity commitment resource exists as a child resource of the admin project.

Inheritance

Object > CapacityCommitment

Namespace

Google.Cloud.BigQuery.Reservation.V1

Assembly

Google.Cloud.BigQuery.Reservation.V1.dll

Constructors

CapacityCommitment()

public CapacityCommitment()

CapacityCommitment(CapacityCommitment)

public CapacityCommitment(CapacityCommitment other)
Parameter
NameDescription
otherCapacityCommitment

Properties

CapacityCommitmentName

public CapacityCommitmentName CapacityCommitmentName { get; set; }

CapacityCommitmentName-typed view over the Name resource name property.

Property Value
TypeDescription
CapacityCommitmentName

CommitmentEndTime

public Timestamp CommitmentEndTime { get; set; }

Output only. The end of the current commitment period. It is applicable only for ACTIVE capacity commitments.

Property Value
TypeDescription
Timestamp

FailureStatus

public Status FailureStatus { get; set; }

Output only. For FAILED commitment plan, provides the reason of failure.

Property Value
TypeDescription
Status

Name

public string Name { get; set; }

Output only. The resource name of the capacity commitment, e.g., projects/myproject/locations/US/capacityCommitments/123

Property Value
TypeDescription
String

Plan

public CapacityCommitment.Types.CommitmentPlan Plan { get; set; }

Capacity commitment commitment plan.

Property Value
TypeDescription
CapacityCommitment.Types.CommitmentPlan

RenewalPlan

public CapacityCommitment.Types.CommitmentPlan RenewalPlan { get; set; }

The plan this capacity commitment is converted to after commitment_end_time passes. Once the plan is changed, committed period is extended according to commitment plan. Only applicable for ANNUAL and TRIAL commitments.

Property Value
TypeDescription
CapacityCommitment.Types.CommitmentPlan

SlotCount

public long SlotCount { get; set; }

Number of slots in this commitment.

Property Value
TypeDescription
Int64

State

public CapacityCommitment.Types.State State { get; set; }

Output only. State of the commitment.

Property Value
TypeDescription
CapacityCommitment.Types.State