OBJECT

ReplicationTargetThrottleBypassSummary

Description

Replication Network Throttle Bypass Summary List Response.

link GraphQL Schema definition

  • type ReplicationTargetThrottleBypassSummary {
  • # Cluster Uuid of the target Rubrik cluster.
  • id: String!
  • # 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!
  • # Cluster name of the target Rubrik cluster.
  • clusterName: String!
  • }