Interface ContainerAzureNodePoolConfig

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
    All Known Implementing Classes:
    ContainerAzureNodePoolConfig.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:19.187Z")
    @Stability(Stable)
    public interface ContainerAzureNodePoolConfig
    extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
    • Method Detail

      • getAutoscaling

        @Stability(Stable)
        @NotNull
        ContainerAzureNodePoolAutoscaling getAutoscaling()
        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}

      • getCluster

        @Stability(Stable)
        @NotNull
        String getCluster()
        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}

      • getConfig

        @Stability(Stable)
        @NotNull
        ContainerAzureNodePoolConfigA getConfig()
        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}

      • getLocation

        @Stability(Stable)
        @NotNull
        String getLocation()
        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}

      • getMaxPodsConstraint

        @Stability(Stable)
        @NotNull
        ContainerAzureNodePoolMaxPodsConstraint getMaxPodsConstraint()
        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}

      • getName

        @Stability(Stable)
        @NotNull
        String getName()
        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}

      • getSubnetId

        @Stability(Stable)
        @NotNull
        String getSubnetId()
        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}

      • getVersion

        @Stability(Stable)
        @NotNull
        String getVersion()
        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}

      • getAnnotations

        @Stability(Stable)
        @Nullable
        default Map<String,​String> getAnnotations()
        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}

      • getAzureAvailabilityZone

        @Stability(Stable)
        @Nullable
        default String getAzureAvailabilityZone()
        Optional. The Azure availability zone of the nodes in this nodepool. When unspecified, it defaults to 1.

        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}

      • getId

        @Stability(Stable)
        @Nullable
        default String getId()
        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.

      • getManagement

        @Stability(Stable)
        @Nullable
        default ContainerAzureNodePoolManagement getManagement()
        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}

      • getProject

        @Stability(Stable)
        @Nullable
        default String getProject()
        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}

      • getTimeouts

        @Stability(Stable)
        @Nullable
        default ContainerAzureNodePoolTimeouts getTimeouts()
        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}