Interface DataprocClusterClusterConfigAuxiliaryNodeGroupsNodeGroupNodeGroupConfig

    • Method Detail

      • getAccelerators

        @Stability(Stable)
        @Nullable
        default Object getAccelerators()
        accelerators block.

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

      • getMachineType

        @Stability(Stable)
        @Nullable
        default String getMachineType()
        The name of a Google Compute Engine machine type to create for the master.

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

      • getMinCpuPlatform

        @Stability(Stable)
        @Nullable
        default String getMinCpuPlatform()
        The name of a minimum generation of CPU family for the auxiliary node group.

        If not specified, GCP will default to a predetermined computed value for each zone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_cluster#min_cpu_platform DataprocCluster#min_cpu_platform}

      • getNumInstances

        @Stability(Stable)
        @Nullable
        default Number getNumInstances()
        Specifies the number of auxiliary nodes to create. If not specified, GCP will default to a predetermined computed value.

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