vmware / vsphere-automation-sdk-java

Java samples, language bindings, and API reference documentation for vSphere, VMC, and NSX-T using the VMware REST API
MIT License
210 stars 134 forks source link

How to extend existing disk? #191

Closed csi0n closed 1 year ago

csi0n commented 1 year ago

How to expand the existing hard disk at present, I did not see the relevant code in the latest SDK version (8.0.1), has it not been implemented yet? If so, can you give an example of this?

kunal-pmj commented 1 year ago

The operation is currently not supported in REST API. You can use the SOAP API https://developer.vmware.com/web/sdk/8.0/vsphere-management SDK to accomplish this