VirtualWanPropertiesOutput interface
Parameters for VirtualWAN.
Properties
| allow |
True if branch to branch traffic is allowed. |
| allow |
True if Vnet to Vnet traffic is allowed. |
| disable |
Vpn encryption to be disabled or not. |
| office365Local |
The office local breakout category. |
| provisioning |
The provisioning state of the virtual WAN resource. |
| type | The type of the VirtualWAN. |
| virtual |
List of VirtualHubs in the VirtualWAN. |
| vpn |
List of VpnSites in the VirtualWAN. |
Property Details
allowBranchToBranchTraffic
True if branch to branch traffic is allowed.
allowBranchToBranchTraffic?: boolean
Property Value
boolean
allowVnetToVnetTraffic
True if Vnet to Vnet traffic is allowed.
allowVnetToVnetTraffic?: boolean
Property Value
boolean
disableVpnEncryption
Vpn encryption to be disabled or not.
disableVpnEncryption?: boolean
Property Value
boolean
office365LocalBreakoutCategory
The office local breakout category.
office365LocalBreakoutCategory?: "None" | "All" | "Optimize" | "OptimizeAndAllow"
Property Value
"None" | "All" | "Optimize" | "OptimizeAndAllow"
provisioningState
The provisioning state of the virtual WAN resource.
provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"
Property Value
"Succeeded" | "Updating" | "Deleting" | "Failed"
type
The type of the VirtualWAN.
type?: string
Property Value
string
virtualHubs
List of VirtualHubs in the VirtualWAN.
virtualHubs?: SubResourceOutput[]
Property Value
vpnSites
List of VpnSites in the VirtualWAN.
vpnSites?: SubResourceOutput[]