OBJECT
BackupThrottleSetting
Description
Backup throttle settings.
link GraphQL Schema definition
- type BackupThrottleSetting {
- # Details of a cluster.
- : Cluster!
- # Backup throttle is enabled when it's true.
- : Boolean!
- # Backup throttle settings related to VMware.
- : VmwareThrottlingSettings
- }