Interface AffinityGroupsService

  • All Superinterfaces:
    Service
    All Known Implementing Classes:
    AffinityGroupsServiceImpl

    public interface AffinityGroupsService
    extends Service
    The affinity groups service manages virtual machine relationships and dependencies.
    • Method Detail

      • add

        AffinityGroupsService.AddRequest add()
        Create a new affinity group. Post a request like in the example below to create a new affinity group: [source] ---- POST /ovirt-engine/api/clusters/000-000/affinitygroups ---- And use the following example in its body: [source,xml] ---- AF_GROUP_001 true true false ----
      • groupService

        AffinityGroupService groupService​(String id)
        Access the affinity group service that manages the affinity group specified by an ID.
      • service

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