Interface AffinityGroupsService.AddResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    AffinityGroupsService

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

      • group

        AffinityGroup group()
        The affinity group object to create.