Package org.ovirt.engine.sdk4.services
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AffinityGroup
group()
The affinity group object to create.
-
-
-
Method Detail
-
group
AffinityGroup group()
The affinity group object to create.
-
-