Enum OSPolicy.Types.Mode (1.0.0-alpha04)

public enum Mode

Policy mode

Namespace

Google.Cloud.OsConfig.V1Alpha

Assembly

Google.Cloud.OsConfig.V1Alpha.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.