BandwidthSchedule Class

Definition

This class represent the individual bandwidth schedule within a bandwidth policy

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

Constructors

BandwidthSchedule()

Initializes a new instance of the BandwidthSchedule class.

Properties

Days

Required. Gets or sets the Days of week for which given schedule should be applied.

Rate

Required. Gets or sets the bandwidth rate in b/sec for the given schedule.

Start

Required. Gets or sets the start time from which the given schedule should be applied.

Stop

Required. Gets or sets the stop time till which the given schedule should be applied.

Applies to