public enum CacheConfig.CachePrePopulateState extends Enum<CacheConfig.CachePrePopulateState> implements ProtocolMessageEnumState of the prepopulation job indicating how the prepopulation is progressing.
Protobuf enum google.cloud.netapp.v1.CacheConfig.CachePrePopulateState
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
CACHE_PRE_POPULATE_STATE_UNSPECIFIED |
Default unspecified state. |
CACHE_PRE_POPULATE_STATE_UNSPECIFIED_VALUE |
Default unspecified state. |
COMPLETE |
State representing when the most recent update request requested a prepopulation job and it has completed successfully. |
COMPLETE_VALUE |
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. |
ERROR_VALUE |
State representing when the most recent update request requested a prepopulation job but the prepopulate job failed. |
IN_PROGRESS |
State representing when the most recent update request requested a prepopulation job but it has not yet completed. |
IN_PROGRESS_VALUE |
State representing when the most recent update request requested a prepopulation job but it has not yet completed. |
NOT_NEEDED |
State representing when the most recent create or update request did not require a prepopulation job. |
NOT_NEEDED_VALUE |
State representing when the most recent create or update request did not require a prepopulation job. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|