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

RegionDisksStartAsyncReplicationRequest

import type { RegionDisksStartAsyncReplicationRequest } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface RegionDisksStartAsyncReplicationRequest {
asyncSecondaryDisk?: string;
}

§Properties

§
asyncSecondaryDisk?: string
[src]

The secondary disk to start asynchronous replication to. You can provide this as a partial or full URL to the resource. For example, the following are valid values: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /disks/disk - https://www.googleapis.com/compute/v1/projects/project/regions/region /disks/disk - projects/project/zones/zone/disks/disk - projects/project/regions/region/disks/disk - zones/zone/disks/disk - regions/region/disks/disk