Skip to content

Commit d4a06b7

Browse files
committed
Code review changes: typos + description changes
1 parent 8679de5 commit d4a06b7

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

source/includes/cloudstack/_templates.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ Attributes |  
5454
`description`<br/>*string* | The description of the template
5555
`defaultUsername`<br/>*string* | The default username of the template
5656
`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
6161
`created`<br/>*string* | The creation date of the template
6262
`osTypeId`<br/>*UUID* | Id of the OS type
6363
`osTypeName`<br/>*string* | The OS type of the template (e.g. Ubuntu, CentOS...)
@@ -120,10 +120,10 @@ Attributes | &nbsp;
120120
`description`<br/>*string* | The description of the template
121121
`defaultUsername`<br/>*string* | The default username of the template
122122
`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
127127
`created`<br/>*string* | The creation date of the template
128128
`osTypeId`<br/>*UUID* | Id of the OS type
129129
`osTypeName`<br/>*string* | The OS type of the template (e.g. Ubuntu, CentOS...)
@@ -169,7 +169,7 @@ Required | &nbsp;
169169
-------- | ------
170170
`name`<br/>*string* | The name of the template
171171
`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
173173
`zoneId`<br/>*UUID* | The zone where it will be available. If there is only 1 zone, the field is optional
174174
`hypervisor`<br>*string* | The name of the hypervisor
175175
`format`<br>*string* | The template format for the chosen hypervisor
@@ -180,9 +180,9 @@ Optional | &nbsp;
180180
-------- | ------
181181
`defaultUsername`<br/>*string* | The default username of the template
182182
`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
186186
`nicAdapter`<br>*string* | `VMWare only` The network interface controller name. Empty if not selected.<br>*Values*: e1000, pcnet32, vmxnet2 or vmxnet3
187187
`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
188188
`keyboard`<br>*string* | `VMWare only` The keyboard type name. Empty if not selected.<br>*Values*: us, uk, jp, sc
@@ -221,17 +221,17 @@ Optional | &nbsp;
221221
-------- | ------
222222
`name`<br/>*string* | The name of the template
223223
`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
225225
`zoneId`<br/>*UUID* | The zone where it will be available. If there is only 1 zone, the field is optional
226226
`hypervisor`<br>*string* | The name of the hypervisor
227227
`format`<br>*string* | The template format for the chosen hypervisor
228228
`osTypeId`<br/>*UUID* | Id of the OS type
229229
`osTypeName`<br/>*string* | The OS type of the template (e.g. Ubuntu, CentOS...)
230230
`defaultUsername`<br/>*string* | The default username of the template
231231
`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
235235
`nicAdapter`<br>*string* | `VMWare only` The network interface controller name. Empty if not selected.<br>*Values*: e1000, pcnet32, vmxnet2 or vmxnet3
236236
`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
237237
`keyboard`<br>*string* | `VMWare only` The keyboard type name. Empty if not selected.<br>*Values*: us, uk, jp, sc

0 commit comments

Comments
 (0)