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

GoldengateBackupSchedule

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

The backup schedule of the GoldengateDeployment.

interface GoldengateBackupSchedule {
readonly backupScheduledTime?: Date;
readonly bucket?: string;
readonly compartmentId?: string;
readonly frequencyBackupScheduled?:
| "FREQUENCY_BACKUP_SCHEDULED_UNSPECIFIED"
| "DAILY"
| "WEEKLY"
| "MONTHLY";
readonly metadataOnly?: boolean;
readonly namespace?: string;
}

§Properties

§
readonly backupScheduledTime?: Date
[src]

Output only. The timestamp of when the backup was scheduled.

§
readonly bucket?: string
[src]

Output only. The bucket name.

§
readonly compartmentId?: string
[src]

Output only. The compartment id.

§
readonly frequencyBackupScheduled?: "FREQUENCY_BACKUP_SCHEDULED_UNSPECIFIED" | "DAILY" | "WEEKLY" | "MONTHLY"
[src]

Output only. The frequency backup scheduled.

§
readonly metadataOnly?: boolean
[src]

Output only. If metadata only.

§
readonly namespace?: string
[src]

Output only. The namespace name.