TrafficSelectorPolicyResponse

data class TrafficSelectorPolicyResponse(val localAddressRanges: List<String>, val remoteAddressRanges: List<String>)

An traffic selector policy for a virtual network gateway connection.

Constructors

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

Types

Link copied to clipboard
object Companion

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.