Interface VmPoolsService.AddResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    VmPoolsService

    public static interface VmPoolsService.AddResponse
    extends Response
    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