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

Method NewDeleteIsoParams

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

Source from the content-addressed store, hash-verified

34 NewCopyIsoParams(id string) *CopyIsoParams
35 DeleteIso(p *DeleteIsoParams) (*DeleteIsoResponse, error)
36 NewDeleteIsoParams(id string) *DeleteIsoParams
37 DetachIso(p *DetachIsoParams) (*DetachIsoResponse, error)
38 NewDetachIsoParams(virtualmachineid string) *DetachIsoParams
39 ExtractIso(p *ExtractIsoParams) (*ExtractIsoResponse, 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