Module: Google::Cloud::OsConfig::V1alpha::OSPolicyResourceConfigStep::Outcome Deprecated

Defined in:
proto_docs/google/cloud/osconfig/v1alpha/config_common.rb

Overview

Deprecated.

This enum is deprecated and may be removed in the next major version update.

Supported outcomes for a configuration step.

Constant Summary collapse

OUTCOME_UNSPECIFIED =

Default value. This value is unused.

0
SUCCEEDED =

The step succeeded.

1
FAILED =

The step failed.

2