Add Support for CachingMode Setting (#21103)

Add Support for CachingMode Setting
This commit is contained in:
David Baumann 2017-03-02 07:36:05 +01:00 committed by Matt Davis
commit 7d44b2987e
2 changed files with 19 additions and 2 deletions

View file

@ -84,7 +84,18 @@ options:
- Specify user list that should get no access, regardless of implied access on share, separated by comma.
required: no
default: none
author: Hans-Joachim Kliemeck (@h0nIg)
caching_mode:
description:
- Set the CachingMode for this share.
choices:
- BranchCache
- Documents
- Manual
- None
- Programs
- Unknown
required: no
author: Hans-Joachim Kliemeck (@h0nIg), David Baumann (@daBONDi)
'''
EXAMPLES = r'''