Reference documentation and code samples for the Google Cloud Net App V1 Client class CachePrePopulate.
Pre-populate cache volume with data from the origin volume.
Generated from protobuf message google.cloud.netapp.v1.CachePrePopulate
Namespace
Google \ Cloud \ NetApp \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ path_list
string[]
Optional. List of directory-paths to be pre-populated for the FlexCache volume.
↳ exclude_path_list
string[]
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.
getPathList
Optional. List of directory-paths to be pre-populated for the FlexCache volume.
setPathList
Optional. List of directory-paths to be pre-populated for the FlexCache volume.
var
string[]
$this
getExcludePathList
Optional. List of directory-paths to be excluded for pre-population for the FlexCache volume.
setExcludePathList
Optional. List of directory-paths to be excluded for pre-population for the FlexCache volume.
var
string[]
$this
getRecursion
Optional. Flag indicating whether the directories listed with the path_list
need to be recursively pre-populated.
bool
hasRecursion
clearRecursion
setRecursion
Optional. Flag indicating whether the directories listed with the path_list
need to be recursively pre-populated.
var
bool
$this

