File tree Expand file tree Collapse file tree
.web-docs/components/builder Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments