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

GoldengateDeployment

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

GoldengateDeployment Goldengate Deployment resource model.

interface GoldengateDeployment {
readonly createTime?: Date;
displayName?: string;
readonly entitlementId?: string;
gcpOracleZone?: string;
labels?: {
[key: string]: string;
}
;
name?: string;
readonly ociUrl?: string;
odbNetwork?: string;
odbSubnet?: string;
}

§Properties

§
readonly createTime?: Date
[src]

Output only. The date and time that the GoldengateDeployment was created.

§
displayName?: string
[src]

Required. The display name for the GoldengateDeployment.

§
readonly entitlementId?: string
[src]

Output only. The ID of the subscription entitlement associated with the GoldengateDeployment

§
gcpOracleZone?: string
[src]

Optional. The GCP Oracle zone where Oracle GoldengateDeployment is hosted. Example: us-east4-b-r2. If not specified, the system will pick a zone based on availability.

§
labels?: {
[key: string]: string;
}
[src]

Optional. The labels or tags associated with the GoldengateDeployment.

§
name?: string
[src]

Identifier. The name of the GoldengateDeployment resource in the following format: projects/{project}/locations/{region}/goldengateDeployments/{goldengate_deployment}

§
readonly ociUrl?: string
[src]

Output only. HTTPS link to OCI resources exposed to Customer via UI Interface.

§
odbNetwork?: string
[src]

Optional. The name of the OdbNetwork associated with the GoldengateDeployment.

§
odbSubnet?: string
[src]

Required. The name of the OdbSubnet associated with the GoldengateDeployment for IP allocation.

§

Required. The properties of the GoldengateDeployment.