VirtualHubEffectiveRouteListInner Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. VirtualHubEffectiveRouteListInner
- com.
Implements
public final class VirtualHubEffectiveRouteListInner
implements JsonSerializable<VirtualHubEffectiveRouteListInner>
EffectiveRoutes List.
Constructor Summary
Constructor | Description |
---|---|
VirtualHubEffectiveRouteListInner() |
Creates an instance of Virtual |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Virtual |
fromJson(JsonReader jsonReader)
Reads an instance of Virtual |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
List<Virtual |
value()
Get the value property: The list of effective routes configured on the virtual hub or the specified resource. |
Virtual |
withValue(List<VirtualHubEffectiveRoute> value)
Set the value property: The list of effective routes configured on the virtual hub or the specified resource. |
Methods inherited from java.lang.Object
Constructor Details
VirtualHubEffectiveRouteListInner
public VirtualHubEffectiveRouteListInner()
Creates an instance of VirtualHubEffectiveRouteListInner class.
Method Details
fromJson
public static VirtualHubEffectiveRouteListInner fromJson(JsonReader jsonReader)
Reads an instance of VirtualHubEffectiveRouteListInner 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 routes configured on the virtual hub or the specified resource.
Returns:
withValue
public VirtualHubEffectiveRouteListInner withValue(List
Set the value property: The list of effective routes configured on the virtual hub or the specified resource.
Parameters:
Returns:
Applies to
Azure SDK for Java