Class IpPrefixesListInner

java.lang.Object
com.azure.resourcemanager.network.fluent.models.IpPrefixesListInner

public final class IpPrefixesListInner extends Object
List of SNAT IP Prefixes learnt by firewall to not SNAT.
  • Constructor Details

    • IpPrefixesListInner

      public IpPrefixesListInner()
      Creates an instance of IpPrefixesListInner class.
  • Method Details

    • ipPrefixes

      public List<String> ipPrefixes()
      Get the ipPrefixes property: IP Prefix value.
      Returns:
      the ipPrefixes value.
    • withIpPrefixes

      public IpPrefixesListInner withIpPrefixes(List<String> ipPrefixes)
      Set the ipPrefixes property: IP Prefix value.
      Parameters:
      ipPrefixes - the ipPrefixes value to set.
      Returns:
      the IpPrefixesListInner object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.