INPUT_OBJECT
UpdateNetworkThrottleInput
Description
Input to update network throttle.
link GraphQL Schema definition
- input UpdateNetworkThrottleInput {
- # Required. UUID used to identify the cluster the request goes to.
- String! :
- # Required. ID assigned to a network throttle object.
- String! :
- # Required. Configuration changes to apply to a specified network throttle object.
- # Unspecified values are left unchanged.
- NetworkThrottleUpdateInput! :
- }