ExpressRoutePortsLocationBandwidths Class

  • java.lang.Object
    • com.microsoft.azure.management.network.ExpressRoutePortsLocationBandwidths

public class ExpressRoutePortsLocationBandwidths

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

Constructor Summary

Constructor Description
ExpressRoutePortsLocationBandwidths()

Method Summary

Modifier and Type Method and Description
java.lang.String offerName()

Get bandwidth descriptive name.

java.lang.Integer valueInGbps()

Get bandwidth value in Gbps.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

ExpressRoutePortsLocationBandwidths

public ExpressRoutePortsLocationBandwidths()

Method Details

offerName

public String offerName()

Get bandwidth descriptive name.

Returns:

the offerName value

valueInGbps

public Integer valueInGbps()

Get bandwidth value in Gbps.

Returns:

the valueInGbps value

Applies to