DSCResources/VE_ROSSConsole/VE_ROSSConsole.schema.mof

[ClassVersion("1.0.0"), FriendlyName("ROSSConsole")]
class VE_ROSSConsole : OMI_BaseResource
{
    [Key, Description("RES ONE Service Store database server name/instance name")] String DatabaseServer;
    [Key, Description("RES ONE Service Store database name")] String DatabaseName;
    [Required, Description("File path containing the RES ONE Service Store MSIs or the literal path to the installer")] String Path;
    [Required, Description("Existing Microsoft SQL username/password to connect"), EmbeddedInstance("MSFT_Credential")] String Credential;
    [Write, Description("RES ONE Service Store component version to be installed, i.e. 8.0.3.0")] 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;
};