Google Cloud Workload Manager V1 Client - Class Type (0.1.0)

Reference documentation and code samples for the Google Cloud Workload Manager V1 Client class Type.

Enum of execution result type.

Protobuf type google.cloud.workloadmanager.v1.ExecutionResult.Type

Namespace

Google \ Cloud \ WorkloadManager \ V1 \ ExecutionResult

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

TYPE_UNSPECIFIED

Value: 0

Unknown state.

Generated from protobuf enum TYPE_UNSPECIFIED = 0;

TYPE_PASSED

Value: 1

Resource successfully passed the rule.

Generated from protobuf enum TYPE_PASSED = 1;

TYPE_VIOLATED

Value: 2

Resource violated the rule.

Generated from protobuf enum TYPE_VIOLATED = 2;