OBJECT
WAN throttle settings for Cloud Direct site.
type WanThrottleSettings {# Download limit in bytes per second.downLimit: Long! # Whether WAN throttling is enabled.enabled: Boolean! # Upload limit in bytes per second.upLimit: Long! }