Workload Manager V1 API - Module Google::Cloud::WorkloadManager::V1::ResourceStatus::State (v0.1.0)

Reference documentation and code samples for the Workload Manager V1 API module Google::Cloud::WorkloadManager::V1::ResourceStatus::State.

Possible states of an evaluation, such as CREATING, ACTIVE, and DELETING.

Constants

STATE_UNSPECIFIED

value: 0
The state has not been populated in this message.

CREATING

value: 1
Resource has an active Create operation.

ACTIVE

value: 2
Resource has no outstanding operations on it or has active Update operations.

DELETING

value: 3
Resource has an active Delete operation.