DSCResources/Intigua_Agent/Intigua_Agent.schema.mof

 
[ClassVersion("1.0.0.0"), FriendlyName("Intigua_Agent")]
class Intigua_Agent : OMI_BaseResource
{
    [Key, Description("Returns the current state of the Disk and Partition.")] String AgentName;
    [Required, Description("Returns the current state of the Disk and Partition.")] String AgentPath;
    [Required, Description("Returns the current state of the Disk and Partition.")] String AgentParameters;
    [Required, Description("Returns the current state of the Disk and Partition.")] String EnableMemoryAndCPUControl;
    [Required, Description("Specifies the disk number for which disk to modify.")] Uint32 KeepManagedAgentCPUUtilizationUnder;
    [Required, Description("Specifies the disk number for which disk to modify.")] Uint32 LimitManagedAgentMemoryConsumptionTo;
    [Required, Description("Returns the current state of the Disk and Partition.")] String AutomaticallyStartAgentUponFailure;
    [Required, Description("Specifies the disk number for which disk to modify.")] Uint32 MaximumNumberOfAutoStartsInADay;
    [Required, Description("Returns the current state of the Disk and Partition.")] String IntiguaLogLevel;
    [Required, Description("Returns the current state of the Disk and Partition.")] String Ensure;
};