GatewayEffectiveRouteListResultInner Class

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

Implements

public final class GatewayEffectiveRouteListResultInner
implements JsonSerializable<GatewayEffectiveRouteListResultInner>

List of virtual network gateway effective routes.

Method Summary

Modifier and Type Method and Description
static GatewayEffectiveRouteListResultInner fromJson(JsonReader jsonReader)

Reads an instance of GatewayEffectiveRouteListResultInner from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<GatewayEffectiveRoute> value()

Get the value property: List of gateway effective routes.

Methods inherited from java.lang.Object

Method Details

fromJson

public static GatewayEffectiveRouteListResultInner fromJson(JsonReader jsonReader)

Reads an instance of GatewayEffectiveRouteListResultInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of GatewayEffectiveRouteListResultInner 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 GatewayEffectiveRouteListResultInner.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<GatewayEffectiveRoute> value()

Get the value property: List of gateway effective routes.

Returns:

the value value.

Applies to