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

GoogleCloudConnectorsV1ResourceLimits

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

Resource limits defined for connection pods of a given connector type.

interface GoogleCloudConnectorsV1ResourceLimits {
readonly cpu?: string;
readonly memory?: string;
}

§Properties

§
readonly cpu?: string
[src]

Output only. CPU limit.

§
readonly memory?: string
[src]

Output only. Memory limit.