OBJECT
NetworkThrottleSchedule
Description
Summary of scheduled throttle.
link GraphQL Schema definition
- type NetworkThrottleSchedule {
- # Days of the week on which to apply a scheduled network throttle.
- : [DayOfWeek!]!
- # Denotes the end time. The end time should be an hour of the day.
- : Int!
- # Denotes the start time. The start time should be an hour of the day.
- : Int!
- # Network bandwidth throttle limit for a resource, in Mbps.
- : Float!
- }