Class ExpressRouteServiceProviderBandwidthsOffered
- java.lang.Object
-
- com.microsoft.azure.management.network.ExpressRouteServiceProviderBandwidthsOffered
-
public class ExpressRouteServiceProviderBandwidthsOffered extends Object
Contains bandwidths offered in ExpressRouteServiceProvider resources.
-
-
Constructor Summary
Constructors Constructor Description ExpressRouteServiceProviderBandwidthsOffered()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringofferName()Get the offerName value.IntegervalueInMbps()Get the valueInMbps value.ExpressRouteServiceProviderBandwidthsOfferedwithOfferName(String offerName)Set the offerName value.ExpressRouteServiceProviderBandwidthsOfferedwithValueInMbps(Integer valueInMbps)Set the valueInMbps value.
-
-
-
Method Detail
-
offerName
public String offerName()
Get the offerName value.- Returns:
- the offerName value
-
withOfferName
public ExpressRouteServiceProviderBandwidthsOffered withOfferName(String offerName)
Set the offerName value.- Parameters:
offerName- the offerName value to set- Returns:
- the ExpressRouteServiceProviderBandwidthsOffered object itself.
-
valueInMbps
public Integer valueInMbps()
Get the valueInMbps value.- Returns:
- the valueInMbps value
-
withValueInMbps
public ExpressRouteServiceProviderBandwidthsOffered withValueInMbps(Integer valueInMbps)
Set the valueInMbps value.- Parameters:
valueInMbps- the valueInMbps value to set- Returns:
- the ExpressRouteServiceProviderBandwidthsOffered object itself.
-
-