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
4
vendor/github.com/xanzy/go-cloudstack/cloudstack/StoragePoolService.go
generated
vendored
4
vendor/github.com/xanzy/go-cloudstack/cloudstack/StoragePoolService.go
generated
vendored
@@ -76,7 +76,7 @@ func (p *ListStorageProvidersParams) SetType(v string) {
|
||||
if p.p == nil {
|
||||
p.p = make(map[string]interface{})
|
||||
}
|
||||
p.p["storagePoolType"] = v
|
||||
p.p["type"] = v
|
||||
return
|
||||
}
|
||||
|
||||
@@ -85,7 +85,7 @@ func (p *ListStorageProvidersParams) SetType(v string) {
|
||||
func (s *StoragePoolService) NewListStorageProvidersParams(storagePoolType string) *ListStorageProvidersParams {
|
||||
p := &ListStorageProvidersParams{}
|
||||
p.p = make(map[string]interface{})
|
||||
p.p["storagePoolType"] = storagePoolType
|
||||
p.p["type"] = storagePoolType
|
||||
return p
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user