DSCResources/SYN_SynergyDE64/SYN_SynergyDE64.schema.mof

[ClassVersion("1.0.0"), FriendlyName("SynergyDE64")]
class SYN_SynergyDE64 : OMI_BaseResource
{
    [Key, Description("Installation assets for product")] String InstallerFile;
    [Write, Description("Should the product be installed or uninstalled"), ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String Ensure;
    [Write, Description("CoreComponents"), ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String CoreComponents;
    [Write, Description("ProfessionalSeriesDevelopmentEnvironment"), ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String ProfessionalSeriesDevelopmentEnvironment;
    [Write, Description("ConnectivitySeries"), ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String ConnectivitySeries;
    [Write, Description("xfSeries"), ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String xfSeries;
    [Write, Description("ReportWriter"), ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String ReportWriter;
    [Write, Description("Examples"), ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String Examples;
    [Write, Description("FilesForSharedInstallation"), ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String FilesForSharedInstallation;
};