Class VmPoolsServiceImpl

    • Constructor Detail

    • Method Detail

      • add

        public VmPoolsService.AddRequest add()
        Description copied from interface: VmPoolsService
        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