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

VpcServiceControls

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

Response for the get VPC Service Controls request.

interface VpcServiceControls {
readonly enabled?: boolean;
}

§Properties

§
readonly enabled?: boolean
[src]

Output only. Indicates whether the VPC Service Controls are enabled or disabled for the connection. If the consumer called the EnableVpcServiceControls method, then this is true. If the consumer called DisableVpcServiceControls, then this is false. The default is false.