Module: Google::Cloud::OsConfig::V1::OSPolicy::Mode

Defined in:
proto_docs/google/cloud/osconfig/v1/os_policy.rb

Overview

Policy mode

Constant Summary collapse

MODE_UNSPECIFIED =

Invalid mode

0
VALIDATION =

This mode checks if the configuration resources in the policy are in their desired state. No actions are performed if they are not in the desired state. This mode is used for reporting purposes.

1
ENFORCEMENT =

This mode checks if the configuration resources in the policy are in their desired state, and if not, enforces the desired state.

2