Interface VmPoolService

  • All Superinterfaces:
    Service
    All Known Implementing Classes:
    VmPoolServiceImpl

    public interface VmPoolService
    extends Service
    A service to manage a virtual machines pool.
    • Method Detail

      • allocateVm

        VmPoolService.AllocateVmRequest allocateVm()
        This operation allocates a virtual machine in the virtual machine pool. [source] ---- POST /ovirt-engine/api/vmpools/123/allocatevm ---- The allocate virtual machine action does not take any action specific parameters, so the request body should contain an empty `action`: [source,xml] ---- ----
      • get

        VmPoolService.GetRequest get()
        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