Doug MacEachern
Doug MacEachern
Hi @xarem , > govc host.portgroup.remove "vs-my-test" `vs-my-test` is the name of the switch and `pg-my-test` is name of the portgroup, right? The following should work against vcsim and real...
This enum, along with all the others in vim25, are generated from the [API spec](https://dp-downloads.broadcom.com/api-content/apis/API_VWSA_001/8.0U3/html/ReferenceGuides/vim.LatencySensitivity.SensitivityLevel.html) and are up-to-date with 8.0U3 in the latest govmomi release. What is the value when...
We don't have that in govc. Sounds like [expandVmfsDatastore](https://dp-downloads.broadcom.com/api-content/apis/API_VWSA_001/8.0U3/html/ReferenceGuides/vim.host.DatastoreSystem.html#expandVmfsDatastore) or [extendVmfsDatastore](https://dp-downloads.broadcom.com/api-content/apis/API_VWSA_001/8.0U3/html/ReferenceGuides/vim.host.DatastoreSystem.html#extendVmfsDatastore) could be used and we have the generated govmomi methods. Don't know about reducing.
@HaruChebrolu your original question was on "expand datastore capacity". But based on your last comment it sounds like you're asking about vmdk capacity, rather than the datastore itself, is that...