Class ExpressRoutePortsLocationBandwidths
java.lang.Object
com.azure.resourcemanager.network.models.ExpressRoutePortsLocationBandwidths
ExpressRoutePorts Location Bandwidths
Real-time inventory of available ExpressRoute port bandwidths.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ExpressRoutePortsLocationBandwidths class. -
Method Summary
Modifier and TypeMethodDescriptionGet the offerName property: Bandwidth descriptive name.voidvalidate()Validates the instance.Get the valueInGbps property: Bandwidth value in Gbps.
-
Constructor Details
-
ExpressRoutePortsLocationBandwidths
public ExpressRoutePortsLocationBandwidths()Creates an instance of ExpressRoutePortsLocationBandwidths class.
-
-
Method Details
-
offerName
Get the offerName property: Bandwidth descriptive name.- Returns:
- the offerName value.
-
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.
-