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

PointInTimeRestoreContext

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

The context to perform a point-in-time recovery of an instance managed by Google Cloud Backup and Disaster Recovery.

interface PointInTimeRestoreContext {
allocatedIpRange?: string;
datasource?: string;
pointInTime?: Date;
preferredSecondaryZone?: string;
preferredZone?: string;
privateNetwork?: string;
targetInstance?: string;
}

§Properties

§
allocatedIpRange?: string
[src]

Optional. The name of the allocated IP range for the internal IP Cloud SQL instance. For example: "google-managed-services-default". If you set this, then Cloud SQL creates the IP address for the cloned instance in the allocated range. This range must comply with RFC 1035 standards. Specifically, the name must be 1-63 characters long and match the regular expression a-z?. Reserved for future use. http://go/speckle-subnet-picker-clone

§
datasource?: string
[src]

The Google Cloud Backup and Disaster Recovery Datasource URI. Format: projects/{project}/locations/{region}/backupVaults/{backupvault}/dataSources/{datasource}.

§
pointInTime?: Date
[src]

Required. The date and time to which you want to restore the instance.

§
preferredSecondaryZone?: string
[src]

Optional. Point-in-time recovery of a regional instance in the specified zones. If not specified, clone to the same secondary zone as the source instance. This value cannot be the same as the preferred_zone field.

§
preferredZone?: string
[src]

Optional. Point-in-time recovery of an instance to the specified zone. If no zone is specified, then clone to the same primary zone as the source instance.

§
privateNetwork?: string
[src]

Optional. The resource link for the VPC network from which the Cloud SQL instance is accessible for private IP. For example, /projects/myProject/global/networks/default.

§
targetInstance?: string
[src]

Target instance name.