Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SourceDiskEncryptionKey

import type { SourceDiskEncryptionKey } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface SourceDiskEncryptionKey {
diskEncryptionKey?: CustomerEncryptionKey;
sourceDisk?: string;
}

§Properties

§
diskEncryptionKey?: CustomerEncryptionKey
[src]

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

§
sourceDisk?: string
[src]

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