Get Virtual Wan Result
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.
Properties
Link copied to clipboard
Is branch to branch traffic is allowed?
Link copied to clipboard
Is VPN Encryption disabled?
Link copied to clipboard
The Office365 Local Breakout Category.
Link copied to clipboard
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.