MCPcopy Index your code
hub / github.com/apache/cloudstack-go / UpdateInstanceGroup

Method UpdateInstanceGroup

cloudstack/VMGroupService.go:40–40  ·  view source on GitHub ↗
(p *UpdateInstanceGroupParams)

Source from the content-addressed store, hash-verified

38 GetInstanceGroupByName(name string, opts ...OptionFunc) (*InstanceGroup, int, error)
39 GetInstanceGroupByID(id string, opts ...OptionFunc) (*InstanceGroup, int, error)
40 UpdateInstanceGroup(p *UpdateInstanceGroupParams) (*UpdateInstanceGroupResponse, error)
41 NewUpdateInstanceGroupParams(id string) *UpdateInstanceGroupParams
42}
43

Callers 1

TestVMGroupServiceFunction · 0.65

Implementers 3

VMGroupServicecloudstack/cloudstack.go
MockVMGroupServiceIfacecloudstack/VMGroupService_mock.go
MockVMGroupServiceIfaceMockRecordercloudstack/VMGroupService_mock.go

Calls

no outgoing calls

Tested by 1

TestVMGroupServiceFunction · 0.52