You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/includes/cloudstack/_volumes.md
+68Lines changed: 68 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -234,3 +234,71 @@ Optional |
234
234
------ | -----------
235
235
`name`<br/>*string* | A***unique name*** to be given to the newly created**snapshot**. If this parameter is not provided then by default the concatenation of the*instance name*,*volume name* and the*current timestamp* is used. <br/><br/>*Eg:*<br/> *[instance.name]\_[volume.name]\_[timestamp]*<br/> ***i-root-6E7_RapidVol_20190117153537***
236
236
`rapid`<br/>*boolean* | Indicates the***location*** as to where the snapshot is supposed to be made. <br/><br/>Setting this to**true** will ensure that the snapshot is created in the same primary storage as where the volume is. If**false**, then the snapshot is created in a secondary storage. <br/><br/>*Note: Rapid snapshots enable much faster volume and template creation than from regular snapshots, but at a higher expense. Not all volumes support the***rapid***snapshot option.*