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