Module Google::Cloud::OsConfig::V1::OSPolicy::Resource::FileResource::DesiredState (v0.9.1)

Desired state of the file.

Constants

DESIRED_STATE_UNSPECIFIED

value: 0
Unspecified is invalid.

PRESENT

value: 1
Ensure file at path is present.

ABSENT

value: 2
Ensure file at path is absent.

CONTENTS_MATCH

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