Interface NicNetworkFilterParameterService.UpdateResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    NicNetworkFilterParameterService

    public static interface NicNetworkFilterParameterService.UpdateResponse
    extends Response
    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 ----