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

PromoteReplicaRequest

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

PromoteReplicaRequest promotes a Filestore standby instance (replica).

interface PromoteReplicaRequest {
peerInstance?: string;
}

§Properties

§
peerInstance?: string
[src]

Optional. The resource name of the peer instance to promote, in the format projects/{project_id}/locations/{location_id}/instances/{instance_id}. The peer instance is required if the operation is called on an active instance.