ContainerAzureNodePool.Builder |
ContainerAzureNodePool.Builder.annotations(Map<String,String> annotations) |
Optional.
|
ContainerAzureNodePool.Builder |
ContainerAzureNodePool.Builder.autoscaling(ContainerAzureNodePoolAutoscaling autoscaling) |
autoscaling block.
|
ContainerAzureNodePool.Builder |
ContainerAzureNodePool.Builder.azureAvailabilityZone(String azureAvailabilityZone) |
Optional.
|
ContainerAzureNodePool.Builder |
ContainerAzureNodePool.Builder.cluster(String cluster) |
The azureCluster for the resource.
|
ContainerAzureNodePool.Builder |
ContainerAzureNodePool.Builder.config(ContainerAzureNodePoolConfigA config) |
config block.
|
ContainerAzureNodePool.Builder |
ContainerAzureNodePool.Builder.connection(com.hashicorp.cdktf.SSHProvisionerConnection connection) |
|
ContainerAzureNodePool.Builder |
ContainerAzureNodePool.Builder.connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection) |
|
ContainerAzureNodePool.Builder |
ContainerAzureNodePool.Builder.count(com.hashicorp.cdktf.TerraformCount count) |
|
ContainerAzureNodePool.Builder |
ContainerAzureNodePool.Builder.count(Number count) |
|
static ContainerAzureNodePool.Builder |
ContainerAzureNodePool.Builder.create(software.constructs.Construct scope,
String id) |
|
ContainerAzureNodePool.Builder |
ContainerAzureNodePool.Builder.dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn) |
|
ContainerAzureNodePool.Builder |
ContainerAzureNodePool.Builder.forEach(com.hashicorp.cdktf.ITerraformIterator forEach) |
|
ContainerAzureNodePool.Builder |
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}.
|
ContainerAzureNodePool.Builder |
ContainerAzureNodePool.Builder.lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle) |
|
ContainerAzureNodePool.Builder |
ContainerAzureNodePool.Builder.location(String location) |
The location for the resource.
|
ContainerAzureNodePool.Builder |
ContainerAzureNodePool.Builder.management(ContainerAzureNodePoolManagement management) |
management block.
|
ContainerAzureNodePool.Builder |
ContainerAzureNodePool.Builder.maxPodsConstraint(ContainerAzureNodePoolMaxPodsConstraint maxPodsConstraint) |
max_pods_constraint block.
|
ContainerAzureNodePool.Builder |
ContainerAzureNodePool.Builder.name(String name) |
The name of this resource.
|
ContainerAzureNodePool.Builder |
ContainerAzureNodePool.Builder.project(String project) |
The project for the resource.
|
ContainerAzureNodePool.Builder |
ContainerAzureNodePool.Builder.provider(com.hashicorp.cdktf.TerraformProvider provider) |
|
ContainerAzureNodePool.Builder |
ContainerAzureNodePool.Builder.provisioners(List<? extends Object> provisioners) |
|
ContainerAzureNodePool.Builder |
ContainerAzureNodePool.Builder.subnetId(String subnetId) |
The ARM ID of the subnet where the node pool VMs run.
|
ContainerAzureNodePool.Builder |
ContainerAzureNodePool.Builder.timeouts(ContainerAzureNodePoolTimeouts timeouts) |
timeouts block.
|
ContainerAzureNodePool.Builder |
ContainerAzureNodePool.Builder.version(String version) |
The Kubernetes version (e.g.
|