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

AutonomousDatabaseStandbySummary

import type { AutonomousDatabaseStandbySummary } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";
interface AutonomousDatabaseStandbySummary {
readonly dataGuardRoleChangedTime?: Date;
readonly disasterRecoveryRoleChangedTime?: Date;
readonly lagTimeDuration?: number;
readonly lifecycleDetails?: string;
readonly state?:
| "STATE_UNSPECIFIED"
| "PROVISIONING"
| "AVAILABLE"
| "STOPPING"
| "STOPPED"
| "STARTING"
| "TERMINATING"
| "TERMINATED"
| "UNAVAILABLE"
| "RESTORE_IN_PROGRESS"
| "RESTORE_FAILED"
| "BACKUP_IN_PROGRESS"
| "SCALE_IN_PROGRESS"
| "AVAILABLE_NEEDS_ATTENTION"
| "UPDATING"
| "MAINTENANCE_IN_PROGRESS"
| "RESTARTING"
| "RECREATING"
| "ROLE_CHANGE_IN_PROGRESS"
| "UPGRADING"
| "INACCESSIBLE"
| "STANDBY";
}

§Properties

§
readonly dataGuardRoleChangedTime?: Date
[src]

Output only. The date and time the Autonomous Data Guard role was switched for the standby Autonomous Database.

§
readonly disasterRecoveryRoleChangedTime?: Date
[src]

Output only. The date and time the Disaster Recovery role was switched for the standby Autonomous Database.

§
readonly lagTimeDuration?: number
[src]

Output only. The amount of time, in seconds, that the data of the standby database lags in comparison to the data of the primary database.

§
readonly lifecycleDetails?: string
[src]

Output only. The additional details about the current lifecycle state of the Autonomous Database.

§
readonly state?: "STATE_UNSPECIFIED" | "PROVISIONING" | "AVAILABLE" | "STOPPING" | "STOPPED" | "STARTING" | "TERMINATING" | "TERMINATED" | "UNAVAILABLE" | "RESTORE_IN_PROGRESS" | "RESTORE_FAILED" | "BACKUP_IN_PROGRESS" | "SCALE_IN_PROGRESS" | "AVAILABLE_NEEDS_ATTENTION" | "UPDATING" | "MAINTENANCE_IN_PROGRESS" | "RESTARTING" | "RECREATING" | "ROLE_CHANGE_IN_PROGRESS" | "UPGRADING" | "INACCESSIBLE" | "STANDBY"
[src]

Output only. The current lifecycle state of the Autonomous Database.