Interface VmNicService.RemoveRequest

  • All Superinterfaces:
    Request<VmNicService.RemoveRequest,​VmNicService.RemoveResponse>
    Enclosing interface:
    VmNicService

    public static interface VmNicService.RemoveRequest
    extends Request<VmNicService.RemoveRequest,​VmNicService.RemoveResponse>
    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 ====