Google Cloud OS Config v1 API - Enum OSPolicy.Types.Mode (2.3.0)

public enum OSPolicy.Types.Mode

Reference documentation and code samples for the Google Cloud OS Config v1 API enum OSPolicy.Types.Mode.

Policy mode

Namespace

Google.Cloud.OsConfig.V1

Assembly

Google.Cloud.OsConfig.V1.dll

Fields

NameDescription
Enforcement

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

Unspecified

Invalid mode

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.