Package org.ovirt.engine.sdk4.services
Interface VmPoolService.GetResponse
-
- All Superinterfaces:
Response
- Enclosing interface:
- VmPoolService
public static interface VmPoolService.GetResponse extends Response
Get the virtual machine pool. [source] ---- GET /ovirt-engine/api/vmpools/123 ---- You will get a XML response like that one: [source,xml] ----... MyVmPool MyVmPool description 1 0 100 false automatic false ... ...
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VmPool
pool()
Retrieved virtual machines pool.
-
-
-
Method Detail
-
pool
VmPool pool()
Retrieved virtual machines pool.
-
-