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

Method NewCopyIsoParams

cloudstack/ISOService.go:34–34  ·  view source on GitHub ↗
(id string)

Source from the content-addressed store, hash-verified

32 NewAttachIsoParams(id string, virtualmachineid string) *AttachIsoParams
33 CopyIso(p *CopyIsoParams) (*CopyIsoResponse, error)
34 NewCopyIsoParams(id string) *CopyIsoParams
35 DeleteIso(p *DeleteIsoParams) (*DeleteIsoResponse, error)
36 NewDeleteIsoParams(id string) *DeleteIsoParams
37 DetachIso(p *DetachIsoParams) (*DetachIsoResponse, error)

Callers 1

TestISOServiceFunction · 0.65

Implementers 3

ISOServicecloudstack/cloudstack.go
MockISOServiceIfacecloudstack/ISOService_mock.go
MockISOServiceIfaceMockRecordercloudstack/ISOService_mock.go

Calls

no outgoing calls

Tested by 1

TestISOServiceFunction · 0.52