Logical Network Interface Response
data class LogicalNetworkInterfaceResponse(val defaultGateway: Boolean, val ipAddress: String, val network: String, val networkType: String)
Each logical network interface is effectively a network and IP pair.