GetVirtualWanResult

data class GetVirtualWanResult(val allowBranchToBranchTraffic: Boolean, val disableVpnEncryption: Boolean, val id: String, val location: String, val name: String, val office365LocalBreakoutCategory: String, val resourceGroupName: String, val sku: String, val tags: Map<String, String>, val virtualHubIds: List<String>, val vpnSiteIds: List<String>)

A collection of values returned by getVirtualWan.

Constructors

Link copied to clipboard
constructor(allowBranchToBranchTraffic: Boolean, disableVpnEncryption: Boolean, id: String, location: String, name: String, office365LocalBreakoutCategory: String, resourceGroupName: String, sku: String, tags: Map<String, String>, virtualHubIds: List<String>, vpnSiteIds: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Is branch to branch traffic is allowed?

Link copied to clipboard

Is VPN Encryption disabled?

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The Azure Region where the Virtual Wan exists.

Link copied to clipboard
Link copied to clipboard

The Office365 Local Breakout Category.

Link copied to clipboard
Link copied to clipboard
val sku: String

Type of Virtual Wan (Basic or Standard).

Link copied to clipboard

A mapping of tags assigned to the Virtual Wan.

Link copied to clipboard

A list of Virtual Hubs IDs attached to this Virtual WAN.

Link copied to clipboard

A list of VPN Site IDs attached to this Virtual WAN.