DSCResources/SynergyLicensing/SynergyLicensing.schema.mof

[ClassVersion("1.0.0"), FriendlyName("SynergyLicensing")]
class SynergyLicensing : OMI_BaseResource
{
    [Required, Description("Installation assets for product")] String InstallerFile;
    [Write, Description("Use existing license server or install Synergy .skf file on local machine"), ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String LicenseType;
    [Write, Description("Server name"), ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String ServerName;
    [Write, Description("Server port"), ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String ServerPort;
    [Write, Description("Synergy .skf file path"), ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String SkfPath;
    [Write, Description("Synergy .skf file name"), ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String SkfFile;
};