Upload Limit Weekly Recurrence Args
data class UploadLimitWeeklyRecurrenceArgs(val days: Output<List<DayOfWeek>>, val endTime: Output<TimeArgs>, val limitInMbps: Output<Int>, val startTime: Output<TimeArgs>) : ConvertibleToJava<UploadLimitWeeklyRecurrenceArgs>
The weekly recurrence of the WAN-link upload limit schedule. The start time must be earlier in the day than the end time. The recurrence must not span across multiple days.
Constructors
Properties
Link copied to clipboard
The WAN-link upload bandwidth (maximum data transfer rate) in megabits per second. Value of 0 indicates no throughput is allowed and any running migration job is effectively paused for the duration of this recurrence. Only data plane operations are governed by this limit. Control plane operations ensure seamless functionality. The agent may exceed this limit with control messages, if necessary.