v1.16.1
This commit is contained in:
dayterr
2026-08-28 16:36:41 +03:00
parent eb195dd992
commit b3fccfb000
131 changed files with 3204 additions and 478 deletions

View File

@@ -22,6 +22,10 @@ type CreateDiskBackupRequest struct {
// Backup path
// Required: true
BackupPath string `url:"backupPath" json:"backupPath" validate:"required"`
// Backup speed in Mb/s. 0 means no limits. Applicable only for STARTED computes
// Required: false
Speed uint64 `url:"speed,omitempty" json:"speed,omitempty"`
}
type wrapperCreateDiskBackupRequest struct {