ExpressRouteGatewayListInner Class

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

Implements

public final class ExpressRouteGatewayListInner
implements JsonSerializable<ExpressRouteGatewayListInner>

List of ExpressRoute gateways.

Constructor Summary

Constructor Description
ExpressRouteGatewayListInner()

Creates an instance of ExpressRouteGatewayListInner class.

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.

ExpressRouteGatewayListInner withValue(List<ExpressRouteGatewayInner> value)

Set the value property: List of ExpressRoute gateways.

Methods inherited from java.lang.Object

Constructor Details

ExpressRouteGatewayListInner

public ExpressRouteGatewayListInner()

Creates an instance of ExpressRouteGatewayListInner class.

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 value()

Get the value property: List of ExpressRoute gateways.

Returns:

the value value.

withValue

public ExpressRouteGatewayListInner withValue(List value)

Set the value property: List of ExpressRoute gateways.

Parameters:

value - the value value to set.

Returns:

the ExpressRouteGatewayListInner object itself.

Applies to