NetworkInterface
import type { NetworkInterface } from "https://googleapis.deno.dev/v1/networkmanagement:v1.ts";
Message describing network interfaces.
interface NetworkInterface {
readonly adapterDescription?: string;
readonly cidr?: string;
readonly interfaceName?: string;
readonly ipAddress?: string;
readonly macAddress?: string;
readonly speed?: bigint;
readonly vlanId?: bigint;
}