SourceDiskEncryptionKeyArgs

data class SourceDiskEncryptionKeyArgs(val diskEncryptionKey: Output<CustomerEncryptionKeyArgs>? = null, val sourceDisk: Output<String>? = null) : ConvertibleToJava<SourceDiskEncryptionKeyArgs>

Constructors

Link copied to clipboard
fun SourceDiskEncryptionKeyArgs(diskEncryptionKey: Output<CustomerEncryptionKeyArgs>? = null, sourceDisk: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard

The customer-supplied encryption key of the source disk. Required if the source disk is protected by a customer-supplied encryption key.

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

URL of the disk attached to the source instance. This can be a full or valid partial URL. For example, the following are valid values: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /disks/disk - projects/project/zones/zone/disks/disk - zones/zone/disks/disk