You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.
In order to add multiple networks to a vApp in a single call, NetworkConfigSection should support an array of "NetworkConfig" type. currently only a single is defined.
Not sure how best to implement this. Really the current implementation should be changed but I guess there is a lot of stuff downstream which may depend on th ecurent implementaition.
I guess you could add a "NetworkConfigs" type and make that optional on NetworkConfigSetion..
In order to add multiple networks to a vApp in a single call, NetworkConfigSection should support an array of "NetworkConfig" type. currently only a single is defined.
Not sure how best to implement this. Really the current implementation should be changed but I guess there is a lot of stuff downstream which may depend on th ecurent implementaition.
I guess you could add a "NetworkConfigs" type and make that optional on NetworkConfigSetion..
https://github.com/vmware/govcloudair/blob/f951754902a8f8ebcbd51812ac79b1ec61a7ce09/types/v56/types.go
The text was updated successfully, but these errors were encountered: