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

ConsumerConfig

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

Configuration information for a private service access connection.

interface ConsumerConfig {
cloudsqlConfigs?: CloudSQLConfig[];
consumerExportCustomRoutes?: boolean;
consumerExportSubnetRoutesWithPublicIp?: boolean;
consumerImportCustomRoutes?: boolean;
consumerImportSubnetRoutesWithPublicIp?: boolean;
producerExportCustomRoutes?: boolean;
producerExportSubnetRoutesWithPublicIp?: boolean;
producerImportCustomRoutes?: boolean;
producerImportSubnetRoutesWithPublicIp?: boolean;
readonly producerNetwork?: string;
readonly usedIpRanges?: string[];
readonly vpcScReferenceArchitectureEnabled?: boolean;
}

§Properties

§
cloudsqlConfigs?: CloudSQLConfig[]
[src]

Represents one or multiple Cloud SQL configurations.

§
consumerExportCustomRoutes?: boolean
[src]

Export custom routes flag value for peering from consumer to producer.

§
consumerExportSubnetRoutesWithPublicIp?: boolean
[src]

Export subnet routes with public ip flag value for peering from consumer to producer.

§
consumerImportCustomRoutes?: boolean
[src]

Import custom routes flag value for peering from consumer to producer.

§
consumerImportSubnetRoutesWithPublicIp?: boolean
[src]

Import subnet routes with public ip flag value for peering from consumer to producer.

§
producerExportCustomRoutes?: boolean
[src]

Export custom routes flag value for peering from producer to consumer.

§
producerExportSubnetRoutesWithPublicIp?: boolean
[src]

Export subnet routes with public ip flag value for peering from producer to consumer.

§
producerImportCustomRoutes?: boolean
[src]

Import custom routes flag value for peering from producer to consumer.

§
producerImportSubnetRoutesWithPublicIp?: boolean
[src]

Import subnet routes with public ip flag value for peering from producer to consumer.

§
readonly producerNetwork?: string
[src]

Output only. The VPC host network that is used to host managed service instances. In the format, projects/{project}/global/networks/{network} where {project} is the project number e.g. '12345' and {network} is the network name.

§

Output only. The reserved ranges associated with this private service access connection.

§
readonly usedIpRanges?: string[]
[src]

Output only. The IP ranges already in use by consumer or producer

§
readonly vpcScReferenceArchitectureEnabled?: boolean
[src]

Output only. Indicates whether the VPC Service Controls reference architecture is configured for the producer VPC host network.