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

Interface NicServiceIface

cloudstack/NicService.go:28–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26)
27
28type NicServiceIface interface {
29 AddIpToNic(p *AddIpToNicParams) (*AddIpToNicResponse, error)
30 NewAddIpToNicParams(nicid string) *AddIpToNicParams
31 ListNics(p *ListNicsParams) (*ListNicsResponse, error)
32 NewListNicsParams(virtualmachineid string) *ListNicsParams
33 RemoveIpFromNic(p *RemoveIpFromNicParams) (*RemoveIpFromNicResponse, error)
34 NewRemoveIpFromNicParams(id string) *RemoveIpFromNicParams
35 UpdateVmNicIp(p *UpdateVmNicIpParams) (*UpdateVmNicIpResponse, error)
36 NewUpdateVmNicIpParams(nicid string) *UpdateVmNicIpParams
37}
38
39type AddIpToNicParams struct {
40 p map[string]interface{}

Callers 8

TestNicServiceFunction · 0.65
TestNicServiceFunction · 0.65
TestNicServiceFunction · 0.65
TestNicServiceFunction · 0.65
TestNicServiceFunction · 0.65
TestNicServiceFunction · 0.65
TestNicServiceFunction · 0.65
TestNicServiceFunction · 0.65

Implementers 3

MockNicServiceIfacecloudstack/NicService_mock.go
MockNicServiceIfaceMockRecordercloudstack/NicService_mock.go
NicServicecloudstack/cloudstack.go

Calls

no outgoing calls

Tested by

no test coverage detected