Reference documentation and code samples for the Google Cloud Chronicle V1 Client class ExecutionState.
The possible execution states the rule deployment can be in.
Protobuf type google.cloud.chronicle.v1.RuleDeployment.ExecutionState
Namespace
Google \ Cloud \ Chronicle \ V1 \ RuleDeploymentMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
EXECUTION_STATE_UNSPECIFIED
Value: 0Unspecified or unknown execution state.
Generated from protobuf enum EXECUTION_STATE_UNSPECIFIED = 0;
PBDEFAULT
Value: 1Default execution state.
Generated from protobuf enum DEFAULT = 1;
LIMITED
Value: 2Rules in limited state may not have their executions guaranteed.
Generated from protobuf enum LIMITED = 2;
PAUSED
Value: 3Paused rules are not executed at all.
Generated from protobuf enum PAUSED = 3;