InstanceTemplateDiskSourceImageEncryptionKey

data class InstanceTemplateDiskSourceImageEncryptionKey(val kmsKeySelfLink: String, val kmsKeyServiceAccount: String? = null)

Constructors

constructor(kmsKeySelfLink: String, kmsKeyServiceAccount: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The self link of the encryption key that is stored in Google Cloud KMS.

Link copied to clipboard

The service account being used for the encryption request for the given KMS key. If absent, the Compute Engine default service account is used.