Nic Detail Args
data class NicDetailArgs(val adapterName: Output<String>? = null, 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>? = null, 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
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
Subnet Mask of NIC