Class CachePrePopulate (0.7.0)

CachePrePopulate(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Pre-populate cache volume with data from the origin volume.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
path_list MutableSequence[str]
Optional. List of directory-paths to be pre-populated for the FlexCache volume.
exclude_path_list MutableSequence[str]
Optional. List of directory-paths to be excluded for pre-population for the FlexCache volume.
recursion bool
Optional. Flag indicating whether the directories listed with the path_list need to be recursively pre-populated. This field is a member of oneof_ _recursion.