OBJECT
ReplicationNetworkThrottleBypassReply
Description
Supported in v6.0+
link GraphQL Schema definition
- type ReplicationNetworkThrottleBypassReply {
- # Required. Name of the replication target cluster.
- : String!
- # Required. Cluster UUID of the replication target.
- : 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.
- : Boolean!
- }