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

BackupDestinationDetails

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

The details of the database backup destination.

interface BackupDestinationDetails {
type?:
| "BACKUP_DESTINATION_TYPE_UNSPECIFIED"
| "NFS"
| "RECOVERY_APPLIANCE"
| "OBJECT_STORE"
| "LOCAL"
| "DBRS";
}

§Properties

§
type?: "BACKUP_DESTINATION_TYPE_UNSPECIFIED" | "NFS" | "RECOVERY_APPLIANCE" | "OBJECT_STORE" | "LOCAL" | "DBRS"
[src]

Optional. The type of the database backup destination.