Instance Boot Disk Initialize Params Source Image Encryption Key Args
data class InstanceBootDiskInitializeParamsSourceImageEncryptionKeyArgs(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<InstanceBootDiskInitializeParamsSourceImageEncryptionKeyArgs>
Constructors
Properties
Link copied to clipboard
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
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
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
The RFC 4648 base64 encoded SHA-256 hash of the customer-supplied encryption key (https://cloud.google.com/compute/docs/disks/customer-supplied-encryption) that protects this resource.