OBJECT
Network throttle information.
type NetworkThrottle {# Active network throttle limit.currentThrottleLimit: Float! # Default network throttle limit.defaultThrottleLimit: Float! # Status of network throttle enablement.isEnabled: Boolean! # Network interface name.networkInterface: String! # Summary of scheduled throttles.scheduledThrottles: [NetworkThrottleSchedule!]! }