OBJECT

ReplicationNetworkThrottleBypassReply

Description

Supported in v6.0+

link GraphQL Schema definition

  • type ReplicationNetworkThrottleBypassReply {
  • # Required. Cluster UUID of the replication target.
  • id: String!
  • # 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!
  • # Required. Name of the replication target cluster.
  • clusterName: String!
  • }

link Require by