Interface VmwareenginePrivateCloudManagementCluster

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

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

      • getClusterId

        @Stability(Stable)
        @NotNull
        String getClusterId()
        The user-provided identifier of the new Cluster.

        The identifier must meet the following requirements: * Only contains 1-63 alphanumeric characters and hyphens * Begins with an alphabetical character * Ends with a non-hyphen character * Not formatted as a UUID * Complies with RFC 1034 (https://datatracker.ietf.org/doc/html/rfc1034) (section 3.5) Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vmwareengine_private_cloud#cluster_id VmwareenginePrivateCloud#cluster_id}

      • getNodeTypeConfigs

        @Stability(Stable)
        @Nullable
        default Object getNodeTypeConfigs()
        node_type_configs block.

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

      • getStretchedClusterConfig

        @Stability(Stable)
        @Nullable
        default VmwareenginePrivateCloudManagementClusterStretchedClusterConfig getStretchedClusterConfig()
        stretched_cluster_config block.

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