VirtualHubEffectiveRouteListInner Class

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

Implements

public final class VirtualHubEffectiveRouteListInner
implements JsonSerializable<VirtualHubEffectiveRouteListInner>

EffectiveRoutes List.

Method Summary

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

Reads an instance of VirtualHubEffectiveRouteListInner from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<VirtualHubEffectiveRoute> value()

Get the value property: The list of effective routes configured on the virtual hub or the specified resource.

Methods inherited from java.lang.Object

Method Details

fromJson

public static VirtualHubEffectiveRouteListInner fromJson(JsonReader jsonReader)

Reads an instance of VirtualHubEffectiveRouteListInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<VirtualHubEffectiveRoute> value()

Get the value property: The list of effective routes configured on the virtual hub or the specified resource.

Returns:

the value value.

Applies to