VirtualWAN Class
VirtualWAN Resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.models._models_py3.ResourceVirtualWAN
Constructor
VirtualWAN(*, id: str | None = None, location: str | None = None, tags: Dict[str, str] | None = None, disable_vpn_encryption: bool | None = None, allow_branch_to_branch_traffic: bool | None = None, allow_vnet_to_vnet_traffic: bool | None = None, type_properties_type: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
Resource ID. |
location
|
Resource location. |
tags
|
Resource tags. |
disable_vpn_encryption
|
Vpn encryption to be disabled or not. |
allow_branch_to_branch_traffic
|
True if branch to branch traffic is allowed. |
allow_vnet_to_vnet_traffic
|
True if Vnet to Vnet traffic is allowed. |
type_properties_type
|
The type of the VirtualWAN. |
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Resource name. |
type
|
Resource type. |
location
|
Resource location. |
tags
|
Resource tags. |
etag
|
A unique read-only string that changes whenever the resource is updated. |
disable_vpn_encryption
|
Vpn encryption to be disabled or not. |
virtual_hubs
|
List of VirtualHubs in the VirtualWAN. |
vpn_sites
|
List of VpnSites in the VirtualWAN. |
allow_branch_to_branch_traffic
|
True if branch to branch traffic is allowed. |
allow_vnet_to_vnet_traffic
|
True if Vnet to Vnet traffic is allowed. |
office365_local_breakout_category
|
The office local breakout category. Known values are: "Optimize", "OptimizeAndAllow", "All", and "None". |
provisioning_state
|
The provisioning state of the virtual WAN resource. Known values are: "Succeeded", "Updating", "Deleting", and "Failed". |
type_properties_type
|
The type of the VirtualWAN. |
Azure SDK for Python