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

Method CreateInstanceGroup

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

Source from the content-addressed store, hash-verified

29
30type VMGroupServiceIface interface {
31 CreateInstanceGroup(p *CreateInstanceGroupParams) (*CreateInstanceGroupResponse, error)
32 NewCreateInstanceGroupParams(name string) *CreateInstanceGroupParams
33 DeleteInstanceGroup(p *DeleteInstanceGroupParams) (*DeleteInstanceGroupResponse, error)
34 NewDeleteInstanceGroupParams(id string) *DeleteInstanceGroupParams

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