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

ServiceAttachmentConnectedEndpoint

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

[Output Only] A connection connected to this service attachment.

interface ServiceAttachmentConnectedEndpoint {
consumerNetwork?: string;
endpoint?: string;
pscConnectionId?: bigint;
status?:
| "ACCEPTED"
| "CLOSED"
| "NEEDS_ATTENTION"
| "PENDING"
| "REJECTED"
| "STATUS_UNSPECIFIED";
}

§Properties

§
consumerNetwork?: string
[src]

The url of the consumer network.

§
endpoint?: string
[src]

The url of a connected endpoint.

§
pscConnectionId?: bigint
[src]

The PSC connection id of the connected endpoint.

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

The status of a connected endpoint to this service attachment.