(p *UpdateVmNicIpParams)
| 33 | RemoveIpFromNic(p *RemoveIpFromNicParams) (*RemoveIpFromNicResponse, error) |
| 34 | NewRemoveIpFromNicParams(id string) *RemoveIpFromNicParams |
| 35 | UpdateVmNicIp(p *UpdateVmNicIpParams) (*UpdateVmNicIpResponse, error) |
| 36 | NewUpdateVmNicIpParams(nicid string) *UpdateVmNicIpParams |
| 37 | } |
| 38 |
no outgoing calls