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

EnvoyInternalAddress

import type { EnvoyInternalAddress } from "https://googleapis.deno.dev/v1/trafficdirector:v3.ts";

The address represents an envoy internal listener. [#comment:

interface EnvoyInternalAddress {
endpointId?: string;
serverListenerName?: string;
}

§Properties

§
endpointId?: string
[src]

Specifies an endpoint identifier to distinguish between multiple endpoints for the same internal listener in a single upstream pool. Only used in the upstream addresses for tracking changes to individual endpoints. This, for example, may be set to the final destination IP for the target internal listener.

§
serverListenerName?: string
[src]

Specifies the :ref:name of the internal listener.