Interface NicNetworkFilterParameterService

    • Method Detail

      • remove

        NicNetworkFilterParameterService.RemoveRequest remove()
        Removes the filter parameter. For example, to remove the filter parameter with id `123` on NIC `456` of virtual machine `789` send a request like this: [source] ---- DELETE /ovirt-engine/api/vms/789/nics/456/networkfilterparameters/123 ----
      • update

        NicNetworkFilterParameterService.UpdateRequest update()
        Updates the network filter parameter. For example, to update the network filter parameter having with with id `123` on NIC `456` of virtual machine `789` send a request like this: [source] ---- PUT /ovirt-engine/api/vms/789/nics/456/networkfilterparameters/123 ---- With a request body like this: [source,xml] ---- updatedName updatedValue ----
      • service

        Service service​(String path)
        Service locator method, returns individual service on which the URI is dispatched.