INPUT_OBJECT

ReplicationTargetThrottleUpdateInput

Description

Supported in v6.0+

link GraphQL Schema definition

  • input ReplicationTargetThrottleUpdateInput {
  • # Required. Supported in v6.0+
  • # If true, the replication throttle is bypassed. An active replication network
  • # throttle does not limit outgoing traffic to the replication target. If false,
  • # outgoing traffic is limited by an active replication network throttle.
  • shouldBypassReplicationThrottle: Boolean!
  • }