NetApp V1 API - Class Google::Cloud::NetApp::V1::CachePrePopulate (v2.8.0)

Reference documentation and code samples for the NetApp V1 API class Google::Cloud::NetApp::V1::CachePrePopulate.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#exclude_path_list

def exclude_path_list() -> ::Array<::String>
Returns
  • (::Array<::String>) — Optional. List of directory-paths to be excluded for pre-population for the FlexCache volume.

#exclude_path_list=

def exclude_path_list=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Optional. List of directory-paths to be excluded for pre-population for the FlexCache volume.
Returns
  • (::Array<::String>) — Optional. List of directory-paths to be excluded for pre-population for the FlexCache volume.

#path_list

def path_list() -> ::Array<::String>
Returns
  • (::Array<::String>) — Optional. List of directory-paths to be pre-populated for the FlexCache volume.

#path_list=

def path_list=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Optional. List of directory-paths to be pre-populated for the FlexCache volume.
Returns
  • (::Array<::String>) — Optional. List of directory-paths to be pre-populated for the FlexCache volume.

#recursion

def recursion() -> ::Boolean
Returns
  • (::Boolean) — Optional. Flag indicating whether the directories listed with the path_list need to be recursively pre-populated.

#recursion=

def recursion=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Optional. Flag indicating whether the directories listed with the path_list need to be recursively pre-populated.
Returns
  • (::Boolean) — Optional. Flag indicating whether the directories listed with the path_list need to be recursively pre-populated.