v1.16.1
v1.16.1
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user