Enum CacheConfig.CachePrePopulateState (0.61.0)

public enum CacheConfig.CachePrePopulateState extends Enum<CacheConfig.CachePrePopulateState> implements ProtocolMessageEnum

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

Protobuf enum google.cloud.netapp.v1.CacheConfig.CachePrePopulateState

Implements

ProtocolMessageEnum

Static Fields

Name Description
CACHE_PRE_POPULATE_STATE_UNSPECIFIED

Default unspecified state.

CACHE_PRE_POPULATE_STATE_UNSPECIFIED = 0;

CACHE_PRE_POPULATE_STATE_UNSPECIFIED_VALUE

Default unspecified state.

CACHE_PRE_POPULATE_STATE_UNSPECIFIED = 0;

COMPLETE

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

COMPLETE = 3;

COMPLETE_VALUE

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

COMPLETE = 3;

ERROR

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

ERROR = 4;

ERROR_VALUE

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

ERROR = 4;

IN_PROGRESS

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

IN_PROGRESS = 2;

IN_PROGRESS_VALUE

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

IN_PROGRESS = 2;

NOT_NEEDED

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

NOT_NEEDED = 1;

NOT_NEEDED_VALUE

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

NOT_NEEDED = 1;

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()