feat: add bindings for enableOnZones and enableOnComputeCluster#3909
feat: add bindings for enableOnZones and enableOnComputeCluster#3909tenthirtyam merged 3 commits intovmware:mainfrom
Conversation
Signed-off-by: Stoyan Zhelyazkov <stoyan.zhelyazkov@broadcom.com>
Signed-off-by: Stoyan Zhelyazkov <stoyan.zhelyazkov@broadcom.com>
Thanks, so far I've manually tested |
Signed-off-by: Stoyan Zhelyazkov <stoyan.zhelyazkov@broadcom.com>
Okay @tenthirtyam , I verified that |
There was a problem hiding this comment.
@spacegospod - may I suggest updating comments for the existing EnableClusterSpec and SizingHint to align with the same developer.broadcom.com reference you included in this change? That might make this better - otherwise LGTM! 🚀
That's a good idea but there are 42 references to "vmware.com" in |
Description
Adding bindings for the following endpoints, structures included
https://developer.broadcom.com/xapis/vsphere-automation-api/latest/api/vcenter/namespace-management/supervisors__action=enable_on_zones/post/
https://developer.broadcom.com/xapis/vsphere-automation-api/latest/api/vcenter/namespace-management/supervisors/cluster__action=enable_on_compute_cluster/post/
Closes: #(issue-number)
How Has This Been Tested?
Used these bindings in a local deployment of
vmware/terraform-provider-vsphereto trigger both APIsGuidelines
Please read and follow the
CONTRIBUTIONguidelines of this project.