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

RestoreFromCloudSQLRequest

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

Message for registering Restoring from CloudSQL resource.

interface RestoreFromCloudSQLRequest {
cloudsqlBackupRunSource?: CloudSQLBackupRunSource;
cluster?: Cluster;
clusterId?: string;
}

§Properties

§
cloudsqlBackupRunSource?: CloudSQLBackupRunSource
[src]

Cluster created from CloudSQL backup run.

§
cluster?: Cluster
[src]

Required. The resource being created

§
clusterId?: string
[src]

Required. ID of the requesting object.