Scripts/Reskit9/All Resources/xSCDPM/DSCResources/MSFT_xSCDPMDatabaseServerSetup/MSFT_xSCDPMDatabaseServerSetup.schema.mof

[ClassVersion("1.0.0.0"), FriendlyName("xSCDPMDatabaseServerSetup")]
class MSFT_xSCDPMDatabaseServerSetup : OMI_BaseResource
{
    [Write, Description("An enumerated value that describes if the DPM database support files are expected to be installed on the machine.\nPresent {default} \nAbsent \n"), ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String Ensure;
    [Key, Description("UNC path to the root of the source files for installation.")] String SourcePath;
    [Write, Description("Folder within the source path containing the source files for installation.")] String SourceFolder;
    [Required, EmbeddedInstance("MSFT_Credential"), Description("Credential to be used to perform the installation.")] String SetupCredential;
};