ConfidentialInstanceConfigResponse

data class ConfidentialInstanceConfigResponse(val confidentialInstanceType: String, val enableConfidentialCompute: Boolean)

A set of Confidential Instance options.

Constructors

Link copied to clipboard
fun ConfidentialInstanceConfigResponse(confidentialInstanceType: String, enableConfidentialCompute: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Defines the type of technology used by the confidential instance.

Link copied to clipboard

Defines whether the instance should have confidential compute enabled.