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/_templates.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,10 +54,10 @@ Attributes |
54
54
`description`<br/>*string* | The description of the template
55
55
`defaultUsername`<br/>*string* | The default username of the template
56
56
`size`<br/>*long* | The size of the template in bytes
57
-
`availablePublicly`<br/>*boolean* | true if public to everyone. Your custom templates will always be private
58
-
`ready`<br/>*boolean* | true if the template is ready to be used for a new [instance](#cloudstack-instances)
59
-
`dynamicallyScalable`<br/>*boolean* | true if you can dynamically scale an [instance](#cloudstack-instances) with this template
60
-
`extractable`<br/>*boolean* | true if the template allows download from a generated URL
57
+
`availablePublicly`<br/>*boolean* | **true** if public to everyone. Your custom templates will always be private
58
+
`ready`<br/>*boolean* | **true** if the template is ready to be used for a new [instance](#cloudstack-instances)
59
+
`dynamicallyScalable`<br/>*boolean* | **true** if you can dynamically scale an [instance](#cloudstack-instances) with this template
60
+
`extractable`<br/>*boolean* | **true** if you want the template to be downloadable from a generated URL
61
61
`created`<br/>*string* | The creation date of the template
62
62
`osTypeId`<br/>*UUID* | Id of the OS type
63
63
`osTypeName`<br/>*string* | The OS type of the template (e.g. Ubuntu, CentOS...)
@@ -120,10 +120,10 @@ Attributes |
120
120
`description`<br/>*string* | The description of the template
121
121
`defaultUsername`<br/>*string* | The default username of the template
122
122
`size`<br/>*long* | The size of the template in bytes
123
-
`availablePublicly`<br/>*boolean* | true if public to everyone. Your custom templates will always be private
124
-
`ready`<br/>*boolean* | true if the template is ready to be used for a new [instance](#cloudstack-instances)
125
-
`dynamicallyScalable`<br/>*boolean* | true if you can dynamically scale an [instance](#cloudstack-instances) with this template
126
-
`extractable`<br/>*boolean* | true if the template allows download from a generated URL
123
+
`availablePublicly`<br/>*boolean* | **true** if public to everyone. Your custom templates will always be private
124
+
`ready`<br/>*boolean* | **true** if the template is ready to be used for a new [instance](#cloudstack-instances)
125
+
`dynamicallyScalable`<br/>*boolean* | **true** if you can dynamically scale an [instance](#cloudstack-instances) with this template
126
+
`extractable`<br/>*boolean* | **true** if you want the template to be downloadable from a generated URL
127
127
`created`<br/>*string* | The creation date of the template
128
128
`osTypeId`<br/>*UUID* | Id of the OS type
129
129
`osTypeName`<br/>*string* | The OS type of the template (e.g. Ubuntu, CentOS...)
@@ -169,7 +169,7 @@ Required |
169
169
-------- | ------
170
170
`name`<br/>*string* | The name of the template
171
171
`description`<br/>*string* | The description of the template
172
-
`url`<br/>*string* | The URL where the teplate is hosted. N.B. only `http`protocol is supported
172
+
`url`<br/>*string* | The URL where the template is hosted. Both `http`and `https` URLs are supported
173
173
`zoneId`<br/>*UUID* | The zone where it will be available. If there is only 1 zone, the field is optional
174
174
`hypervisor`<br>*string* | The name of the hypervisor
175
175
`format`<br>*string* | The template format for the chosen hypervisor
@@ -180,9 +180,9 @@ Optional |
180
180
-------- | ------
181
181
`defaultUsername`<br/>*string* | The default username of the template
182
182
`size`<br/>*long* | The size of the template in bytes
183
-
`availablePublicly`<br/>*boolean* | true if public to everyone. Your custom templates will always be private
184
-
`dynamicallyScalable`<br/>*boolean* | true if you can dynamically scale an [instance](#cloudstack-instances) with this template
185
-
`extractable`<br/>*boolean* | true if the template allows download from a generated URL
183
+
`availablePublicly`<br/>*boolean* | **true** if public to everyone. Your custom templates will always be private
184
+
`dynamicallyScalable`<br/>*boolean* | **true** if you can dynamically scale an [instance](#cloudstack-instances) with this template
185
+
`extractable`<br/>*boolean* | **true** if you want the template to be downloadable from a generated URL
186
186
`nicAdapter`<br>*string* | `VMWare only` The network interface controller name. Empty if not selected.<br>*Values*: e1000, pcnet32, vmxnet2 or vmxnet3
187
187
`rootDiskController`<br>*string* | `VMWare only` The root disk controller name. Empty if not selected.<br>*Values*: ide, scsi for CloudStack version up to 4.4.<br>*Values*: ide, scsi, osdefault, pvscsi, lsilogic, lsisas1068, buslogic for CloudStack version 4.5 and up
188
188
`keyboard`<br>*string* | `VMWare only` The keyboard type name. Empty if not selected.<br>*Values*: us, uk, jp, sc
@@ -221,17 +221,17 @@ Optional |
221
221
-------- | ------
222
222
`name`<br/>*string* | The name of the template
223
223
`description`<br/>*string* | The description of the template
224
-
`url`<br/>*string* | The URL where the teplate is hosted. N.B. only `http`protocol is supported
224
+
`url`<br/>*string* | The URL where the template is hosted. Both `http`and `https` URLs are supported
225
225
`zoneId`<br/>*UUID* | The zone where it will be available. If there is only 1 zone, the field is optional
226
226
`hypervisor`<br>*string* | The name of the hypervisor
227
227
`format`<br>*string* | The template format for the chosen hypervisor
228
228
`osTypeId`<br/>*UUID* | Id of the OS type
229
229
`osTypeName`<br/>*string* | The OS type of the template (e.g. Ubuntu, CentOS...)
230
230
`defaultUsername`<br/>*string* | The default username of the template
231
231
`size`<br/>*long* | The size of the template in bytes
232
-
`availablePublicly`<br/>*boolean* | true if public to everyone. Your custom templates will always be private
233
-
`dynamicallyScalable`<br/>*boolean* | true if you can dynamically scale an [instance](#cloudstack-instances) with this template
234
-
`extractable`<br/>*boolean* | true if the template allows download from a generated URL
232
+
`availablePublicly`<br/>*boolean* | **true** if public to everyone. Your custom templates will always be private
233
+
`dynamicallyScalable`<br/>*boolean* | **true** if you can dynamically scale an [instance](#cloudstack-instances) with this template
234
+
`extractable`<br/>*boolean* | **true** if you want the template to be downloadable from a generated URL
235
235
`nicAdapter`<br>*string* | `VMWare only` The network interface controller name. Empty if not selected.<br>*Values*: e1000, pcnet32, vmxnet2 or vmxnet3
236
236
`rootDiskController`<br>*string* | `VMWare only` The root disk controller name. Empty if not selected.<br>*Values*: ide, scsi for CloudStack version up to 4.4.<br>*Values*: ide, scsi, osdefault, pvscsi, lsilogic, lsisas1068, buslogic for CloudStack version 4.5 and up
237
237
`keyboard`<br>*string* | `VMWare only` The keyboard type name. Empty if not selected.<br>*Values*: us, uk, jp, sc
0 commit comments