forked from vmware/go-vcloud-director
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Alexander A Anselmo edited this page Jul 15, 2024
·
5 revisions
- Adds context.Context to all functions so we can implement graceful server shutdown even if for example a vApp Template is being instantiated.
-
Fixes vApp Instantiation which has been broken for a long time.
- Fixed in vmware/go-vcloud-director#588
-
Adds missing fields in the
QueryResultVappTemplateType
type- Fixed in vmware/go-vcloud-director#511
- Add fields to
NetworkConfiguration
andQueryResultVAppRecordType
to expose External IP and Description on the vApp.