mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-04-25 03:01:47 -04:00
Add ability to manage cloudstack affinity groups (#8360)
Add documentation for cloudstack affinity group resource Implement improvements from review by svanharmelen Update to latest go-cloudstack v2.1.3
This commit is contained in:
committed by
Sander van Harmelen
parent
92a9a7c8b8
commit
0835b64456
2
vendor/github.com/xanzy/go-cloudstack/cloudstack/SystemCapacityService.go
generated
vendored
2
vendor/github.com/xanzy/go-cloudstack/cloudstack/SystemCapacityService.go
generated
vendored
@@ -125,7 +125,7 @@ func (p *ListCapacityParams) SetType(v int) {
|
||||
if p.p == nil {
|
||||
p.p = make(map[string]interface{})
|
||||
}
|
||||
p.p["systemCapacityType"] = v
|
||||
p.p["type"] = v
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user