Google Cloud OS Config v1 API - Enum OSPolicy.Types.Resource.Types.PackageResource.Types.DesiredState (2.3.0)

public enum OSPolicy.Types.Resource.Types.PackageResource.Types.DesiredState

Reference 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.V1

Assembly

Google.Cloud.OsConfig.V1.dll

Fields

NameDescription
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.