BandwidthScheduleArgs

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.

Constructors

Link copied to clipboard
constructor(days: Output<List<DayOfWeek>>, rateInMbps: Output<Int>, start: Output<TimeArgs>, stop: Output<TimeArgs>)

Properties

Link copied to clipboard
val days: Output<List<DayOfWeek>>

The days of the week when this schedule is applicable.

Link copied to clipboard
val rateInMbps: Output<Int>

The rate in Mbps.

Link copied to clipboard
val start: Output<TimeArgs>

The start time of the schedule.

Link copied to clipboard
val stop: Output<TimeArgs>

The stop time of the schedule.

Functions

Link copied to clipboard
open override fun toJava(): BandwidthScheduleArgs