Package version:

The NIC Detail of a device.

interface HciNicDetail {
    adapterName?: string;
    componentId?: string;
    defaultGateway?: string;
    defaultIsolationId?: string;
    dnsServers?: {};
    driverVersion?: string;
    interfaceDescription?: string;
    ip4Address?: string;
    macAddress?: string;
    nicStatus?: string;
    nicType?: string;
    rdmaCapability?: string;
    slot?: string;
    subnetMask?: string;
    switchName?: string;
    vlanId?: 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

macAddress?: string

MAC address information of NIC.

nicStatus?: string

The status of NIC, up, disconnected.

nicType?: string

The type of NIC, physical, virtual, management.

rdmaCapability?: string

Describes the RDMA capability of the network adapter.

slot?: string

The slot attached to the NIC.

subnetMask?: string

Subnet Mask of NIC

switchName?: string

The switch attached to the NIC, if any.

vlanId?: string

The VLAN ID of the physical NIC.