Interface VmPoolsService

  • All Superinterfaces:
    Service
    All Known Implementing Classes:
    VmPoolsServiceImpl

    public interface VmPoolsService
    extends Service
    Provides read-write access to virtual machines pools.
    • Method Detail

      • add

        VmPoolsService.AddRequest add()
        Creates a new virtual machine pool. A new pool requires the `name`, `cluster` and `template` attributes. Identify the cluster and template with the `id` or `name` nested attributes: [source] ---- POST /ovirt-engine/api/vmpools ---- With the following body: [source,xml] ---- mypool