VirtualNetworkPropertiesRoutesArgs

data class VirtualNetworkPropertiesRoutesArgs(val addressPrefix: Output<String>? = null, val name: Output<String>? = null, val nextHopIpAddress: Output<String>? = null) : ConvertibleToJava<VirtualNetworkPropertiesRoutesArgs>

Route is associated with a subnet.

Constructors

Link copied to clipboard
constructor(addressPrefix: Output<String>? = null, name: Output<String>? = null, nextHopIpAddress: Output<String>? = null)

Properties

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

AddressPrefix - The destination CIDR to which the route applies.

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

Name - name of the subnet

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

NextHopIPAddress - The IP address packets should be forwarded to. Next hop values are only allowed in routes where the next hop type is VirtualAppliance.

Functions

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