Interface VmNicService.UpdateResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    VmNicService

    public static interface VmNicService.UpdateResponse
    extends Response
    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 ====
    • Method Detail

      • nic

        Nic nic()