Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BandwidthSchedule

Package version

interface

An interface representing BandwidthSchedule. The schedule for bandwidth setting.

Hierarchy

  • BandwidthSchedule

Index

Properties

Properties

days

days: DayOfWeek[]
member

{DayOfWeek[]} days The days of the week when this schedule is applicable.

rateInMbps

rateInMbps: number
member

{number} rateInMbps The rate in Mbps.

start

start: Time
member

{Time} start The start time of the schdule.

stop

stop: Time
member

{Time} stop The stop time of the schedule.

Generated using TypeDoc