Interface DataprocClusterClusterConfigAuxiliaryNodeGroups

    • Method Detail

      • getNodeGroup

        @Stability(Stable)
        @NotNull
        Object getNodeGroup()
        node_group block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_cluster#node_group DataprocCluster#node_group}

      • getNodeGroupId

        @Stability(Stable)
        @Nullable
        default String getNodeGroupId()
        A node group ID.

        Generated if not specified. The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of from 3 to 33 characters. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_cluster#node_group_id DataprocCluster#node_group_id}