InstanceFromTemplateBootDiskInitializeParamsSourceSnapshotEncryptionKeyArgs

data class InstanceFromTemplateBootDiskInitializeParamsSourceSnapshotEncryptionKeyArgs(val kmsKeySelfLink: Output<String>? = null, val kmsKeyServiceAccount: Output<String>? = null, val rawKey: Output<String>? = null, val rsaEncryptedKey: Output<String>? = null, val sha256: Output<String>? = null) : ConvertibleToJava<InstanceFromTemplateBootDiskInitializeParamsSourceSnapshotEncryptionKeyArgs>

Constructors

constructor(kmsKeySelfLink: Output<String>? = null, kmsKeyServiceAccount: Output<String>? = null, rawKey: Output<String>? = null, rsaEncryptedKey: Output<String>? = null, sha256: Output<String>? = null)

Properties

Link copied to clipboard
val kmsKeySelfLink: Output<String>? = null

The self link of the encryption key that is stored in Google Cloud KMS. Only one of kms_key_self_link, rsa_encrypted_key and raw_key may be set.

Link copied to clipboard
val kmsKeyServiceAccount: Output<String>? = null

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

Link copied to clipboard
val rawKey: Output<String>? = null

Specifies a 256-bit customer-supplied encryption key, encoded in RFC 4648 base64 to either encrypt or decrypt this resource. Only one of kms_key_self_link, rsa_encrypted_key and raw_key may be set.

Link copied to clipboard
val rsaEncryptedKey: Output<String>? = null

Specifies an RFC 4648 base64 encoded, RSA-wrapped 2048-bit customer-supplied encryption key to either encrypt or decrypt this resource. Only one of kms_key_self_link, rsa_encrypted_key and raw_key may be set.

Link copied to clipboard
val sha256: Output<String>? = null

The SHA256 hash of the encryption key used to encrypt this disk.

Functions

Link copied to clipboard
open override fun toJava(): InstanceFromTemplateBootDiskInitializeParamsSourceSnapshotEncryptionKeyArgs