Databricks SDK for JavaScript
    Preparing search index...

    Variable ConfidentialComputeTypeConst

    ConfidentialComputeType: {
        CONFIDENTIAL_COMPUTE_TYPE_NONE: "CONFIDENTIAL_COMPUTE_TYPE_NONE";
        CONFIDENTIAL_COMPUTE_TYPE_UNSPECIFIED: "CONFIDENTIAL_COMPUTE_TYPE_UNSPECIFIED";
        SEV_SNP: "SEV_SNP";
    } = ...

    Confidential computing technology for GCP instances. Aligns with gcloud's --confidential-compute-type flag and the REST API's confidentialInstanceConfig.confidentialInstanceType field. See: https://cloud.google.com/confidential-computing/confidential-vm/docs/create-a-confidential-vm-instance

    Type Declaration

    • ReadonlyCONFIDENTIAL_COMPUTE_TYPE_NONE: "CONFIDENTIAL_COMPUTE_TYPE_NONE"
    • ReadonlyCONFIDENTIAL_COMPUTE_TYPE_UNSPECIFIED: "CONFIDENTIAL_COMPUTE_TYPE_UNSPECIFIED"
    • ReadonlySEV_SNP: "SEV_SNP"