UploadLimitScheduleArgs

data class UploadLimitScheduleArgs(val weeklyRecurrences: Output<List<UploadLimitWeeklyRecurrenceArgs>>? = null) : ConvertibleToJava<UploadLimitScheduleArgs>

The WAN-link upload limit schedule. Overlapping recurrences are not allowed.

Constructors

Link copied to clipboard
constructor(weeklyRecurrences: Output<List<UploadLimitWeeklyRecurrenceArgs>>? = null)

Properties

Link copied to clipboard

The set of weekly repeating recurrences of the WAN-link upload limit schedule.

Functions

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