Class BigqueryCapacityCommitmentConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.bigquery_capacity_commitment.BigqueryCapacityCommitmentConfig.Jsii$Proxy
-
- All Implemented Interfaces:
BigqueryCapacityCommitmentConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- BigqueryCapacityCommitmentConfig
@Stability(Stable) @Internal public static final class BigqueryCapacityCommitmentConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BigqueryCapacityCommitmentConfig
An implementation forBigqueryCapacityCommitmentConfig
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.bigquery_capacity_commitment.BigqueryCapacityCommitmentConfig
BigqueryCapacityCommitmentConfig.Builder, BigqueryCapacityCommitmentConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(BigqueryCapacityCommitmentConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theBigqueryCapacityCommitmentConfig.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetCapacityCommitmentId()The optional capacity commitment ID.ObjectgetConnection()ObjectgetCount()List<com.hashicorp.cdktf.ITerraformDependable>getDependsOn()StringgetEdition()The edition type.StringgetEnforceSingleAdminProjectPerOrg()If true, fail the request if another project in the organization has a capacity commitment.com.hashicorp.cdktf.ITerraformIteratorgetForEach()StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_capacity_commitment#id BigqueryCapacityCommitment#id}.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()StringgetLocation()The geographic location where the transfer config should reside.StringgetPlan()Capacity commitment plan.StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_capacity_commitment#project BigqueryCapacityCommitment#project}.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()StringgetRenewalPlan()The plan this capacity commitment is converted to after commitmentEndTime passes.NumbergetSlotCount()Number of slots in this commitment.BigqueryCapacityCommitmentTimeoutsgetTimeouts()timeouts block.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(BigqueryCapacityCommitmentConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theBigqueryCapacityCommitmentConfig.Builder.
-
-
Method Detail
-
getPlan
public final String getPlan()
Description copied from interface:BigqueryCapacityCommitmentConfigCapacity commitment plan. Valid values are at https://cloud.google.com/bigquery/docs/reference/reservations/rpc/google.cloud.bigquery.reservation.v1#commitmentplan.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_capacity_commitment#plan BigqueryCapacityCommitment#plan}
- Specified by:
getPlanin interfaceBigqueryCapacityCommitmentConfig
-
getSlotCount
public final Number getSlotCount()
Description copied from interface:BigqueryCapacityCommitmentConfigNumber of slots in this commitment.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_capacity_commitment#slot_count BigqueryCapacityCommitment#slot_count}
- Specified by:
getSlotCountin interfaceBigqueryCapacityCommitmentConfig
-
getCapacityCommitmentId
public final String getCapacityCommitmentId()
Description copied from interface:BigqueryCapacityCommitmentConfigThe 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. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_capacity_commitment#capacity_commitment_id BigqueryCapacityCommitment#capacity_commitment_id}
- Specified by:
getCapacityCommitmentIdin interfaceBigqueryCapacityCommitmentConfig
-
getEdition
public final String getEdition()
Description copied from interface:BigqueryCapacityCommitmentConfigThe edition type. Valid values are STANDARD, ENTERPRISE, ENTERPRISE_PLUS.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_capacity_commitment#edition BigqueryCapacityCommitment#edition}
- Specified by:
getEditionin interfaceBigqueryCapacityCommitmentConfig
-
getEnforceSingleAdminProjectPerOrg
public final String getEnforceSingleAdminProjectPerOrg()
Description copied from interface:BigqueryCapacityCommitmentConfigIf true, fail the request if another project in the organization has a capacity commitment.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_capacity_commitment#enforce_single_admin_project_per_org BigqueryCapacityCommitment#enforce_single_admin_project_per_org}
- Specified by:
getEnforceSingleAdminProjectPerOrgin interfaceBigqueryCapacityCommitmentConfig
-
getId
public final String getId()
Description copied from interface:BigqueryCapacityCommitmentConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_capacity_commitment#id BigqueryCapacityCommitment#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
- Specified by:
getIdin interfaceBigqueryCapacityCommitmentConfig
-
getLocation
public final String getLocation()
Description copied from interface:BigqueryCapacityCommitmentConfigThe geographic location where the transfer config should reside. Examples: US, EU, asia-northeast1. The default value is US.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_capacity_commitment#location BigqueryCapacityCommitment#location}
- Specified by:
getLocationin interfaceBigqueryCapacityCommitmentConfig
-
getProject
public final String getProject()
Description copied from interface:BigqueryCapacityCommitmentConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_capacity_commitment#project BigqueryCapacityCommitment#project}.- Specified by:
getProjectin interfaceBigqueryCapacityCommitmentConfig
-
getRenewalPlan
public final String getRenewalPlan()
Description copied from interface:BigqueryCapacityCommitmentConfigThe plan this capacity commitment is converted to after commitmentEndTime passes.Once the plan is changed, committed period is extended according to commitment plan. Only applicable for some commitment plans. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_capacity_commitment#renewal_plan BigqueryCapacityCommitment#renewal_plan}
- Specified by:
getRenewalPlanin interfaceBigqueryCapacityCommitmentConfig
-
getTimeouts
public final BigqueryCapacityCommitmentTimeouts getTimeouts()
Description copied from interface:BigqueryCapacityCommitmentConfigtimeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_capacity_commitment#timeouts BigqueryCapacityCommitment#timeouts}
- Specified by:
getTimeoutsin interfaceBigqueryCapacityCommitmentConfig
-
getConnection
public final Object getConnection()
- Specified by:
getConnectionin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getCount
public final Object getCount()
- Specified by:
getCountin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getDependsOn
public final List<com.hashicorp.cdktf.ITerraformDependable> getDependsOn()
- Specified by:
getDependsOnin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getForEach
public final com.hashicorp.cdktf.ITerraformIterator getForEach()
- Specified by:
getForEachin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getLifecycle
public final com.hashicorp.cdktf.TerraformResourceLifecycle getLifecycle()
- Specified by:
getLifecyclein interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvider
public final com.hashicorp.cdktf.TerraformProvider getProvider()
- Specified by:
getProviderin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvisioners
public final List<Object> getProvisioners()
- Specified by:
getProvisionersin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-