INPUT_OBJECT

UpdateReplicationNetworkThrottleBypassInput

Description

Input for network throttle bypass update request.

link GraphQL Schema definition

  • input UpdateReplicationNetworkThrottleBypassInput {
  • # Required. UUID used to identify the cluster the request goes to.
  • clusterUuid: String!
  • # Required. Updated throttle configuration.
  • config: ReplicationTargetThrottleUpdateInput!
  • # Required. Cluster UUID assigned to the replication target. The replication
  • # target should be configured using Private Net.
  • id: String!
  • }

link Require by