Interface NicNetworkFilterParametersService.AddResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    NicNetworkFilterParametersService

    public static interface NicNetworkFilterParametersService.AddResponse
    extends Response
    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 ----