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

Method RemoveIpFromNic

cloudstack/NicService.go:33–33  ·  view source on GitHub ↗
(p *RemoveIpFromNicParams)

Source from the content-addressed store, hash-verified

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

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