DSCResources/VE_ROADatabaseAgent/VE_ROADatabaseAgent.schema.mof
[ClassVersion("1.0.0"), FriendlyName("ROADatabaseAgent")]
class VE_ROADatabaseAgent : OMI_BaseResource { [Key, Description("RES ONE Automation database server/instance name")] String DatabaseServer; [Key, Description("RES ONE Automatino database name")] String DatabaseName; [Required, Description("File path containing the RES ONE Automation MSIs or the literal path to the installer")] String Path; [Required, EmbeddedInstance("MSFT_Credential")] String Credential; [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("Use RES ONE Automation v10 or later Agent+ binaries")] Boolean IsAgentPlus; [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; }; |