MCPcopy Create free account
hub / github.com/apache/cloudstack-go / DeleteInstanceGroup

Method DeleteInstanceGroup

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

Source from the content-addressed store, hash-verified

31 CreateInstanceGroup(p *CreateInstanceGroupParams) (*CreateInstanceGroupResponse, error)
32 NewCreateInstanceGroupParams(name string) *CreateInstanceGroupParams
33 DeleteInstanceGroup(p *DeleteInstanceGroupParams) (*DeleteInstanceGroupResponse, error)
34 NewDeleteInstanceGroupParams(id string) *DeleteInstanceGroupParams
35 ListInstanceGroups(p *ListInstanceGroupsParams) (*ListInstanceGroupsResponse, error)
36 NewListInstanceGroupsParams() *ListInstanceGroupsParams

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