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

Method NewListNicsParams

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

Source from the content-addressed store, hash-verified

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)

Callers 1

TestNicServiceFunction · 0.65

Implementers 3

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

Calls

no outgoing calls

Tested by 1

TestNicServiceFunction · 0.52