OBJECT

NetworkThrottleSchedule

Description

Summary of scheduled throttle.

link GraphQL Schema definition

  • type NetworkThrottleSchedule {
  • # Network bandwidth throttle limit for a resource, in Mbps.
  • throttleLimit: Float!
  • # Days of the week on which to apply a scheduled network throttle.
  • daysOfWeek: [DayOfWeek!]!
  • # Denotes the start time. The start time should be an hour of the day.
  • startHour: Int!
  • # Denotes the end time. The end time should be an hour of the day.
  • endHour: Int!
  • }