Uses of Class
com.azure.resourcemanager.network.fluent.models.VirtualWanProperties
-
Packages that use VirtualWanProperties Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient. -
-
Uses of VirtualWanProperties in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return VirtualWanProperties Modifier and Type Method Description VirtualWanPropertiesVirtualWanProperties. withAllowBranchToBranchTraffic(Boolean allowBranchToBranchTraffic)Set the allowBranchToBranchTraffic property: True if branch to branch traffic is allowed.VirtualWanPropertiesVirtualWanProperties. withAllowVnetToVnetTraffic(Boolean allowVnetToVnetTraffic)Set the allowVnetToVnetTraffic property: True if Vnet to Vnet traffic is allowed.VirtualWanPropertiesVirtualWanProperties. withDisableVpnEncryption(Boolean disableVpnEncryption)Set the disableVpnEncryption property: Vpn encryption to be disabled or not.VirtualWanPropertiesVirtualWanProperties. withType(String type)Set the type property: The type of the VirtualWAN.
-