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

IpRouteInfo

import type { IpRouteInfo } from "https://aws-api.deno.dev/v0.3/services/directoryservice.ts?docs=full";

Information about one or more IP address blocks.

interface IpRouteInfo {
AddedDateTime?: Date | number | null;
CidrIp?: string | null;
Description?: string | null;
DirectoryId?: string | null;
IpRouteStatusMsg?: IpRouteStatusMsg | null;
IpRouteStatusReason?: string | null;
}

§Properties

§
AddedDateTime?: Date | number | null
[src]

The date and time the address block was added to the directory.

§
CidrIp?: string | null
[src]

IP address block in the "IpRoute".

§
Description?: string | null
[src]

Description of the "IpRouteInfo".

§
DirectoryId?: string | null
[src]

Identifier (ID) of the directory associated with the IP addresses.

§
IpRouteStatusMsg?: IpRouteStatusMsg | null
[src]

The status of the IP address block.

§
IpRouteStatusReason?: string | null
[src]

The reason for the IpRouteStatusMsg.