Module: Google::Cloud::OsConfig::V1::OSPolicy::Resource::FileResource::DesiredState
- Defined in:
- proto_docs/google/cloud/osconfig/v1/os_policy.rb
Overview
Desired state of the file.
Constant Summary collapse
- DESIRED_STATE_UNSPECIFIED =
Unspecified is invalid.
0
- PRESENT =
Ensure file at path is present.
1
- ABSENT =
Ensure file at path is absent.
2
- CONTENTS_MATCH =
Ensure the contents of the file at path matches. If the file does not exist it will be created.
3