Class ContainerAzureNodePool.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.container_azure_node_pool.ContainerAzureNodePool.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ContainerAzureNodePool>
- Enclosing class:
- ContainerAzureNodePool
@Stability(Stable) public static final class ContainerAzureNodePool.Builder extends Object implements software.amazon.jsii.Builder<ContainerAzureNodePool>
A fluent builder forContainerAzureNodePool.
-
-
Method Summary
-
-
-
Method Detail
-
create
@Stability(Stable) public static ContainerAzureNodePool.Builder create(software.constructs.Construct scope, String id)
- Parameters:
scope- The scope in which to define this construct. This parameter is required.id- The scoped construct ID. This parameter is required.- Returns:
- a new instance of
ContainerAzureNodePool.Builder.
-
connection
@Stability(Experimental) public ContainerAzureNodePool.Builder connection(com.hashicorp.cdktf.SSHProvisionerConnection connection)
- Parameters:
connection- This parameter is required.- Returns:
this
-
connection
@Stability(Experimental) public ContainerAzureNodePool.Builder connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
- Parameters:
connection- This parameter is required.- Returns:
this
-
count
@Stability(Experimental) public ContainerAzureNodePool.Builder count(Number count)
- Parameters:
count- This parameter is required.- Returns:
this
-
count
@Stability(Experimental) public ContainerAzureNodePool.Builder count(com.hashicorp.cdktf.TerraformCount count)
- Parameters:
count- This parameter is required.- Returns:
this
-
dependsOn
@Stability(Experimental) public ContainerAzureNodePool.Builder dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
- Parameters:
dependsOn- This parameter is required.- Returns:
this
-
forEach
@Stability(Experimental) public ContainerAzureNodePool.Builder forEach(com.hashicorp.cdktf.ITerraformIterator forEach)
- Parameters:
forEach- This parameter is required.- Returns:
this
-
lifecycle
@Stability(Experimental) public ContainerAzureNodePool.Builder lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
- Parameters:
lifecycle- This parameter is required.- Returns:
this
-
provider
@Stability(Experimental) public ContainerAzureNodePool.Builder provider(com.hashicorp.cdktf.TerraformProvider provider)
- Parameters:
provider- This parameter is required.- Returns:
this
-
provisioners
@Stability(Experimental) public ContainerAzureNodePool.Builder provisioners(List<? extends Object> provisioners)
- Parameters:
provisioners- This parameter is required.- Returns:
this
-
autoscaling
@Stability(Stable) public ContainerAzureNodePool.Builder autoscaling(ContainerAzureNodePoolAutoscaling autoscaling)
autoscaling block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_azure_node_pool#autoscaling ContainerAzureNodePool#autoscaling}
- Parameters:
autoscaling- autoscaling block. This parameter is required.- Returns:
this
-
cluster
@Stability(Stable) public ContainerAzureNodePool.Builder cluster(String cluster)
The azureCluster for the resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_azure_node_pool#cluster ContainerAzureNodePool#cluster}
- Parameters:
cluster- The azureCluster for the resource. This parameter is required.- Returns:
this
-
config
@Stability(Stable) public ContainerAzureNodePool.Builder config(ContainerAzureNodePoolConfigA config)
config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_azure_node_pool#config ContainerAzureNodePool#config}
- Parameters:
config- config block. This parameter is required.- Returns:
this
-
location
@Stability(Stable) public ContainerAzureNodePool.Builder location(String location)
The location for the resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_azure_node_pool#location ContainerAzureNodePool#location}
- Parameters:
location- The location for the resource. This parameter is required.- Returns:
this
-
maxPodsConstraint
@Stability(Stable) public ContainerAzureNodePool.Builder maxPodsConstraint(ContainerAzureNodePoolMaxPodsConstraint maxPodsConstraint)
max_pods_constraint block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_azure_node_pool#max_pods_constraint ContainerAzureNodePool#max_pods_constraint}
- Parameters:
maxPodsConstraint- max_pods_constraint block. This parameter is required.- Returns:
this
-
name
@Stability(Stable) public ContainerAzureNodePool.Builder name(String name)
The name of this resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_azure_node_pool#name ContainerAzureNodePool#name}
- Parameters:
name- The name of this resource. This parameter is required.- Returns:
this
-
subnetId
@Stability(Stable) public ContainerAzureNodePool.Builder subnetId(String subnetId)
The ARM ID of the subnet where the node pool VMs run.Make sure it's a subnet under the virtual network in the cluster configuration. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_azure_node_pool#subnet_id ContainerAzureNodePool#subnet_id}
- Parameters:
subnetId- The ARM ID of the subnet where the node pool VMs run. This parameter is required.- Returns:
this
-
version
@Stability(Stable) public ContainerAzureNodePool.Builder version(String version)
The Kubernetes version (e.g.1.19.10-gke.1000) running on this node pool.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_azure_node_pool#version ContainerAzureNodePool#version}
- Parameters:
version- The Kubernetes version (e.g.1.19.10-gke.1000) running on this node pool. This parameter is required.- Returns:
this
-
annotations
@Stability(Stable) public ContainerAzureNodePool.Builder annotations(Map<String,String> annotations)
Optional.Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Keys can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between. **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field `effective_annotations` for all of the annotations present on the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_azure_node_pool#annotations ContainerAzureNodePool#annotations}
- Parameters:
annotations- Optional. This parameter is required.- Returns:
this
-
azureAvailabilityZone
@Stability(Stable) public ContainerAzureNodePool.Builder azureAvailabilityZone(String azureAvailabilityZone)
Optional. The Azure availability zone of the nodes in this nodepool. When unspecified, it defaults to1.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_azure_node_pool#azure_availability_zone ContainerAzureNodePool#azure_availability_zone}
- Parameters:
azureAvailabilityZone- Optional. The Azure availability zone of the nodes in this nodepool. When unspecified, it defaults to1. This parameter is required.- Returns:
this
-
id
@Stability(Stable) public ContainerAzureNodePool.Builder id(String id)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_azure_node_pool#id ContainerAzureNodePool#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.
- Parameters:
id- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_azure_node_pool#id ContainerAzureNodePool#id}. This parameter is required.- Returns:
this
-
management
@Stability(Stable) public ContainerAzureNodePool.Builder management(ContainerAzureNodePoolManagement management)
management block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_azure_node_pool#management ContainerAzureNodePool#management}
- Parameters:
management- management block. This parameter is required.- Returns:
this
-
project
@Stability(Stable) public ContainerAzureNodePool.Builder project(String project)
The project for the resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_azure_node_pool#project ContainerAzureNodePool#project}
- Parameters:
project- The project for the resource. This parameter is required.- Returns:
this
-
timeouts
@Stability(Stable) public ContainerAzureNodePool.Builder timeouts(ContainerAzureNodePoolTimeouts timeouts)
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_azure_node_pool#timeouts ContainerAzureNodePool#timeouts}
- Parameters:
timeouts- timeouts block. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public ContainerAzureNodePool build()
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ContainerAzureNodePool>- Returns:
- a newly built instance of
ContainerAzureNodePool.
-
-