Class Policies
- java.lang.Object
-
- com.microsoft.azure.management.network.Policies
-
public class Policies extends Object
Policies for vpn gateway.
-
-
Constructor Summary
Constructors Constructor Description Policies()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanallowBranchToBranchTraffic()Get the allowBranchToBranchTraffic value.BooleanallowVnetToVnetTraffic()Get the allowVnetToVnetTraffic value.PolicieswithAllowBranchToBranchTraffic(Boolean allowBranchToBranchTraffic)Set the allowBranchToBranchTraffic value.PolicieswithAllowVnetToVnetTraffic(Boolean allowVnetToVnetTraffic)Set the allowVnetToVnetTraffic value.
-
-
-
Method Detail
-
allowBranchToBranchTraffic
public Boolean allowBranchToBranchTraffic()
Get the allowBranchToBranchTraffic value.- Returns:
- the allowBranchToBranchTraffic value
-
withAllowBranchToBranchTraffic
public Policies withAllowBranchToBranchTraffic(Boolean allowBranchToBranchTraffic)
Set the allowBranchToBranchTraffic value.- Parameters:
allowBranchToBranchTraffic- the allowBranchToBranchTraffic value to set- Returns:
- the Policies object itself.
-
allowVnetToVnetTraffic
public Boolean allowVnetToVnetTraffic()
Get the allowVnetToVnetTraffic value.- Returns:
- the allowVnetToVnetTraffic value
-
-