Skip to content

Commit 84241e7

Browse files
pascalinthecloudclaude
authored andcommitted
docs(storage): regenerate web docs for storage policy field
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: Pascal T. <pascal@toepke.dev>
1 parent 8fb63ef commit 84241e7

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.web-docs/components/builder/vsphere-clone/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,10 @@ JSON Example:
233233
- `disk_controller_index` (int) - The assigned disk controller for the disk.
234234
Defaults to the first controller, `(0)`.
235235

236+
- `storage_policy` (string) - The name of the storage policy to apply to the disk. The storage policy
237+
must already exist on the vCenter Server. If not specified, the default
238+
storage policy of the target datastore is used.
239+
236240
<!-- End of code generated from the comments of the DiskConfig struct in builder/vsphere/common/storage_config.go; -->
237241

238242

.web-docs/components/builder/vsphere-iso/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -877,6 +877,10 @@ JSON Example:
877877
- `disk_controller_index` (int) - The assigned disk controller for the disk.
878878
Defaults to the first controller, `(0)`.
879879

880+
- `storage_policy` (string) - The name of the storage policy to apply to the disk. The storage policy
881+
must already exist on the vCenter Server. If not specified, the default
882+
storage policy of the target datastore is used.
883+
880884
<!-- End of code generated from the comments of the DiskConfig struct in builder/vsphere/common/storage_config.go; -->
881885

882886

0 commit comments

Comments
 (0)