isilon 1.0.0

Isilon rest api bindings
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# FilepoolPolicyCreateParams

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**actions** | [**Vec<::models::FilepoolDefaultPolicyAction>**]FilepoolDefaultPolicyAction.md | A list of actions to be taken for matching files | [optional] [default to null]
**apply_order** | **i32** | The order in which this policy should be applied (relative to other policies) | [optional] [default to null]
**description** | **String** | A description for this policy | [optional] [default to null]
**file_matching_pattern** | [***::models::FilepoolPolicyFileMatchingPattern**](FilepoolPolicyFileMatchingPattern.md) | The file matching rules for this policy | [default to null]
**name** | **String** | A unique name for this policy | [default to null]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)