Interface AffinityGroupHostsService.AddResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    AffinityGroupHostsService

    public static interface AffinityGroupHostsService.AddResponse
    extends Response
    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] ---- ----
    • Method Detail

      • host

        Host host()
        The host to be added to the affinity group.