VirtualHubRoute

data class VirtualHubRoute(val addressPrefixes: List<String>, val nextHopIpAddress: String)

Constructors

Link copied to clipboard
constructor(addressPrefixes: List<String>, nextHopIpAddress: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of Address Prefixes.

Link copied to clipboard

The IP Address that Packets should be forwarded to as the Next Hop.