OBJECT

CloudDirectSetWanThrottleSettingsReply

Description

Response of the CloudDirectSetWanThrottleSettings request.

link GraphQL Schema definition

  • type CloudDirectSetWanThrottleSettingsReply {
  • # Download Limit in Bytes Per Second.
  • downLimitInBytes: Long!
  • # Whether the WAN Throttling is enabled.
  • enabled: Boolean!
  • # Upload Limit in Bytes Per Second.
  • upLimitInBytes: Long!
  • }

link Require by