Interface VmHostDeviceService.GetResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    VmHostDeviceService

    public static interface VmHostDeviceService.GetResponse
    extends Response
    Retrieve information about particular host device attached to given virtual machine. Example: [source] ---- GET /ovirt-engine/api/vms/123/hostdevices/456 ---- [source,xml] ---- pci_0000_04_00_0 pci 30 true GM107GL [Quadro K2200] NVIDIA Corporation pci_0000_00_03_0 ----
    • Method Detail

      • device

        HostDevice device()
        Retrieved information about the host device attached to given virtual machine.