Hci Nic Detail Response
data class HciNicDetailResponse(val adapterName: String, val componentId: String, val defaultGateway: String, val defaultIsolationId: String, val dnsServers: List<String>, val driverVersion: String, val interfaceDescription: String, val ip4Address: String, val macAddress: String, val nicStatus: String, val nicType: String, val slot: String, val subnetMask: String, val switchName: String, val vlanId: String)
The NIC Detail of a device.
Constructors
Link copied to clipboard
constructor(adapterName: String, componentId: String, defaultGateway: String, defaultIsolationId: String, dnsServers: List<String>, driverVersion: String, interfaceDescription: String, ip4Address: String, macAddress: String, nicStatus: String, nicType: String, slot: String, subnetMask: String, switchName: String, vlanId: String)
Properties
Link copied to clipboard
Adapter Name of NIC
Link copied to clipboard
Component Id of NIC
Link copied to clipboard
Default Gateway of NIC
Link copied to clipboard
Default Isolation of Management NIC
Link copied to clipboard
DNS Servers for NIC
Link copied to clipboard
Driver Version of NIC
Link copied to clipboard
Interface Description of NIC
Link copied to clipboard
Subnet Mask of NIC
Link copied to clipboard
MAC address information of NIC.
Link copied to clipboard
Subnet Mask of NIC
Link copied to clipboard
The switch attached to the NIC, if any.