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

Method ListSystemVms

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

Source from the content-addressed store, hash-verified

33 DestroySystemVm(p *DestroySystemVmParams) (*DestroySystemVmResponse, error)
34 NewDestroySystemVmParams(id string) *DestroySystemVmParams
35 ListSystemVms(p *ListSystemVmsParams) (*ListSystemVmsResponse, error)
36 NewListSystemVmsParams() *ListSystemVmsParams
37 GetSystemVmID(name string, opts ...OptionFunc) (string, int, error)
38 GetSystemVmByName(name string, opts ...OptionFunc) (*SystemVm, int, error)

Callers 1

TestSystemVMServiceFunction · 0.65

Implementers 3

SystemVMServicecloudstack/cloudstack.go
MockSystemVMServiceIfacecloudstack/SystemVMService_mock.go
MockSystemVMServiceIfaceMockRecordercloudstack/SystemVMService_mock.go

Calls

no outgoing calls

Tested by 1

TestSystemVMServiceFunction · 0.52