Class ExpressRoutePortsLocationBandwidths
- java.lang.Object
-
- com.azure.resourcemanager.network.models.ExpressRoutePortsLocationBandwidths
-
public final class ExpressRoutePortsLocationBandwidths extends Object
ExpressRoutePorts Location Bandwidths Real-time inventory of available ExpressRoute port bandwidths.
-
-
Constructor Summary
Constructors Constructor Description ExpressRoutePortsLocationBandwidths()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringofferName()Get the offerName property: Bandwidth descriptive name.voidvalidate()Validates the instance.IntegervalueInGbps()Get the valueInGbps property: Bandwidth value in Gbps.
-
-
-
Method Detail
-
offerName
public String offerName()
Get the offerName property: Bandwidth descriptive name.- Returns:
- the offerName value.
-
valueInGbps
public Integer valueInGbps()
Get the valueInGbps property: Bandwidth value in Gbps.- Returns:
- the valueInGbps value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-