Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.05 KB

NimbleCreatePoolInput.md

File metadata and controls

16 lines (11 loc) · 1.05 KB

NimbleCreatePoolInput

Create a pool with given input.

Properties

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]

[Back to Model list] [Back to API list] [Back to README]