ExpressRoutePortsLocationBandwidths Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. ExpressRoutePortsLocationBandwidths
- com.
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 Express |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Express |
fromJson(JsonReader jsonReader)
Reads an instance of Express |
String |
offerName()
Get the offer |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Integer |
valueInGbps()
Get the value |
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:
Returns:
Throws:
offerName
public String offerName()
Get the offerName property: Bandwidth descriptive name.
Returns:
toJson
validate
public void validate()
Validates the instance.
valueInGbps
public Integer valueInGbps()
Get the valueInGbps property: Bandwidth value in Gbps.
Returns:
Applies to
Azure SDK for Java