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

AutonomousDatabaseBackupProperties

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

Properties of the Autonomous Database Backup resource.

interface AutonomousDatabaseBackupProperties {
readonly availableTillTime?: Date;
readonly compartmentId?: string;
readonly databaseSizeTb?: number;
readonly dbVersion?: string;
readonly endTime?: Date;
readonly isAutomaticBackup?: boolean;
readonly isLongTermBackup?: boolean;
readonly isRestorable?: boolean;
keyStoreId?: string;
keyStoreWallet?: string;
kmsKeyId?: string;
kmsKeyVersionId?: string;
readonly lifecycleDetails?: string;
readonly lifecycleState?:
| "STATE_UNSPECIFIED"
| "CREATING"
| "ACTIVE"
| "DELETING"
| "DELETED"
| "FAILED"
| "UPDATING";
readonly ocid?: string;
retentionPeriodDays?: number;
readonly sizeTb?: number;
readonly startTime?: Date;
readonly type?:
| "TYPE_UNSPECIFIED"
| "INCREMENTAL"
| "FULL"
| "LONG_TERM";
vaultId?: string;
}

§Properties

§
readonly availableTillTime?: Date
[src]

Output only. Timestamp until when the backup will be available.

§
readonly compartmentId?: string
[src]

Output only. The OCID of the compartment.

§
readonly databaseSizeTb?: number
[src]

Output only. The quantity of data in the database, in terabytes.

§
readonly dbVersion?: string
[src]

Output only. A valid Oracle Database version for Autonomous Database.

§
readonly endTime?: Date
[src]

Output only. The date and time the backup completed.

§
readonly isAutomaticBackup?: boolean
[src]

Output only. Indicates if the backup is automatic or user initiated.

§
readonly isLongTermBackup?: boolean
[src]

Output only. Indicates if the backup is long term backup.

§
readonly isRestorable?: boolean
[src]

Output only. Indicates if the backup can be used to restore the Autonomous Database.

§
keyStoreId?: string
[src]

Optional. The OCID of the key store of Oracle Vault.

§
keyStoreWallet?: string
[src]

Optional. The wallet name for Oracle Key Vault.

§
kmsKeyId?: string
[src]

Optional. The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.

§
kmsKeyVersionId?: string
[src]

Optional. The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.

§
readonly lifecycleDetails?: string
[src]

Output only. Additional information about the current lifecycle state.

§
readonly lifecycleState?: "STATE_UNSPECIFIED" | "CREATING" | "ACTIVE" | "DELETING" | "DELETED" | "FAILED" | "UPDATING"
[src]

Output only. The lifecycle state of the backup.

§
readonly ocid?: string
[src]
§
retentionPeriodDays?: number
[src]

Optional. Retention period in days for the backup.

§
readonly sizeTb?: number
[src]

Output only. The backup size in terabytes.

§
readonly startTime?: Date
[src]

Output only. The date and time the backup started.

§
readonly type?: "TYPE_UNSPECIFIED" | "INCREMENTAL" | "FULL" | "LONG_TERM"
[src]

Output only. The type of the backup.

§
vaultId?: string
[src]

Optional. The OCID of the vault.