Class IpPrefixesListInner
java.lang.Object
com.azure.resourcemanager.network.fluent.models.IpPrefixesListInner
List of SNAT IP Prefixes learnt by firewall to not SNAT.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the ipPrefixes property: IP Prefix value.voidvalidate()Validates the instance.withIpPrefixes(List<String> ipPrefixes) Set the ipPrefixes property: IP Prefix value.
-
Constructor Details
-
IpPrefixesListInner
public IpPrefixesListInner()Creates an instance of IpPrefixesListInner class.
-
-
Method Details
-
ipPrefixes
Get the ipPrefixes property: IP Prefix value.- Returns:
- the ipPrefixes value.
-
withIpPrefixes
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.
-