VirtualHubConnectionRoutingStaticVnetRouteArgs

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

Constructors

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

Properties

Link copied to clipboard
val addressPrefixes: Output<List<String>>? = null

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

Link copied to clipboard
val name: Output<String>? = null

The name which should be used for this Static Route.

Link copied to clipboard
val nextHopIpAddress: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): VirtualHubConnectionRoutingStaticVnetRouteArgs