BandwidthSchedule.DefinitionStages.WithRateInMbps Interface

public static interface BandwidthSchedule.DefinitionStages.WithRateInMbps

The stage of the BandwidthSchedule definition allowing to specify rateInMbps.

Method Summary

Modifier and Type Method and Description
abstract WithDays withRateInMbps(int rateInMbps)

Specifies the rateInMbps property: The bandwidth rate in Mbps..

Method Details

withRateInMbps

public abstract BandwidthSchedule.DefinitionStages.WithDays withRateInMbps(int rateInMbps)

Specifies the rateInMbps property: The bandwidth rate in Mbps..

Parameters:

rateInMbps - The bandwidth rate in Mbps.

Returns:

the next definition stage.

Applies to