public enum OSPolicy.Types.Resource.Types.PackageResource.Types.DesiredStateReference documentation and code samples for the Google Cloud OS Config v1 API enum OSPolicy.Types.Resource.Types.PackageResource.Types.DesiredState.
The desired state that the OS Config agent maintains on the VM.
Namespace
Google.Cloud.OsConfig.V1Assembly
Google.Cloud.OsConfig.V1.dll
Fields |
|
|---|---|
| Name | Description |
Installed |
Ensure that the package is installed. |
Removed |
The agent ensures that the package is not installed and uninstalls it if detected. |
Unspecified |
Unspecified is invalid. |