Class Policies


  • public class Policies
    extends Object
    Policies for vpn gateway.
    • Constructor Detail

      • Policies

        public Policies()
    • 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
      • withAllowVnetToVnetTraffic

        public Policies withAllowVnetToVnetTraffic​(Boolean allowVnetToVnetTraffic)
        Set the allowVnetToVnetTraffic value.
        Parameters:
        allowVnetToVnetTraffic - the allowVnetToVnetTraffic value to set
        Returns:
        the Policies object itself.