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";