NicDetailArgs

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

The NIC Detail of a device.

Constructors

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

Properties

Link copied to clipboard
val adapterName: Output<String>

Adapter Name of NIC

Link copied to clipboard
val componentId: Output<String>? = null

Component Id of NIC

Link copied to clipboard
val defaultGateway: Output<String>? = null

Default Gateway of NIC

Link copied to clipboard
val defaultIsolationId: Output<String>? = null

Default Isolation of Management NIC

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

DNS Servers for NIC

Link copied to clipboard
val driverVersion: Output<String>? = null

Driver Version of NIC

Link copied to clipboard
val interfaceDescription: Output<String>? = null

Interface Description of NIC

Link copied to clipboard
val ip4Address: Output<String>? = null

Subnet Mask of NIC

Link copied to clipboard
val subnetMask: Output<String>? = null

Subnet Mask of NIC

Functions

Link copied to clipboard
open override fun toJava(): NicDetailArgs