Interface AffinityGroupVmsService.AddResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    AffinityGroupVmsService

    public static interface AffinityGroupVmsService.AddResponse
    extends Response
    Adds a virtual machine to the affinity group. For example, to add the virtual machine `789` to the affinity group `456` of cluster `123`, send a request like this: .... POST /ovirt-engine/api/clusters/123/affinitygroups/456/vms .... With the following body: [source,xml] ---- ----
    • Method Detail

      • vm

        Vm vm()