-
Notifications
You must be signed in to change notification settings - Fork 12
Support for ExtraConfigParams and ExtraConfig classes #66
Comments
That documentation is for an older version. Unfortunately, the documentation for that section of the Ruby SDK isn't very helpful as it just takes an As an aside, the Ruby SDK is generated from an OpenAPI definition of the API which has I'll see what I can do to ensure that in the future types like this get created appropriately. |
Thanks for the quick and detailed response. Here is the data structure I came up with:
While the VM deployed, the extra config parameters are missing |
I believe I am sending the correct data structure, however the extra parameters are not being configured inside the virtual machine. I made attempts to create a Hash with symbols and strings as key values without success. Any samples you can share or assistance you can provide would be greatly appreciated. These additional parameters are not configured after the VM is deployed inside vsphere 6.5. Here is the output for the deployment request:
Here are the results of this deployment: |
I'm so sorry it's taken me so long to get back to you! I totally missed your first reply (though I didn't seem to get a notification about it 🤔) and I was out and away from the computer for the holidays on your last reply. I'm back today and this is near the top of my list. I'll let you know what I find as soon as I can. Sorry again for the late reply! |
No problem with the delayed response, as the holidays are a busy time. Let me know if there is any further info I can share to assist. Thanks again. |
I am trying to set ExtraConfigParams and ExtraConfig parameters under
additional_parameters
inside VSphereAutomation::VCenter::VcenterOvfLibraryItemResourcePoolDeploymentSpec on a deployed VM, however I do not see these classes inside the project. How can these parameters be set?https://vdc-repo.vmware.com/vmwb-repository/dcr-public/4f867b1e-c524-4e4b-b79e-4321822b5c70/a3cd39a7-4eaf-4e10-9ad2-589f9dfe1f9a/doc/Com/Vmware/Vcenter/Ovf/ExtraConfig.html
https://vdc-repo.vmware.com/vmwb-repository/dcr-public/4f867b1e-c524-4e4b-b79e-4321822b5c70/a3cd39a7-4eaf-4e10-9ad2-589f9dfe1f9a/doc/Com/Vmware/Vcenter/Ovf/ExtraConfigParams.html
Ruby: 2.5.1
SDK: 0.4.6
The text was updated successfully, but these errors were encountered: