HciNicDetailResponse

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)

Types

Link copied to clipboard
object Companion

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

The status of NIC, up, disconnected.

Link copied to clipboard

The type of NIC, physical, virtual, management.

Link copied to clipboard

The slot attached to the NIC.

Link copied to clipboard

Subnet Mask of NIC

Link copied to clipboard

The switch attached to the NIC, if any.

Link copied to clipboard

The VLAN ID of the physical NIC.