VirtualHubConnectionRoutingStaticVnetRoute

data class VirtualHubConnectionRoutingStaticVnetRoute(val addressPrefixes: List<String>? = null, val name: String? = null, val nextHopIpAddress: String? = null)

Constructors

constructor(addressPrefixes: List<String>? = null, name: String? = null, nextHopIpAddress: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of CIDR Ranges which should be used as Address Prefixes.

Link copied to clipboard
val name: String? = null

The name which should be used for this Static Route.

Link copied to clipboard

The IP Address which should be used for the Next Hop.