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

PhysicalNetworkInterface

import type { PhysicalNetworkInterface } from "https://aws-api.deno.dev/v0.4/services/snowdevicemanagement.ts?docs=full";

The details about the physical network interface for the device.

interface PhysicalNetworkInterface {
defaultGateway?: string | null;
ipAddress?: string | null;
ipAddressAssignment?: IpAddressAssignment | null;
macAddress?: string | null;
netmask?: string | null;
physicalConnectorType?: PhysicalConnectorType | null;
physicalNetworkInterfaceId?: string | null;
}

§Properties

§
defaultGateway?: string | null
[src]

The default gateway of the device.

§
ipAddress?: string | null
[src]

The IP address of the device.

§
ipAddressAssignment?: IpAddressAssignment | null
[src]

A value that describes whether the IP address is dynamic or persistent.

§
macAddress?: string | null
[src]

The MAC address of the device.

§
netmask?: string | null
[src]

The netmask used to divide the IP address into subnets.

§
physicalConnectorType?: PhysicalConnectorType | null
[src]

The physical connector type.

§
physicalNetworkInterfaceId?: string | null
[src]

The physical network interface ID.