Google Cloud Net App V1 Client - Class CachePrePopulateState (1.10.1)

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 \ CacheConfig

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

CACHE_PRE_POPULATE_STATE_UNSPECIFIED

Value: 0

Default unspecified state.

Generated from protobuf enum CACHE_PRE_POPULATE_STATE_UNSPECIFIED = 0;

NOT_NEEDED

Value: 1

State 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: 2

State 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: 3

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

Generated from protobuf enum COMPLETE = 3;

ERROR

Value: 4

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

Generated from protobuf enum ERROR = 4;