TrafficSelectorPolicyArgs

data class TrafficSelectorPolicyArgs(val localAddressRanges: Output<List<String>>, val remoteAddressRanges: Output<List<String>>) : ConvertibleToJava<TrafficSelectorPolicyArgs>

An traffic selector policy for a virtual network gateway connection.

Constructors

Link copied to clipboard
constructor(localAddressRanges: Output<List<String>>, remoteAddressRanges: Output<List<String>>)

Properties

Link copied to clipboard

A collection of local address spaces in CIDR format.

Link copied to clipboard

A collection of remote address spaces in CIDR format.

Functions

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