Interface VmNicService

    • Method Detail

      • remove

        VmNicService.RemoveRequest remove()
        Removes the NIC. For example, to remove the NIC with id `456` from the virtual machine with id `123` send a request like this: [source] ---- DELETE /ovirt-engine/api/vms/123/nics/456 ---- [IMPORTANT] ==== The hotplugging feature only supports virtual machine operating systems with hotplugging operations. Example operating systems include: - Red Hat Enterprise Linux 6 - Red Hat Enterprise Linux 5 - Windows Server 2008 and - Windows Server 2003 ====
      • update

        VmNicService.UpdateRequest update()
        Updates the NIC. For example, to update the NIC having with `456` belonging to virtual the machine with id `123` send a request like this: [source] ---- PUT /ovirt-engine/api/vms/123/nics/456 ---- With a request body like this: [source,xml] ---- mynic e1000 ---- [IMPORTANT] ==== The hotplugging feature only supports virtual machine operating systems with hotplugging operations. Example operating systems include: - Red Hat Enterprise Linux 6 - Red Hat Enterprise Linux 5 - Windows Server 2008 and - Windows Server 2003 ====
      • networkFilterParametersService

        NicNetworkFilterParametersService networkFilterParametersService()
        Reference to the service that manages the network filter parameters of the NIC. A single top-level network filter may assigned to the NIC by the NIC's <>.