Enum OSPolicy.Types.Resource.Types.FileResource.Types.DesiredState (1.0.0-alpha04)

public enum DesiredState

Desired state of the file.

Namespace

Google.Cloud.OsConfig.V1Alpha

Assembly

Google.Cloud.OsConfig.V1Alpha.dll

Fields

NameDescription
Absent

Ensure file at path is absent.

ContentsMatch

Ensure the contents of the file at path matches. If the file does not exist it will be created.

Present

Ensure file at path is present.

Unspecified

Unspecified is invalid.