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

GoldengateDeploymentType

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

Details of the Goldengate Deployment Type resource.

interface GoldengateDeploymentType {
readonly category?: "DEPLOYMENT_CATEGORY_UNSPECIFIED" | "DATA_REPLICATION_CATEGORY" | "DATA_TRANSFORMS_CATEGORY";
readonly connectionTypes?: string[];
readonly defaultUsername?: string;
readonly deploymentType?:
| "DEPLOYMENT_TYPE_UNSPECIFIED"
| "OGG"
| "DATABASE_ORACLE"
| "BIGDATA"
| "DATABASE_MICROSOFT_SQLSERVER"
| "DATABASE_MYSQL"
| "DATABASE_POSTGRESQL"
| "DATABASE_DB2ZOS"
| "DATABASE_DB2I"
| "GGSA"
| "DATA_TRANSFORMS";
readonly displayName?: string;
name?: string;
readonly oggVersion?: string;
readonly sourceTechnologies?: string[];
readonly supportedCapabilities?: string[];
readonly supportedTechnologiesUrl?: string;
readonly targetTechnologies?: string[];
}

§Properties

§
readonly category?: "DEPLOYMENT_CATEGORY_UNSPECIFIED" | "DATA_REPLICATION_CATEGORY" | "DATA_TRANSFORMS_CATEGORY"
[src]

Output only. The category of the Goldengate Deployment Type resource.

§
readonly connectionTypes?: string[]
[src]

Output only. The connection types of the Goldengate Deployment Type resource.

§
readonly defaultUsername?: string
[src]

Output only. The default username of the Goldengate Deployment Type resource.

§
readonly deploymentType?: "DEPLOYMENT_TYPE_UNSPECIFIED" | "OGG" | "DATABASE_ORACLE" | "BIGDATA" | "DATABASE_MICROSOFT_SQLSERVER" | "DATABASE_MYSQL" | "DATABASE_POSTGRESQL" | "DATABASE_DB2ZOS" | "DATABASE_DB2I" | "GGSA" | "DATA_TRANSFORMS"
[src]

Output only. The deployment type of the Goldengate Deployment Type resource.

§
readonly displayName?: string
[src]

Output only. The display name of the Goldengate Deployment Type resource.

§
name?: string
[src]

Identifier. The name of the Goldengate Deployment Type resource with the format: projects/{project}/locations/{region}/goldengateDeploymentTypes/{goldengate_deployment_type}

§
readonly oggVersion?: string
[src]

Output only. The Ogg version of the Goldengate Deployment Type resource.

§
readonly sourceTechnologies?: string[]
[src]

Output only. The source technologies of the Goldengate Deployment Type resource.

§
readonly supportedCapabilities?: string[]
[src]

Output only. The supported capabilities of the Goldengate Deployment Type resource.

§
readonly supportedTechnologiesUrl?: string
[src]

Output only. The supported technologies URL of the Goldengate Deployment Type resource.

§
readonly targetTechnologies?: string[]
[src]

Output only. The target technologies of the Goldengate Deployment Type resource.