StaticRouteArgs

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

List of all Static Routes.

Constructors

Link copied to clipboard
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

List of all address prefixes.

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

The name of the StaticRoute that is unique within a VnetRoute.

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

The ip address of the next hop.

Functions

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