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

Method NewAttachIsoParams

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

Source from the content-addressed store, hash-verified

30type ISOServiceIface interface {
31 AttachIso(p *AttachIsoParams) (*AttachIsoResponse, error)
32 NewAttachIsoParams(id string, virtualmachineid string) *AttachIsoParams
33 CopyIso(p *CopyIsoParams) (*CopyIsoResponse, error)
34 NewCopyIsoParams(id string) *CopyIsoParams
35 DeleteIso(p *DeleteIsoParams) (*DeleteIsoResponse, 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