NicDetailResponse

data class NicDetailResponse(val adapterName: String, val componentId: String? = null, val defaultGateway: String? = null, val defaultIsolationId: String? = null, val dnsServers: List<String>? = null, val driverVersion: String? = null, val interfaceDescription: String? = null, val ip4Address: String? = null, val subnetMask: String? = null)

The NIC Detail of a device.

Constructors

Link copied to clipboard
constructor(adapterName: String, componentId: String? = null, defaultGateway: String? = null, defaultIsolationId: String? = null, dnsServers: List<String>? = null, driverVersion: String? = null, interfaceDescription: String? = null, ip4Address: String? = null, subnetMask: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Adapter Name of NIC

Link copied to clipboard
val componentId: String? = null

Component Id of NIC

Link copied to clipboard
val defaultGateway: String? = null

Default Gateway of NIC

Link copied to clipboard

Default Isolation of Management NIC

Link copied to clipboard
val dnsServers: List<String>? = null

DNS Servers for NIC

Link copied to clipboard
val driverVersion: String? = null

Driver Version of NIC

Link copied to clipboard

Interface Description of NIC

Link copied to clipboard
val ip4Address: String? = null

Subnet Mask of NIC

Link copied to clipboard
val subnetMask: String? = null

Subnet Mask of NIC