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

GoldengatePlacement

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

The placement of the GoldengateDeployment.

interface GoldengatePlacement {
readonly availabilityDomain?: string;
readonly faultDomain?: string;
}

§Properties

§
readonly availabilityDomain?: string
[src]

Output only. The availability domain.

§
readonly faultDomain?: string
[src]

Output only. The fault domain.