NetApp v1 API - Enum CacheConfig.Types.CachePrePopulateState (1.14.0)

public enum CacheConfig.Types.CachePrePopulateState

Reference documentation and code samples for the NetApp v1 API enum CacheConfig.Types.CachePrePopulateState.

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

Namespace

Google.Cloud.NetApp.V1

Assembly

Google.Cloud.NetApp.V1.dll

Fields

Name Description
Complete

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

Error

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

InProgress

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

NotNeeded

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

Unspecified

Default unspecified state.