Interface VmwareengineClusterNodeTypeConfigs

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    VmwareengineClusterNodeTypeConfigs.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:23.003Z")
    @Stability(Stable)
    public interface VmwareengineClusterNodeTypeConfigs
    extends software.amazon.jsii.JsiiSerializable
    • 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_cluster#node_count VmwareengineCluster#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_cluster#node_type_id VmwareengineCluster#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. Once the customer is created then corecount cannot be changed. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vmwareengine_cluster#custom_core_count VmwareengineCluster#custom_core_count}