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

GoogleCloudConnectorsV1NodeConfig

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

Node configuration for the connection.

interface GoogleCloudConnectorsV1NodeConfig {
maxNodeCount?: number;
minNodeCount?: number;
}

§Properties

§
maxNodeCount?: number
[src]

Maximum number of nodes in the runtime nodes.

§
minNodeCount?: number
[src]

Minimum number of nodes in the runtime nodes.