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.
- : String!
- # Required. Updated throttle configuration.
- : ReplicationTargetThrottleUpdateInput!
- # Required. Cluster UUID assigned to the replication target. The replication
- # target should be configured using Private Net.
- : String!
- }