UploadLimitWeeklyRecurrence interface

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.

Extends

Inherited Properties

days

The set of days of week for the schedule recurrence. A day must not be specified more than once in a recurrence.

endTime

The end time of the schedule recurrence. Full hour and 30-minute intervals are supported.

limitInMbps

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.

startTime

The start time of the schedule recurrence. Full hour and 30-minute intervals are supported.

Inherited Property Details

days

The set of days of week for the schedule recurrence. A day must not be specified more than once in a recurrence.

days: DayOfWeek[]

Property Value

Inherited From WeeklyRecurrence.days

endTime

The end time of the schedule recurrence. Full hour and 30-minute intervals are supported.

endTime: Time

Property Value

Inherited From WeeklyRecurrence.endTime

limitInMbps

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.

limitInMbps: number

Property Value

number

Inherited From UploadLimit.limitInMbps

startTime

The start time of the schedule recurrence. Full hour and 30-minute intervals are supported.

startTime: Time

Property Value

Inherited From WeeklyRecurrence.startTime