ExpressRouteCircuitRoutesTable Class

  • java.lang.Object
    • com.azure.resourcemanager.network.models.ExpressRouteCircuitRoutesTable

Implements

public final class ExpressRouteCircuitRoutesTable
implements JsonSerializable<ExpressRouteCircuitRoutesTable>

The routes table associated with the ExpressRouteCircuit.

Method Summary

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

Reads an instance of ExpressRouteCircuitRoutesTable from the JsonReader.

String locPrf()

Get the locPrf property: Local preference value as set with the set local-preference route-map configuration command.

String network()

Get the network property: IP address of a network entity.

String nextHop()

Get the nextHop property: NextHop address.

String path()

Get the path property: Autonomous system paths to the destination network.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Integer weight()

Get the weight property: Route Weight.

Methods inherited from java.lang.Object

Method Details

fromJson

public static ExpressRouteCircuitRoutesTable fromJson(JsonReader jsonReader)

Reads an instance of ExpressRouteCircuitRoutesTable from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

locPrf

public String locPrf()

Get the locPrf property: Local preference value as set with the set local-preference route-map configuration command.

Returns:

the locPrf value.

network

public String network()

Get the network property: IP address of a network entity.

Returns:

the network value.

nextHop

public String nextHop()

Get the nextHop property: NextHop address.

Returns:

the nextHop value.

path

public String path()

Get the path property: Autonomous system paths to the destination network.

Returns:

the path value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

weight

public Integer weight()

Get the weight property: Route Weight.

Returns:

the weight value.

Applies to