vmware / go-vcloud-director

Golang SDK for VMware Cloud Director
Other
76 stars 79 forks source link

vApp template capture support #652

Closed Didainius closed 4 months ago

Didainius commented 4 months ago

This PR adds functionality to create vApp template from existing vApp or standalone VMs (which also have vApps, they're just hidden). The functionality is called "capture vApp template" and the functionality is introduced using Catalog.CaptureVappTemplate, Catalog.CaptureVappTemplateAsync and type types.CaptureVAppParams

Additionally there are some covenience changes in the code: