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

NetworkEndpointGroupPscData

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

All data that is specifically relevant to only network endpoint groups of type PRIVATE_SERVICE_CONNECT.

interface NetworkEndpointGroupPscData {
consumerPscAddress?: string;
pscConnectionId?: bigint;
pscConnectionStatus?:
| "ACCEPTED"
| "CLOSED"
| "NEEDS_ATTENTION"
| "PENDING"
| "REJECTED"
| "STATUS_UNSPECIFIED";
}

§Properties

§
consumerPscAddress?: string
[src]

[Output Only] Address allocated from given subnetwork for PSC. This IP address acts as a VIP for a PSC NEG, allowing it to act as an endpoint in L7 PSC-XLB.

§
pscConnectionId?: bigint
[src]

[Output Only] The PSC connection id of the PSC Network Endpoint Group Consumer.

§
pscConnectionStatus?: "ACCEPTED" | "CLOSED" | "NEEDS_ATTENTION" | "PENDING" | "REJECTED" | "STATUS_UNSPECIFIED"
[src]

[Output Only] The connection status of the PSC Forwarding Rule.