Reference documentation and code samples for the Cloud OS Config V1alpha API module Google::Cloud::OsConfig::V1alpha::OSPolicy::Resource::FileResource::DesiredState.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-06 UTC."],[],[]]