desiredState property

String? desiredState
getter/setter pair

The desired state the agent should maintain for this package.

Required. Possible string values are:

  • "DESIRED_STATE_UNSPECIFIED" : Unspecified is invalid.
  • "INSTALLED" : Ensure that the package is installed.
  • "REMOVED" : The agent ensures that the package is not installed and uninstalls it if detected.

Implementation

core.String? desiredState;