DSCResources/BMD_cFSRMQuotaAction/BMD_cFSRMQuotaAction.schema.mof

[ClassVersion("1.0.0.0"), FriendlyName("cFSRMQuotaAction")]
class BMD_cFSRMQuotaAction : OMI_BaseResource
{
  [Key, Description("The path of the FSRM Quota the action applies to.")] string Path;
  [Key, Description("This is the threshold percentage the action is attached to.")] uint32 Percentage;
  [Key, Description("The type of FSRM Action."), ValueMap{"Email","Event","Command","Report"}, Values{"Email","Event","Command","Report"}] string Type;
  [Write, Description("Specifies whether the FSRM Action should exist."), ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String Ensure;
  [Write] string Subject;
  [Write] string Body;
  [Write] string MailTo;
  [Write] string MailCC;
  [Write] string MailBCC;
  [Write, ValueMap{"None","Information","Warning","Error"}, Values{"None","Information","Warning","Error"}] string EventType;
  [Write] string Command;
  [Write] string CommandParameters;
  [Write] sint32 KillTimeOut;
  [Write] sint32 RunLimitInterval;
  [Write, ValueMap{"None","LocalService","NetworkService","LocalSystem"}, Values{"None","LocalService","NetworkService","LocalSystem"}] string SecurityLevel;
  [Write] boolean ShouldLogError;
  [Write] string WorkingDirectory;
  [Write] string ReportTypes[];
};