IpPrefixesListInner Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. IpPrefixesListInner
- com.
Implements
public final class IpPrefixesListInner
implements JsonSerializable<IpPrefixesListInner>
List of SNAT IP Prefixes learnt by firewall to not SNAT.
Constructor Summary
Constructor | Description |
---|---|
IpPrefixesListInner() |
Creates an instance of Ip |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Ip |
fromJson(JsonReader jsonReader)
Reads an instance of Ip |
List<String> |
ipPrefixes()
Get the ip |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Ip |
withIpPrefixes(List<String> ipPrefixes)
Set the ip |
Methods inherited from java.lang.Object
Constructor Details
IpPrefixesListInner
public IpPrefixesListInner()
Creates an instance of IpPrefixesListInner class.
Method Details
fromJson
public static IpPrefixesListInner fromJson(JsonReader jsonReader)
Reads an instance of IpPrefixesListInner from the JsonReader.
Parameters:
Returns:
Throws:
ipPrefixes
public List
Get the ipPrefixes property: IP Prefix value.
Returns:
toJson
validate
public void validate()
Validates the instance.
withIpPrefixes
public IpPrefixesListInner withIpPrefixes(List
Set the ipPrefixes property: IP Prefix value.
Parameters:
Returns:
Applies to
Azure SDK for Java