Interface ComputeInstanceFromTemplateConfidentialInstanceConfig

    • Method Detail

      • getConfidentialInstanceType

        @Stability(Stable)
        @Nullable
        default String getConfidentialInstanceType()
        The confidential computing technology the instance uses.

        SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: SEV, SEV_SNP, TDX. If SEV_SNP, min_cpu_platform = "AMD Milan" is currently required. TDX is only available in beta. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_from_template#confidential_instance_type ComputeInstanceFromTemplate#confidential_instance_type}

      • getEnableConfidentialCompute

        @Stability(Stable)
        @Nullable
        default Object getEnableConfidentialCompute()
        Defines whether the instance should have confidential compute enabled. Field will be deprecated in a future release.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_from_template#enable_confidential_compute ComputeInstanceFromTemplate#enable_confidential_compute}