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

InstanceBackup

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

The details of a backup resource.

interface InstanceBackup {
readonly createTime?: Date;
readonly encryptionConfig?: EncryptionConfig;
readonly expireTime?: Date;
name?: string;
readonly state?:
| "STATE_UNSPECIFIED"
| "CREATING"
| "DELETING"
| "ACTIVE"
| "FAILED";
}

§Properties

§
readonly createTime?: Date
[src]

Output only. The time when the backup was started.

§
readonly encryptionConfig?: EncryptionConfig
[src]

Output only. Current status of the CMEK encryption

§
readonly expireTime?: Date
[src]

Output only. The time when the backup will be deleted.

§
name?: string
[src]

Immutable. The relative resource name of the backup, in the following form: projects/{project_number}/locations/{location_id}/instances/{instance_id}/backups/{backup}

§
readonly state?: "STATE_UNSPECIFIED" | "CREATING" | "DELETING" | "ACTIVE" | "FAILED"
[src]

Output only. The current state of the backup.