EffectiveRouteMapRouteListInner Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. EffectiveRouteMapRouteListInner
- com.
Implements
public final class EffectiveRouteMapRouteListInner
implements JsonSerializable<EffectiveRouteMapRouteListInner>
EffectiveRouteMapRoute List.
Constructor Summary
Constructor | Description |
---|---|
EffectiveRouteMapRouteListInner() |
Creates an instance of Effective |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Effective |
fromJson(JsonReader jsonReader)
Reads an instance of Effective |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
List<Effective |
value()
Get the value property: The list of Effective Route |
Effective |
withValue(List<EffectiveRouteMapRoute> value)
Set the value property: The list of Effective Route |
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:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
value
public List
Get the value property: The list of Effective RouteMap Routes configured on the connection resource.
Returns:
withValue
public EffectiveRouteMapRouteListInner withValue(List
Set the value property: The list of Effective RouteMap Routes configured on the connection resource.
Parameters:
Returns:
Applies to
Azure SDK for Java