CapacityCommitment

class CapacityCommitment : KotlinCustomResource

Creates a new capacity commitment resource. Auto-naming is currently not supported for this resource.

Properties

Link copied to clipboard

The optional capacity commitment ID. Capacity commitment name will be generated automatically if this field is empty. This field must only contain lower case alphanumeric characters or dashes. The first and last character cannot be a dash. Max length is 64 characters. NOTE: this ID won't be kept if the capacity commitment is split or merged.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard
val edition: Output<String>

Edition of the capacity commitment.

Link copied to clipboard

If true, fail the request if another project in the organization has a capacity commitment.

Link copied to clipboard

For FAILED commitment plan, provides the reason of failure.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val location: Output<String>
Link copied to clipboard

Applicable only for commitments located within one of the BigQuery multi-regions (US or EU). If set to true, this commitment is placed in the organization's secondary region which is designated for disaster recovery purposes. If false, this commitment is placed in the organization's default region. NOTE: this is a preview feature. Project must be allow-listed in order to set this field.

Link copied to clipboard
val name: Output<String>

The resource name of the capacity commitment, e.g., projects/myproject/locations/US/capacityCommitments/123 The commitment_id must only contain lower case alphanumeric characters or dashes. It must start with a letter and must not end with a dash. Its maximum length is 64 characters.

Link copied to clipboard
val plan: Output<String>

Capacity commitment commitment plan.

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val renewalPlan: Output<String>

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.

Link copied to clipboard
val slotCount: Output<String>

Number of slots in this commitment.

Link copied to clipboard
val state: Output<String>

State of the commitment.

Link copied to clipboard
val urn: Output<String>