cloudstack-go icon indicating copy to clipboard operation
cloudstack-go copied to clipboard

CloudStack Go SDK

Results 25 cloudstack-go issues
Sort by recently updated
recently updated
newest added

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...

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