INPUT_OBJECT

SetHostRbsNetworkLimitInput

Description

Request to set RBS network throttle limits for hosts.

link GraphQL Schema definition

  • input SetHostRbsNetworkLimitInput {
  • # List of host IDs to set RBS network throttle limits for.
  • hostIds: [String!]
  • # The network throttle limits to set for the hosts.
  • networkThrottleLimits: HostRbsNetworkLimitsInput
  • }

link Require by