(id string, virtualmachineid string)
| 30 | type 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) |
no outgoing calls