Package org.ovirt.engine.sdk4.services
Interface AffinityGroupVmLabelsService.ListResponse
-
- All Superinterfaces:
Response
- Enclosing interface:
- AffinityGroupVmLabelsService
public static interface AffinityGroupVmLabelsService.ListResponse extends Response
List all virtual machine labels assigned to this affinity group. The order of the returned labels isn't guaranteed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<AffinityLabel>
labels()
Virtual machine labels assigned to the affinity group.
-
-
-
Method Detail
-
labels
List<AffinityLabel> labels()
Virtual machine labels assigned to the affinity group.
-
-