Network Interfaces Response
data class NetworkInterfacesResponse(val displayName: String, val ipv4AddressType: String? = null, val ipv4Addresses: List<String>, val ipv6AddressType: String? = null, val ipv6Addresses: List<String>, val macAddress: String? = null, val macAddressType: String? = null, val name: String? = null, val networkName: String, val nicId: String? = null, val virtualNetworkId: String? = null)
Network Interface model
Constructors
Link copied to clipboard
fun NetworkInterfacesResponse(displayName: String, ipv4AddressType: String? = null, ipv4Addresses: List<String>, ipv6AddressType: String? = null, ipv6Addresses: List<String>, macAddress: String? = null, macAddressType: String? = null, name: String? = null, networkName: String, nicId: String? = null, virtualNetworkId: String? = null)