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

NetworkInterface

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

Describes a network interface.

interface NetworkInterface {
networkInterfaceId?: string | null;
privateIpAddress?: string | null;
publicIpAddress?: string | null;
}

§Properties

§
networkInterfaceId?: string | null
[src]

The ID of the network interface.

§
privateIpAddress?: string | null
[src]

The IPv4 address of the network interface within the subnet.

§
publicIpAddress?: string | null
[src]

The IPv4 public address of the network interface.