NicDetail 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 |
| subnet |
Subnet Mask of 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
subnetMask
Subnet Mask of NIC
subnetMask?: string
Property Value
string