DSCResources/VE_ROAAgent/VE_ROAAgent.schema.mof

[ClassVersion("1.0.0"), FriendlyName("ROAAgent")]
class VE_ROAAgent : OMI_BaseResource
{
    [Key, Description("RES ONE Automation database server/instance name")] String SiteId;
    [Required, Description("Path to RES ONE Automation Agent")] String Path;
    [Write, Description("RES ONE Automation dispatcher list")] String DispatcherList[];
    [Write, Description("Attempt RES ONE Automation dispatcher discovery first")] Boolean UseAutodetectFirst;
    [Write, Description("Download all RES ONE Automation dispatchers from database")] Boolean DownloadDispatcherList;
    [Write, Description("Add agent to specified RES ONE Automation team")] String AddToTeam[];
    [Write, Description("Invoke one or more RES ONE Automation modules/projects")] String InvokeProject[];
    [Write, Description("Inherit RES ONE Automation dispatcher settings")] Boolean InheritSettings;
    [Write, Description("Install the specified RES ONE Automation agent version")] String Version;
    [Write, Description("Specified path is a literal file reference")] Boolean IsLiteralPath;
    [Write, ValueMap{"Present", "Absent"},Values{"Present", "Absent"}] String Ensure;
    [Read, Description("Windows Installer Product Name")] String ProductName;
};