Package version:

The NIC Detail of a device.

interface NicDetail {
    adapterName?: string;
    componentId?: string;
    defaultGateway?: string;
    defaultIsolationId?: string;
    dnsServers?: {};
    driverVersion?: string;
    interfaceDescription?: string;
    ip4Address?: string;
    subnetMask?: string;
}

Properties

adapterName?: string

Adapter Name of NIC

componentId?: string

Component Id of NIC

defaultGateway?: string

Default Gateway of NIC

defaultIsolationId?: string

Default Isolation of Management NIC

dnsServers?: {}

DNS Servers for NIC

driverVersion?: string

Driver Version of NIC

interfaceDescription?: string

Interface Description of NIC

ip4Address?: string

Subnet Mask of NIC

subnetMask?: string

Subnet Mask of NIC