Virtual Hub Route Response
data class VirtualHubRouteResponse(val addressPrefixes: List<String>? = null, val nextHopIpAddress: String? = null)
VirtualHub route.
Constructors
Link copied to clipboard
fun VirtualHubRouteResponse(addressPrefixes: List<String>? = null, nextHopIpAddress: String? = null)