Interface NicNetworkFilterParametersService

    • Method Detail

      • add

        NicNetworkFilterParametersService.AddRequest add()
        Add a network filter parameter. For example, to add the parameter for the network filter on NIC `456` of virtual machine `789` send a request like this: [source] ---- POST /ovirt-engine/api/vms/789/nics/456/networkfilterparameters ---- With a request body like this: [source,xml] ---- IP 10.0.1.2 ----
      • service

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