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: website/docs/d/virtual_machine.html.markdown
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,6 +109,18 @@ The device_properties attribute supports the following.
109
109
*`device_type`: - A Disk type (default: DISK).
110
110
*`disk_address`: - Address of disk to boot from.
111
111
112
+
### Storage Config
113
+
User inputs of storage configuration parameters for VMs.
114
+
115
+
*`flash_mode`: - State of the storage policy to pin virtual disks to the hot tier. When specified as a VM attribute, the storage policy applies to all virtual disks of the VM unless overridden by the same attribute specified for a virtual disk.
116
+
117
+
*`storage_container_reference`: - Reference to a kind. Either one of (kind, uuid) or url needs to be specified.
118
+
*`storage_container_reference.#.url`: - GET query on the URL will provide information on the source.
119
+
*`storage_container_reference.#.kind`: - kind of the container reference
120
+
*`storage_container_reference.#.name`: - name of the container reference
121
+
*`storage_container_reference.#.uuid`: - uiid of the container reference
122
+
123
+
112
124
### Sysprep
113
125
114
126
The guest_customization_sysprep attribute supports the following:
0 commit comments