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.
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. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static IpPrefixesListInner fromJson(JsonReader jsonReader)
Reads an instance of IpPrefixesListInner from the JsonReader.
Parameters:
Returns:
Throws:
ipPrefixes
public List<String> ipPrefixes()
Get the ipPrefixes property: IP Prefix value.
Returns:
toJson
validate
public void validate()
Validates the instance.