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

FetchDatabasePropertiesResponse

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

Response for FetchDatabasePropertiesRequest.

interface FetchDatabasePropertiesResponse {
isFailoverReplicaAvailable?: boolean;
primaryGceZone?: string;
secondaryGceZone?: string;
}

§Properties

§
isFailoverReplicaAvailable?: boolean
[src]

The availability status of the failover replica. A false status indicates that the failover replica is out of sync. The primary instance can only fail over to the failover replica when the status is true.

§
primaryGceZone?: string
[src]

The Compute Engine zone that the instance is currently serving from.

§
secondaryGceZone?: string
[src]

The Compute Engine zone that the failover instance is currently serving from for a regional Cloud SQL instance.