Create a pool with given input.
| Name | Type | Description | Notes |
|---|---|---|---|
| array_list | [CreatePoolNimbleArrayDetail] | List of arrays identified by their IDs, in the pool. | |
| name | str | Name of pool. String of up to 64 alphanumeric characters, - and . and : are allowed after first character. | |
| dedupe_all_volumes | bool, none_type | Indicates if dedupe is enabled by default for new volumes on this pool. Defaults to false. | [optional] |
| description | str, none_type | Text description of pool. String of up to 255 printable ASCII characters. Defaults to empty string. | [optional] |
| any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |