Interface HostDeviceService

  • All Superinterfaces:
    Service
    All Known Implementing Classes:
    HostDeviceServiceImpl

    public interface HostDeviceService
    extends Service
    A service to access a particular device of a host.
    • Method Detail

      • get

        HostDeviceService.GetRequest get()
        Retrieve information about a particular host's device. An example of getting a host device: [source] ---- GET /ovirt-engine/api/hosts/123/devices/456 ---- [source,xml] ---- usb_1_9_1_1_0 usb usb_1_9_1 ----
      • service

        Service service​(String path)
        Service locator method, returns individual service on which the URI is dispatched.