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

ClientStatusRequest

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

Request for client status of clients identified by a list of NodeMatchers.

interface ClientStatusRequest {
excludeResourceContents?: boolean;
node?: Node;
nodeMatchers?: NodeMatcher[];
}

§Properties

§
excludeResourceContents?: boolean
[src]

If true, the server will not include the resource contents in the response (i.e., the generic_xds_configs.xds_config field will not be populated). [#not-implemented-hide:]

§
node?: Node
[src]

The node making the csds request.

§
nodeMatchers?: NodeMatcher[]
[src]

Management server can use these match criteria to identify clients. The match follows OR semantics.