Interface AffinityGroupHostsService

  • All Superinterfaces:
    Service
    All Known Implementing Classes:
    AffinityGroupHostsServiceImpl

    public interface AffinityGroupHostsService
    extends Service
    This service manages a collection of all hosts assigned to an affinity group.
    • Method Detail

      • add

        AffinityGroupHostsService.AddRequest add()
        Adds a host to the affinity group. For example, to add the host `789` to the affinity group `456` of cluster `123`, send a request like this: .... POST /ovirt-engine/api/clusters/123/affinitygroups/456/hosts .... With the following body: [source,xml] ---- ----
      • service

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