google_api_big_query_reservation v0.6.0 GoogleApi.BigQueryReservation.V1.Model.CapacityCommitment View Source
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.
Attributes
commitmentEndTime
(type:DateTime.t
, default:nil
) - Output only. The end of the current commitment period. It is applicable only for ACTIVE capacity commitments.failureStatus
(type:GoogleApi.BigQueryReservation.V1.Model.Status.t
, default:nil
) - Output only. For FAILED commitment plan, provides the reason of failure.name
(type:String.t
, default:nil
) - Output only. The resource name of the capacity commitment, e.g., projects/myproject/locations/US/capacityCommitments/123plan
(type:String.t
, default:nil
) - Capacity commitment commitment plan.renewalPlan
(type:String.t
, default:nil
) - 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 commitments.slotCount
(type:String.t
, default:nil
) - Number of slots in this commitment.state
(type:String.t
, default:nil
) - Output only. State of the commitment.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.BigQueryReservation.V1.Model.CapacityCommitment{ commitmentEndTime: DateTime.t(), failureStatus: GoogleApi.BigQueryReservation.V1.Model.Status.t(), name: String.t(), plan: String.t(), renewalPlan: String.t(), slotCount: String.t(), state: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.