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.
- : [String!]
- # The network throttle limits to set for the hosts.
- : HostRbsNetworkLimitsInput
- }