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.4/services/storagegateway.ts?docs=full";

Describes a gateway's network interface.

interface NetworkInterface {
Ipv4Address?: string | null;
Ipv6Address?: string | null;
MacAddress?: string | null;
}

§Properties

§
Ipv4Address?: string | null
[src]

The Internet Protocol version 4 (IPv4) address of the interface.

§
Ipv6Address?: string | null
[src]

The Internet Protocol version 6 (IPv6) address of the interface. Currently not supported.

§
MacAddress?: string | null
[src]

The Media Access Control (MAC) address of the interface.

Note: This is currently unsupported and will not be returned in output.