Interface AffinityGroupVmLabelsService

  • All Superinterfaces:
    Service
    All Known Implementing Classes:
    AffinityGroupVmLabelsServiceImpl

    public interface AffinityGroupVmLabelsService
    extends Service
    This service manages a collection of all virtual machine labels assigned to an affinity group.
    • Method Detail

      • add

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

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