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