ExpressRoutePortsLocationBandwidths Class

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

Implements

public final class ExpressRoutePortsLocationBandwidths
implements JsonSerializable<ExpressRoutePortsLocationBandwidths>

ExpressRoutePorts Location Bandwidths Real-time inventory of available ExpressRoute port bandwidths.

Constructor Summary

Constructor Description
ExpressRoutePortsLocationBandwidths()

Creates an instance of ExpressRoutePortsLocationBandwidths class.

Method Summary

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

Reads an instance of ExpressRoutePortsLocationBandwidths from the JsonReader.

String offerName()

Get the offerName property: Bandwidth descriptive name.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Integer valueInGbps()

Get the valueInGbps property: Bandwidth value in Gbps.

Methods inherited from java.lang.Object

Constructor Details

ExpressRoutePortsLocationBandwidths

public ExpressRoutePortsLocationBandwidths()

Creates an instance of ExpressRoutePortsLocationBandwidths class.

Method Details

fromJson

public static ExpressRoutePortsLocationBandwidths fromJson(JsonReader jsonReader)

Reads an instance of ExpressRoutePortsLocationBandwidths from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

offerName

public String offerName()

Get the offerName property: Bandwidth descriptive name.

Returns:

the offerName value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

valueInGbps

public Integer valueInGbps()

Get the valueInGbps property: Bandwidth value in Gbps.

Returns:

the valueInGbps value.

Applies to