Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 2.63 KB

NimblePerformancePolicyFieldsWithSortKey.md

File metadata and controls

22 lines (17 loc) · 2.63 KB

NimblePerformancePolicyFieldsWithSortKey

Properties

Name Type Description Notes
app_category str, none_type Specifies the application category of the associated volume. `Filter, Sort` [optional]
cache bool, none_type Flag denoting if data in the associated volume should be cached. `Filter, Sort` [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'. `Filter, Sort` [optional]
compress bool, none_type Flag denoting if data in the associated volume should be compressed. `Filter, Sort` [optional]
creation_time int, none_type Time when the performance policy was created. `Filter, Sort` [optional]
dedupe_enabled bool, none_type Specifies if dedupe is enabled for volumes created with this performance policy. `Filter, Sort` [optional]
id str, none_type Unique Identifier for the Performance Policy. `Filter` [optional]
last_modified int, none_type Time when the performance policy's configurations were last modified. `Filter, Sort` [optional]
name str, none_type Name of the Performance Policy. `Filter, Sort` [optional]
predefined bool, none_type Specifies if this performance policy is predefined (read-only). `Filter, Sort` [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'. `Filter, Sort` [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]