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

Skip to content

Tags: go/go-cloudstack

Tags

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.

v2.1.1

Toggle v2.1.1's commit message
Fix the ListLoadBalancerRuleInstances response (xanzy#59)

This one can have two possible response types, depending on the query values used. By adding this, both types are supported.

v2.1.0

Toggle v2.1.0's commit message
Improver helper function to retrieve ID (xanzy#58)

2.0.0

Toggle 2.0.0's commit message
Merge pull request xanzy#51 from svanharmelen/f-v50

Change repo layout and updated to latest version

v1.2.0

Toggle v1.2.0's commit message
Merge pull request xanzy#15 from svanharmelen/dev

Changing the API call for deployVirtualMachine