Share via


VirtualWanPropertiesOutput interface

Parameters for VirtualWAN.

Properties

allowBranchToBranchTraffic

True if branch to branch traffic is allowed.

allowVnetToVnetTraffic

True if Vnet to Vnet traffic is allowed.

disableVpnEncryption

Vpn encryption to be disabled or not.

office365LocalBreakoutCategory

The office local breakout category.

provisioningState

The provisioning state of the virtual WAN resource.

type

The type of the VirtualWAN.

virtualHubs

List of VirtualHubs in the VirtualWAN.

vpnSites

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[]

Property Value