VirtualNetworkGatewayConnectionTrafficSelectorPolicy

data class VirtualNetworkGatewayConnectionTrafficSelectorPolicy(val localAddressCidrs: List<String>, val remoteAddressCidrs: List<String>)

Constructors

constructor(localAddressCidrs: List<String>, remoteAddressCidrs: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of local CIDRs.

Link copied to clipboard

List of remote CIDRs.