OBJECT
NetworkThrottleScheduleSummary
Description
Supported in v5.0+
link GraphQL Schema definition
- type NetworkThrottleScheduleSummary {
- # Required. Supported in v5.0+
- # Array of int32 values that represent the days of the week on which to apply a
- # scheduled network throttle. The days of the week are represented from 1-7 with
- # Sunday as 1.
- Int!]! : [
- # Required. Supported in v5.0+
- # An int64 value that represents the end time for a scheduled network throttle.
- # The end time should be an hour of the day in minutes. For example, 0, 12*60 and
- # 24*60 are valid values.
- Long! :
- # Required. Supported in v5.0+
- # An int64 value that represents the start time for a scheduled network throttle.
- # The start time should be an hour of the day in minutes. For example, 0, 12*60
- # and 24*60 are valid values.
- Long! :
- # Required. Supported in v5.0+
- # Network bandwidth throttle limit for a resource, in Mbps. The throttle limit is
- # precise to two decimal places.
- Float! :
- }