This commit is contained in:
2024-11-12 12:51:21 +03:00
parent f1e0f7abb6
commit 80491ed643
226 changed files with 3033 additions and 2633 deletions

View File

@@ -26,9 +26,10 @@ type CloneRequest struct {
// Required: false
SnapshotName string `url:"snapshotName" json:"snapshotName"`
// Reason to clone
// true ignore that the compute is running
// Default: false
// Required: false
Reason string `url:"reason,omitempty" json:"reason,omitempty"`
Force bool `url:"force" json:"force"`
}
// Clone clones compute instance