Module: Google::Cloud::OsConfig::V1alpha::OSPolicy::Resource::PackageResource::DesiredState

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

Overview

The desired state that the OS Config agent maintains on the VM.

Constant Summary collapse

DESIRED_STATE_UNSPECIFIED =

Unspecified is invalid.

0
INSTALLED =

Ensure that the package is installed.

1
REMOVED =

The agent ensures that the package is not installed and uninstalls it if detected.

2