Replication
import type { Replication } from "https://googleapis.deno.dev/v1/file:v1.ts";
Replication specifications.
interface Replication {
replicas?: ReplicaConfig[];
role?: "ROLE_UNSPECIFIED" | "ACTIVE" | "STANDBY";
}import type { Replication } from "https://googleapis.deno.dev/v1/file:v1.ts";
Replication specifications.