IpPrefixesListInner Class

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

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 IpPrefixesListInner fromJson(JsonReader jsonReader)

Reads an instance of IpPrefixesListInner from the JsonReader.

List<String> ipPrefixes()

Get the ipPrefixes property: IP Prefix value.

JsonWriter 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:

jsonReader - The JsonReader being read.

Returns:

An instance of IpPrefixesListInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the IpPrefixesListInner.

ipPrefixes

public List<String> ipPrefixes()

Get the ipPrefixes property: IP Prefix value.

Returns:

the ipPrefixes value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to