EffectiveRouteMapRouteListInner Class

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

Implements

public final class EffectiveRouteMapRouteListInner
implements JsonSerializable<EffectiveRouteMapRouteListInner>

EffectiveRouteMapRoute List.

Constructor Summary

Constructor Description
EffectiveRouteMapRouteListInner()

Creates an instance of EffectiveRouteMapRouteListInner class.

Method Summary

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

Reads an instance of EffectiveRouteMapRouteListInner from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<EffectiveRouteMapRoute> value()

Get the value property: The list of Effective RouteMap Routes configured on the connection resource.

EffectiveRouteMapRouteListInner withValue(List<EffectiveRouteMapRoute> value)

Set the value property: The list of Effective RouteMap Routes configured on the connection resource.

Methods inherited from java.lang.Object

Constructor Details

EffectiveRouteMapRouteListInner

public EffectiveRouteMapRouteListInner()

Creates an instance of EffectiveRouteMapRouteListInner class.

Method Details

fromJson

public static EffectiveRouteMapRouteListInner fromJson(JsonReader jsonReader)

Reads an instance of EffectiveRouteMapRouteListInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: The list of Effective RouteMap Routes configured on the connection resource.

Returns:

the value value.

withValue

public EffectiveRouteMapRouteListInner withValue(List value)

Set the value property: The list of Effective RouteMap Routes configured on the connection resource.

Parameters:

value - the value value to set.

Returns:

the EffectiveRouteMapRouteListInner object itself.

Applies to