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

CustomerEncryptionKeyProtectedDisk

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

§Properties

§
diskEncryptionKey?: CustomerEncryptionKey
[src]

Decrypts data associated with the disk with a customer-supplied encryption key.

§
source?: string
[src]

Specifies a valid partial or full URL to an existing Persistent Disk resource. This field is only applicable for persistent disks. For example: "source": "/compute/v1/projects/project_id/zones/zone/disks/ disk_name