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

ServiceAttachmentConsumerProjectLimit

import type { ServiceAttachmentConsumerProjectLimit } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface ServiceAttachmentConsumerProjectLimit {
connectionLimit?: number;
networkUrl?: string;
projectIdOrNum?: string;
}

§Properties

§
connectionLimit?: number
[src]

The value of the limit to set.

§
networkUrl?: string
[src]

The network URL for the network to set the limit for.

§
projectIdOrNum?: string
[src]

The project id or number for the project to set the limit for.