cloudstack-go
cloudstack-go copied to clipboard
CloudStack Go SDK
Fixes https://github.com/apache/cloudstack-go/issues/104 Details This pull request updates the way `userdatadetails` are serialized to URL parameters across several CloudStack API parameter structs. Instead of using fixed `.key` and `.value` fields, the...
UsageService.go - has the relevant change
I was trying to use the terraform cloudstack provider but was getting hung up with the traffic types. I tracked it back to this library, which uses 'name' for the...
This PR adds _privateendport_ and _publicendport_ parameters to createPortForwardingRule API. Fixes #101