CloneContext
import type { CloneContext } from "https://googleapis.deno.dev/v1/sqladmin:v1.ts";
Database instance clone context.
§Properties
The name of the allocated ip range for the private ip Cloud SQL instance. For example: "google-managed-services-default". If set, the cloned instance ip will be created in the allocated range. The range name must comply with RFC 1035. Specifically, the name must be 1-63 characters long and match the regular expression a-z?. Reserved for future use.
Binary log coordinates, if specified, identify the position up to which the source instance is cloned. If not specified, the source instance is cloned up to the most recent binary log coordinates.
(SQL Server only) Clone only the specified databases from the source instance. Clone all databases if empty.
Timestamp, if specified, identifies the time to which the source instance is cloned.
Optional. Copy clone and point-in-time recovery clone 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. This field applies to all DB types.