Class DesiredState (1.17.4)

DesiredState(value)

Desired state of the file.

Enums

Name Description
DESIRED_STATE_UNSPECIFIED Unspecified is invalid.
PRESENT Ensure file at path is present.
ABSENT Ensure file at path is absent.
CONTENTS_MATCH Ensure the contents of the file at path matches. If the file does not exist it will be created.