Network Interface Response
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)