BandwidthSchedule Class

Definition

The schedule for bandwidth setting.

public class BandwidthSchedule
type BandwidthSchedule = class
Public Class BandwidthSchedule
Inheritance
BandwidthSchedule

Constructors

BandwidthSchedule()

Initializes a new instance of the BandwidthSchedule class.

BandwidthSchedule(Time, Time, Int32, IList<Nullable<DayOfWeek>>)

Initializes a new instance of the BandwidthSchedule class.

Properties

Days

Gets or sets the days of the week when this schedule is applicable.

RateInMbps

Gets or sets the rate in Mbps.

Start

Gets or sets the start time of the schdule.

Stop

Gets or sets the stop time of the schedule.

Methods

Validate()

Validate the object.

Applies to