The pool
| Name | Type | Description | Notes |
|---|---|---|---|
| name | str | The name of pool. | [optional] |
| slots | int | The maximum number of slots that can be assigned to tasks. One job may occupy one or more slots. | [optional] |
| occupied_slots | int | The number of slots used by running/queued tasks at the moment. | [optional] [readonly] |
| used_slots | int | The number of slots used by running tasks at the moment. | [optional] [readonly] |
| queued_slots | int | The number of slots used by queued tasks at the moment. | [optional] [readonly] |
| open_slots | int | The number of free slots at the moment. | [optional] [readonly] |