Replication
import type { Replication } from "https://googleapis.deno.dev/v1/file:v1.ts";Optional. The configuration used to replicate an instance.
interface Replication {
replicas?: ReplicaConfig[];
role?: "ROLE_UNSPECIFIED" | "ACTIVE" | "STANDBY";
}§Properties
§
replicas?: ReplicaConfig[]
[src]Optional. Replication configuration for the replica instance associated with this instance. Only a single replica is supported.