Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: csquire/go-cloudstack

Tags

v2.3.2

Toggle v2.3.2's commit message
Update the generated code using the correct layout

v2.3.1

Toggle v2.3.1's commit message
Update to support CloudStack 4.9.3

v2.3.0

Toggle v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update encoding of 'details' maps (xanzy#86)

Update encoding of 'details' maps

v2.2.0

Toggle v2.2.0's commit message
Tweak the CustomService (xanzy#83)

v2.1.7

Toggle v2.1.7's commit message
Make sure the FirewallService works with old CS version (xanzy#72)

v2.1.6

Toggle v2.1.6's commit message
Fix the authorizeSecurityGroup[In|E]gress responses (xanzy#69)

v2.1.5

Toggle v2.1.5's commit message
Fix/improve xanzy#66 (xanzy#68)

Fixing it this way makes it cleaner to use/set the `usersecuritygrouplist` in clients using this, and keeps it simular in use compared to working with `serviceproviderlist` and `tags`.

Fixes xanzy#67

v2.1.4

Toggle v2.1.4's commit message
Fix a bug in the createSecurityGroup call (xanzy#62) (xanzy#63)

v2.1.3

Toggle v2.1.3's commit message
Fix a bug in the listAffinityGroup call (xanzy#61)

It reports the number of VirtualMachines in the groups as being the number of groups found.

v2.1.2

Toggle v2.1.2's commit message
Fix a bug that created bad parameter names (xanzy#60)

When the parameter is called `type` we have to convert this to prevent using the reserved keyword `type` as a variable name. But we were doing it in a few other locations as well. That’s fixed now.