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

GoldengateDeploymentEnvironment

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

Details of the Goldengate Deployment Environment resource.

interface GoldengateDeploymentEnvironment {
readonly autoScalingEnabled?: boolean;
readonly category?: "DEPLOYMENT_CATEGORY_UNSPECIFIED" | "DATA_REPLICATION_CATEGORY" | "DATA_TRANSFORMS_CATEGORY";
readonly defaultCpuCoreCount?: number;
displayName?: string;
readonly environmentType?: "DEPLOYMENT_ENVIRONMENT_TYPE_UNSPECIFIED" | "PRODUCTION" | "DEVELOPMENT_OR_TESTING";
readonly maxCpuCoreCount?: number;
readonly memoryGbPerCpuCore?: number;
readonly minCpuCoreCount?: number;
name?: string;
readonly networkBandwidthGbpsPerCpuCore?: number;
readonly storageUsageLimitGbPerCpuCore?: number;
}

§Properties

§
readonly autoScalingEnabled?: boolean
[src]

Output only. Whether auto scaling is enabled by default for the Goldengate Deployment Environment resource.

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

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

§
readonly defaultCpuCoreCount?: number
[src]

Output only. The default CPU core count of the Goldengate Deployment Environment resource.

§
displayName?: string
[src]

The display name of the Goldengate Deployment Environment resource.

§
readonly environmentType?: "DEPLOYMENT_ENVIRONMENT_TYPE_UNSPECIFIED" | "PRODUCTION" | "DEVELOPMENT_OR_TESTING"
[src]

Output only. The environment type of the Goldengate Deployment Environment resource.

§
readonly maxCpuCoreCount?: number
[src]

Output only. The max CPU core count of the Goldengate Deployment Environment resource.

§
readonly memoryGbPerCpuCore?: number
[src]

Output only. The memory per CPU core in GBs of the Goldengate Deployment Environment resource.

§
readonly minCpuCoreCount?: number
[src]

Output only. The min CPU core count of the Goldengate Deployment Environment resource.

§
name?: string
[src]

Identifier. The name of the Goldengate Deployment Environment resource with the format: projects/{project}/locations/{location}/goldengateDeploymentEnvironments/{goldengate_deployment_environment}

§
readonly networkBandwidthGbpsPerCpuCore?: number
[src]

Output only. The network bandwidth per CPU core in Gbps of the Goldengate Deployment Environment resource.

§
readonly storageUsageLimitGbPerCpuCore?: number
[src]

Output only. The storage usage limit per CPU core in GBs of the Goldengate Deployment Environment resource.