Router Appliance Instance Response
data class RouterApplianceInstanceResponse(val ipAddress: String, val networkInterface: String, val virtualMachine: String)
RouterAppliance represents a Router appliance which is specified by a VM URI and a NIC address.
Constructors
Link copied to clipboard
fun RouterApplianceInstanceResponse(ipAddress: String, networkInterface: String, virtualMachine: String)