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

PscConnection

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

Details of consumer resources in a PSC connection.

interface PscConnection {
readonly address?: string;
readonly forwardingRule?: string;
network?: string;
readonly projectId?: string;
readonly pscConnectionId?: string;
}

§Properties

§
readonly address?: string
[src]

Output only. The IP allocated on the consumer network for the PSC forwarding rule.

§
readonly forwardingRule?: string
[src]

Output only. The URI of the consumer side forwarding rule. Example: projects/{projectNumOrId}/regions/us-east1/forwardingRules/{resourceId}.

§
network?: string
[src]

The consumer network where the IP address resides, in the form of projects/{project_id}/global/networks/{network_id}.

§
readonly projectId?: string
[src]

Output only. The consumer project_id where the forwarding rule is created from.

§
readonly pscConnectionId?: string
[src]

Output only. The PSC connection id of the forwarding rule connected to the service attachment.