HciNicDetail interface
The NIC Detail of a device.
Properties
| adapter |
Adapter Name of NIC |
| component |
Component Id of NIC |
| default |
Default Gateway of NIC |
| default |
Default Isolation of Management NIC |
| dns |
DNS Servers for NIC |
| driver |
Driver Version of NIC |
| interface |
Interface Description of NIC |
| ip4Address | Subnet Mask of NIC |
| mac |
MAC address information of NIC. |
| nic |
The status of NIC, up, disconnected. |
| nic |
The type of NIC, physical, virtual, management. |
| rdma |
Describes the RDMA capability of the network adapter. |
| slot | The slot attached to the NIC. |
| subnet |
Subnet Mask of NIC |
| switch |
The switch attached to the NIC, if any. |
| vlan |
The VLAN ID of the physical NIC. |
Property Details
adapterName
Adapter Name of NIC
adapterName?: string
Property Value
string
componentId
Component Id of NIC
componentId?: string
Property Value
string
defaultGateway
Default Gateway of NIC
defaultGateway?: string
Property Value
string
defaultIsolationId
Default Isolation of Management NIC
defaultIsolationId?: string
Property Value
string
dnsServers
DNS Servers for NIC
dnsServers?: string[]
Property Value
string[]
driverVersion
Driver Version of NIC
driverVersion?: string
Property Value
string
interfaceDescription
Interface Description of NIC
interfaceDescription?: string
Property Value
string
ip4Address
Subnet Mask of NIC
ip4Address?: string
Property Value
string
macAddress
MAC address information of NIC.
macAddress?: string
Property Value
string
nicStatus
The status of NIC, up, disconnected.
nicStatus?: string
Property Value
string
nicType
The type of NIC, physical, virtual, management.
nicType?: string
Property Value
string
rdmaCapability
Describes the RDMA capability of the network adapter.
rdmaCapability?: string
Property Value
string
slot
The slot attached to the NIC.
slot?: string
Property Value
string
subnetMask
Subnet Mask of NIC
subnetMask?: string
Property Value
string
switchName
The switch attached to the NIC, if any.
switchName?: string
Property Value
string
vlanId
The VLAN ID of the physical NIC.
vlanId?: string
Property Value
string