require 'yaml'
module HaveAPI::Fs::Components
class InstanceCreate < ActionExecEdit
def
"# This file is in YAML format. Lines beginning with a hash (#) are comments and\n# are ignored. The new resource instance will be created once this file is saved\n# and closed. The success of this operation can be later checked in\n# actions/create/status.\n# \n# Only required parameters that need to be set are uncommented by default.\n# Parameters that are not specified when this file is closed will not be sent\n# to the API.\n#\n# To cancel the operation, either do not save the file or save it empty.\n"
end
end
end