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

GoldengateConnection

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

Details of the GoldengateConnection resource.

interface GoldengateConnection {
readonly createTime?: Date;
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 GoldengateConnection was created.

§
readonly entitlementId?: string
[src]

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

§
gcpOracleZone?: string
[src]

Optional. The GCP Oracle zone where Oracle GoldengateConnection 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 GoldengateConnection.

§
name?: string
[src]

Identifier. The name of the GoldengateConnection resource in the following format: projects/{project}/locations/{region}/goldengateConnections/{goldengate_connection}

§
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 GoldengateConnection. The format is projects/{project}/locations/{location}/odbNetworks/{odb_network}. It is optional but if specified, this should match the parent ODBNetwork of the OdbSubnet.

§
odbSubnet?: string
[src]

Optional. The name of the OdbSubnet associated with the GoldengateConnection for IP allocation. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}

§

Required. The properties of the GoldengateConnection.