Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 2.71 KB

NimbleCreatePerformancePolicyInput.md

File metadata and controls

21 lines (16 loc) · 2.71 KB

NimbleCreatePerformancePolicyInput

Create Device Type 2 performance policy.

Properties

Name Type Description Notes
name str Name of the Performance Policy. String of up to 64 alphanumeric characters, - and . and : and space are allowed after first character.
app_category str, none_type Specifies the application category of the associated volume. Plain string. Defaults to 'Unassigned'. [optional]
block_size int, none_type Block Size in bytes to be used by the volumes created with this specific performance policy. Supported block sizes are 4096 bytes (4 KB), 8192 bytes (8 KB), 16384 bytes(16 KB), and 32768 bytes (32 KB). Block size of a performance policy cannot be changed once the performance policy is created. Defaults to 4096. [optional]
cache bool, none_type Flag denoting if data in the associated volume should be cached. Defaults to 'true'. [optional]
cache_policy str, none_type Specifies how data of associated volume should be cached. Supports two policies, 'normal' and 'aggressive'. 'normal' policy caches data but skips in certain conditions such as sequential I/O. 'aggressive' policy will accelerate caching of all data belonging to this volume, regardless of sequentiality. Possible values:'normal', 'no_write', 'aggressive_read_no_write', 'disabled', 'aggressive'. Defaults to 'normal'. [optional]
compress bool, none_type Flag denoting if data in the associated volume should be compressed. Defaults to 'true'. [optional]
dedupe_enabled bool, none_type Specifies if dedupe is enabled for volumes created with this performance policy. [optional]
description str, none_type Description of a performance policy. String of up to 255 printable ASCII characters. [optional]
space_policy str, none_type Specifies the state of the volume upon space constraint violation such as volume limit violation or volumes above their volume reserve, if the pool free space is exhausted. Supports two policies, 'offline' and 'non_writable'. Possible values:'offline', 'login_only', 'non_writable', 'read_only', 'invalid'. Defaults to 'offline'. [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]