NetApp V1 API - Module Google::Cloud::NetApp::V1::CacheConfig::CachePrePopulateState (v2.8.0)

Reference documentation and code samples for the NetApp V1 API module Google::Cloud::NetApp::V1::CacheConfig::CachePrePopulateState.

State of the prepopulation job indicating how the prepopulation is progressing.

Constants

CACHE_PRE_POPULATE_STATE_UNSPECIFIED

value: 0
Default unspecified state.

NOT_NEEDED

value: 1
State representing when the most recent create or update request did not require a prepopulation job.

IN_PROGRESS

value: 2
State representing when the most recent update request requested a prepopulation job but it has not yet completed.

COMPLETE

value: 3
State representing when the most recent update request requested a prepopulation job and it has completed successfully.

ERROR

value: 4
State representing when the most recent update request requested a prepopulation job but the prepopulate job failed.