NetApp v1 API - Class CachePrePopulate (1.14.0)

public sealed class CachePrePopulate : IMessage<CachePrePopulate>, IEquatable<CachePrePopulate>, IDeepCloneable<CachePrePopulate>, IBufferMessage, IMessage

Reference documentation and code samples for the NetApp v1 API class CachePrePopulate.

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

Inheritance

object > CachePrePopulate

Namespace

Google.Cloud.NetApp.V1

Assembly

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