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: openapi/openapi.json
+2-2
Original file line number
Diff line number
Diff line change
@@ -22523,8 +22523,8 @@
22523
22523
"type": "string",
22524
22524
"default": ""
22525
22525
},
22526
-
"provisionType": {
22527
-
"description": "provisionType flag to indicate whether the virtual disk backing file should be allocated lazily (using thin provisioning) or be fully allocated (standard provisioning). If not set, the setting will be provided by the default storage policy.",
22526
+
"provisioningType": {
22527
+
"description": "provisioningType specifies the provisioning type to be used by default for VirtualMachine volumes exclusively owned by this VirtualMachine. This does not apply to PersistentVolumeClaim volumes that are created and managed externally. If not set, the setting will be provided by the default storage policy.",
0 commit comments