Class ContainerNodePoolManagement.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • autoRepair

        @Stability(Stable)
        public ContainerNodePoolManagement.Builder autoRepair​(Boolean autoRepair)
        Parameters:
        autoRepair - Whether the nodes will be automatically repaired. Enabled by default. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_node_pool#auto_repair ContainerNodePool#auto_repair}
        Returns:
        this
      • autoRepair

        @Stability(Stable)
        public ContainerNodePoolManagement.Builder autoRepair​(com.hashicorp.cdktf.IResolvable autoRepair)
        Parameters:
        autoRepair - Whether the nodes will be automatically repaired. Enabled by default. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_node_pool#auto_repair ContainerNodePool#auto_repair}
        Returns:
        this
      • autoUpgrade

        @Stability(Stable)
        public ContainerNodePoolManagement.Builder autoUpgrade​(Boolean autoUpgrade)
        Parameters:
        autoUpgrade - Whether the nodes will be automatically upgraded. Enabled by default. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_node_pool#auto_upgrade ContainerNodePool#auto_upgrade}
        Returns:
        this
      • autoUpgrade

        @Stability(Stable)
        public ContainerNodePoolManagement.Builder autoUpgrade​(com.hashicorp.cdktf.IResolvable autoUpgrade)
        Parameters:
        autoUpgrade - Whether the nodes will be automatically upgraded. Enabled by default. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_node_pool#auto_upgrade ContainerNodePool#auto_upgrade}
        Returns:
        this