ExpressRouteGatewayListInner Class

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

Implements

public final class ExpressRouteGatewayListInner
implements JsonSerializable<ExpressRouteGatewayListInner>

List of ExpressRoute gateways.

Method Summary

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

Reads an instance of ExpressRouteGatewayListInner from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<ExpressRouteGatewayInner> value()

Get the value property: List of ExpressRoute gateways.

Methods inherited from java.lang.Object

Method Details

fromJson

public static ExpressRouteGatewayListInner fromJson(JsonReader jsonReader)

Reads an instance of ExpressRouteGatewayListInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<ExpressRouteGatewayInner> value()

Get the value property: List of ExpressRoute gateways.

Returns:

the value value.

Applies to