Interface AffinityGroupHostLabelsService.AddResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    AffinityGroupHostLabelsService

    public static interface AffinityGroupHostLabelsService.AddResponse
    extends Response
    Adds a host 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/hostlabels .... With the following body: [source,xml] ---- ----
    • Method Detail

      • label

        AffinityLabel label()
        The AffinityLabel object to add to the affinity group.