Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 2.38 KB

NimbleEditPerformancePolicyInput.md

File metadata and controls

20 lines (15 loc) · 2.38 KB

NimbleEditPerformancePolicyInput

Edit Nimble / Alletra 6K performance policy.

Properties

Name Type Description Notes
app_category str, none_type Specifies the application category of the associated volume. Plain string. Defaults to 'Unassigned'. [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]
name str, none_type Name of the Performance Policy. String of up to 64 alphanumeric characters, - and . and : and space are allowed after first character. [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]