public class VirtualWanInner
extends com.azure.core.management.Resource
| Constructor and Description |
|---|
VirtualWanInner() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
allowBranchToBranchTraffic()
Get the allowBranchToBranchTraffic property: True if branch to branch traffic is allowed.
|
Boolean |
allowVnetToVnetTraffic()
Get the allowVnetToVnetTraffic property: True if Vnet to Vnet traffic is allowed.
|
Boolean |
disableVpnEncryption()
Get the disableVpnEncryption property: Vpn encryption to be disabled or not.
|
String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
|
String |
id()
Get the id property: Resource ID.
|
OfficeTrafficCategory |
office365LocalBreakoutCategory()
Get the office365LocalBreakoutCategory property: The office local breakout category.
|
ProvisioningState |
provisioningState()
Get the provisioningState property: The provisioning state of the virtual WAN resource.
|
String |
typePropertiesType()
Get the typePropertiesType property: The type of the VirtualWAN.
|
void |
validate()
Validates the instance.
|
List<com.azure.core.management.SubResource> |
virtualHubs()
Get the virtualHubs property: List of VirtualHubs in the VirtualWAN.
|
List<com.azure.core.management.SubResource> |
vpnSites()
Get the vpnSites property: List of VpnSites in the VirtualWAN.
|
VirtualWanInner |
withAllowBranchToBranchTraffic(Boolean allowBranchToBranchTraffic)
Set the allowBranchToBranchTraffic property: True if branch to branch traffic is allowed.
|
VirtualWanInner |
withAllowVnetToVnetTraffic(Boolean allowVnetToVnetTraffic)
Set the allowVnetToVnetTraffic property: True if Vnet to Vnet traffic is allowed.
|
VirtualWanInner |
withDisableVpnEncryption(Boolean disableVpnEncryption)
Set the disableVpnEncryption property: Vpn encryption to be disabled or not.
|
VirtualWanInner |
withId(String id)
Set the id property: Resource ID.
|
VirtualWanInner |
withTypePropertiesType(String typePropertiesType)
Set the typePropertiesType property: The type of the VirtualWAN.
|
public String etag()
public Boolean disableVpnEncryption()
public VirtualWanInner withDisableVpnEncryption(Boolean disableVpnEncryption)
disableVpnEncryption - the disableVpnEncryption value to set.public List<com.azure.core.management.SubResource> virtualHubs()
public List<com.azure.core.management.SubResource> vpnSites()
public Boolean allowBranchToBranchTraffic()
public VirtualWanInner withAllowBranchToBranchTraffic(Boolean allowBranchToBranchTraffic)
allowBranchToBranchTraffic - the allowBranchToBranchTraffic value to set.public Boolean allowVnetToVnetTraffic()
public VirtualWanInner withAllowVnetToVnetTraffic(Boolean allowVnetToVnetTraffic)
allowVnetToVnetTraffic - the allowVnetToVnetTraffic value to set.public OfficeTrafficCategory office365LocalBreakoutCategory()
public ProvisioningState provisioningState()
public String typePropertiesType()
public VirtualWanInner withTypePropertiesType(String typePropertiesType)
typePropertiesType - the typePropertiesType value to set.public String id()
id in class com.azure.core.management.ProxyResourcepublic VirtualWanInner withId(String id)
id - the id value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.