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.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ path_list |
array
Optional. List of directory-paths to be pre-populated for the FlexCache volume. |
↳ exclude_path_list |
array
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 |
getPathList
Optional. List of directory-paths to be pre-populated for the FlexCache volume.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setPathList
Optional. List of directory-paths to be pre-populated for the FlexCache volume.
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getExcludePathList
Optional. List of directory-paths to be excluded for pre-population for the FlexCache volume.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setExcludePathList
Optional. List of directory-paths to be excluded for pre-population for the FlexCache volume.
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getRecursion
Optional. Flag indicating whether the directories listed with the
path_list need to be recursively pre-populated.
| Returns | |
|---|---|
| Type | Description |
bool |
|
hasRecursion
clearRecursion
setRecursion
Optional. Flag indicating whether the directories listed with the
path_list need to be recursively pre-populated.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|