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

Method ListInstanceGroups

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

Source from the content-addressed store, hash-verified

33 DeleteInstanceGroup(p *DeleteInstanceGroupParams) (*DeleteInstanceGroupResponse, error)
34 NewDeleteInstanceGroupParams(id string) *DeleteInstanceGroupParams
35 ListInstanceGroups(p *ListInstanceGroupsParams) (*ListInstanceGroupsResponse, error)
36 NewListInstanceGroupsParams() *ListInstanceGroupsParams
37 GetInstanceGroupID(name string, opts ...OptionFunc) (string, int, error)
38 GetInstanceGroupByName(name string, opts ...OptionFunc) (*InstanceGroup, int, error)

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