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

DisksStopGroupAsyncReplicationResource

import type { DisksStopGroupAsyncReplicationResource } from "https://googleapis.deno.dev/v1/compute:v1.ts";

A transient resource used in compute.disks.stopGroupAsyncReplication and compute.regionDisks.stopGroupAsyncReplication. It is only used to process requests and is not persisted.

interface DisksStopGroupAsyncReplicationResource {
resourcePolicy?: string;
}

§Properties

§
resourcePolicy?: string
[src]

The URL of the DiskConsistencyGroupPolicy for the group of disks to stop. This may be a full or partial URL, such as: - https://www.googleapis.com/compute/v1/projects/project/regions/region /resourcePolicies/resourcePolicy - projects/project/regions/region/resourcePolicies/resourcePolicy - regions/region/resourcePolicies/resourcePolicy