Workload Manager v1 API - Enum ResourceStatus.Types.State (1.0.0-beta01)

public enum ResourceStatus.Types.State

Reference documentation and code samples for the Workload Manager v1 API enum ResourceStatus.Types.State.

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

Namespace

Google.Cloud.WorkloadManager.V1

Assembly

Google.Cloud.WorkloadManager.V1.dll

Fields

Name Description
Active

Resource has no outstanding operations on it or has active Update operations.

Creating

Resource has an active Create operation.

Deleting

Resource has an active Delete operation.

Unspecified

The state has not been populated in this message.