Bandwidth Schedule Args
data class BandwidthScheduleArgs(val days: Output<List<DayOfWeek>>, val rateInMbps: Output<Int>, val start: Output<TimeArgs>, val stop: Output<TimeArgs>) : ConvertibleToJava<BandwidthScheduleArgs>
The schedule for bandwidth setting.