OBJECT

WanThrottleSettings

Description

WAN throttle settings for Cloud Direct site.

link GraphQL Schema definition

  • 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!
  • }