INPUT_OBJECT

HostRbsNetworkLimitsInput

Description

Network throttle limits for a host's Rubrik Backup Service.

link GraphQL Schema definition

  • input HostRbsNetworkLimitsInput {
  • # The percentage of available bandwidth that RBS is allowed to use.
  • throttlePercent: Int
  • # The value of available bandwidth that RBS is allowed to use.
  • throttleValue: Long
  • }