Reference documentation and code samples for the Google Cloud Net App V1 Client class CachePrePopulateState.
State of the prepopulation job indicating how the prepopulation is progressing.
Protobuf type google.cloud.netapp.v1.CacheConfig.CachePrePopulateState
Namespace
Google \ Cloud \ NetApp \ V1 \ CacheConfigMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
CACHE_PRE_POPULATE_STATE_UNSPECIFIED
Value: 0Default unspecified state.
Generated from protobuf enum CACHE_PRE_POPULATE_STATE_UNSPECIFIED = 0;
NOT_NEEDED
Value: 1State representing when the most recent create or update request did not require a prepopulation job.
Generated from protobuf enum NOT_NEEDED = 1;
IN_PROGRESS
Value: 2State representing when the most recent update request requested a prepopulation job but it has not yet completed.
Generated from protobuf enum IN_PROGRESS = 2;
COMPLETE
Value: 3State representing when the most recent update request requested a prepopulation job and it has completed successfully.
Generated from protobuf enum COMPLETE = 3;
ERROR
Value: 4State representing when the most recent update request requested a prepopulation job but the prepopulate job failed.
Generated from protobuf enum ERROR = 4;