public sealed class CachePrePopulate : IMessage<CachePrePopulate>, IEquatable<CachePrePopulate>, IDeepCloneable<CachePrePopulate>, IBufferMessage, IMessageReference documentation and code samples for the NetApp v1 API class CachePrePopulate.
Pre-populate cache volume with data from the origin volume.
Implements
IMessageCachePrePopulate, IEquatableCachePrePopulate, IDeepCloneableCachePrePopulate, IBufferMessage, IMessageNamespace
Google.Cloud.NetApp.V1Assembly
Google.Cloud.NetApp.V1.dll
Constructors
CachePrePopulate()
public CachePrePopulate()CachePrePopulate(CachePrePopulate)
public CachePrePopulate(CachePrePopulate other)| Parameter | |
|---|---|
| Name | Description |
other |
CachePrePopulate |
Properties
ExcludePathList
public RepeatedField<string> ExcludePathList { get; }Optional. List of directory-paths to be excluded for pre-population for the FlexCache volume.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
HasRecursion
public bool HasRecursion { get; }Gets whether the "recursion" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
PathList
public RepeatedField<string> PathList { get; }Optional. List of directory-paths to be pre-populated for the FlexCache volume.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Recursion
public bool Recursion { get; set; }Optional. Flag indicating whether the directories listed with the
path_list need to be recursively pre-populated.
| Property Value | |
|---|---|
| Type | Description |
bool |
|