Interface ComputeNodeTemplateNodeTypeFlexibility

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

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:18.641Z")
    @Stability(Stable)
    public interface ComputeNodeTemplateNodeTypeFlexibility
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getCpus

        @Stability(Stable)
        @Nullable
        default String getCpus()
        Number of virtual CPUs to use.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_node_template#cpus ComputeNodeTemplate#cpus}

      • getMemory

        @Stability(Stable)
        @Nullable
        default String getMemory()
        Physical memory available to the node, defined in MB.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_node_template#memory ComputeNodeTemplate#memory}