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

DynamicScopedRouteConfigs

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

[#next-free-field: 7]

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

§Properties

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

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

§

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]

The timestamp when the scoped route config set was last updated.

§
name?: string
[src]

The name assigned to the scoped route configurations.

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

The scoped route configurations.

§
versionInfo?: string
[src]

This is the per-resource version information. This version is currently taken from the :ref:version_info field at the time that the scoped routes configuration was loaded.