DSCResources/SYN_SynergyDE32/SYN_SynergyDE32.schema.mof
[ClassVersion("1.0.0"), FriendlyName("SynergyDE32")]
class SYN_SynergyDE32 : OMI_BaseResource { [Required, 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("Professional Series Workbench"), ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String ProfessionalSeriesWorkbench; [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; }; |