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