Class DesiredState (1.15.0)

DesiredState(value)

Desired state of the file.

Values: DESIRED_STATE_UNSPECIFIED (0): Unspecified is invalid. PRESENT (1): Ensure file at path is present. ABSENT (2): Ensure file at path is absent. CONTENTS_MATCH (3): Ensure the contents of the file at path matches. If the file does not exist it will be created.