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.
  • clusterUuid: String!
  • # Required. ID assigned to a network throttle object.
  • id: String!
  • # Required. Configuration changes to apply to a specified network throttle object.
  • # Unspecified values are left unchanged.
  • throttleUpdate: NetworkThrottleUpdateInput!
  • }

link Require by