Interface VmNicService.UpdateRequest

  • All Superinterfaces:
    Request<VmNicService.UpdateRequest,​VmNicService.UpdateResponse>
    Enclosing interface:
    VmNicService

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