Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 697 Bytes

BindOptions.md

File metadata and controls

21 lines (11 loc) · 697 Bytes

BindOptions

Properties

Name Type Description Notes
createMountpoint Boolean [optional]
nonRecursive Boolean [optional]
propagation String [optional]
readOnlyForceRecursive Boolean ReadOnlyForceRecursive raises an error if the mount cannot be made recursively read-only. [optional]
readOnlyNonRecursive Boolean ReadOnlyNonRecursive makes the mount non-recursively read-only, but still leaves the mount recursive (unless NonRecursive is set to true in conjunction). [optional]

Implemented Interfaces

  • Serializable