NetworkInterfaceResponse

data class NetworkInterfaceResponse(val ipConfigurations: List<NetworkInterfaceIPConfigurationResponse>? = null, val macAddress: String? = null, val networkInterfaceName: String? = null, val vmSwitchType: String? = null)

Network interface properties.

Constructors

Link copied to clipboard
constructor(ipConfigurations: List<NetworkInterfaceIPConfigurationResponse>? = null, macAddress: String? = null, networkInterfaceName: String? = null, vmSwitchType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of IP configurations of the network interface.

Link copied to clipboard
val macAddress: String? = null

The MAC address of the network interface.

Link copied to clipboard

The name of the network interface.

Link copied to clipboard
val vmSwitchType: String? = null

The type of the VM switch.