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

Method NewDetachIsoParams

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

Source from the content-addressed store, hash-verified

36 NewDeleteIsoParams(id string) *DeleteIsoParams
37 DetachIso(p *DetachIsoParams) (*DetachIsoResponse, error)
38 NewDetachIsoParams(virtualmachineid string) *DetachIsoParams
39 ExtractIso(p *ExtractIsoParams) (*ExtractIsoResponse, error)
40 NewExtractIsoParams(id string, mode string) *ExtractIsoParams
41 GetUploadParamsForIso(p *GetUploadParamsForIsoParams) (*GetUploadParamsForIsoResponse, 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