Interface VmwareenginePrivateCloudManagementClusterNodeTypeConfigs

    • Method Detail

      • getNodeCount

        @Stability(Stable)
        @NotNull
        Number getNodeCount()
        The number of nodes of this type in the cluster.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vmwareengine_private_cloud#node_count VmwareenginePrivateCloud#node_count}

      • getNodeTypeId

        @Stability(Stable)
        @NotNull
        String getNodeTypeId()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vmwareengine_private_cloud#node_type_id VmwareenginePrivateCloud#node_type_id}.
      • getCustomCoreCount

        @Stability(Stable)
        @Nullable
        default Number getCustomCoreCount()
        Customized number of cores available to each node of the type.

        This number must always be one of 'nodeType.availableCustomCoreCounts'. If zero is provided max value from 'nodeType.availableCustomCoreCounts' will be used. This cannot be changed once the PrivateCloud is created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vmwareengine_private_cloud#custom_core_count VmwareenginePrivateCloud#custom_core_count}