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

DynamicEndpointConfig

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

[#next-free-field: 6]

interface DynamicEndpointConfig {
clientStatus?:
| "UNKNOWN"
| "REQUESTED"
| "DOES_NOT_EXIST"
| "ACKED"
| "NACKED";
endpointConfig?: {
[key: string]: any;
}
;
errorState?: UpdateFailureState;
lastUpdated?: Date;
versionInfo?: string;
}

§Properties

§
clientStatus?: "UNKNOWN" | "REQUESTED" | "DOES_NOT_EXIST" | "ACKED" | "NACKED"
[src]

The client status of this resource. [#not-implemented-hide:]

§
endpointConfig?: {
[key: string]: any;
}
[src]

The endpoint config.

§

Set if the last update failed, cleared after the next successful update. The error_state field contains the rejected version of this particular resource along with the reason and timestamp. For successfully updated or acknowledged resource, this field should be empty. [#not-implemented-hide:]

§
lastUpdated?: Date
[src]

[#not-implemented-hide:] The timestamp when the Endpoint was last updated.

§
versionInfo?: string
[src]

[#not-implemented-hide:] This is the per-resource version information. This version is currently taken from the :ref:version_info field at the time that the endpoint configuration was loaded.