Interface ExternalComputeResourceService

  • All Superinterfaces:
    Service
    All Known Implementing Classes:
    ExternalComputeResourceServiceImpl

    public interface ExternalComputeResourceService
    extends Service
    Manages a single external compute resource. Compute resource is a term of host external provider. The external provider also needs to know to where the provisioned host needs to register. The login details of the engine are saved as a compute resource in the external provider side.
    • Method Detail

      • get

        ExternalComputeResourceService.GetRequest get()
        Retrieves external compute resource details. For example, to get the details of compute resource `234` of provider `123`, send a request like this: .... GET /ovirt-engine/api/externalhostproviders/123/computeresources/234 .... It will return a response like this: [source,xml] ---- hostname oVirt https://hostname/api admin@internal ----
      • service

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