Instance Confidential Instance Config
data class InstanceConfidentialInstanceConfig(val confidentialInstanceType: String? = null, val enableConfidentialCompute: Boolean? = null)
Properties
Link copied to clipboard
Defines the confidential computing technology the instance uses. SEV is an AMD feature. One of the following values: SEV, SEV_SNP. on_host_maintenance has to be set to TERMINATE or this will fail to create the VM. If SEV_SNP, currently min_cpu_platform has to be set to "AMD Milan" or this will fail to create the VM.
Link copied to clipboard
Defines whether the instance should have confidential compute enabled with AMD SEV. on_host_maintenance has to be set to TERMINATE or this will fail to create the VM.