DSCResources/Intigua_Connector/Intigua_Connector.schema.mof

[ClassVersion("1.0.0.0"), FriendlyName("Connector")]
class Intigua_Connector : OMI_BaseResource
{
    [Key, Description("Connector full version.")] String ConnectorVersion;
    [Write, Description("Core Server URL.")] String CoreServerUrl;
    [Write, Description("Fallback Core Server URL.")] String FallbackCoreServerUrl;
    [Write, Description("Enable Throttling.")] Boolean ThrottlingEnabled;
    [Write, Description("Total allowed CPU utilization by all managed agent containers.")] Uint32 MaxCpuPercent;
    [Write, Description("Total allowed memory consumption by all managed agent containers.")] Uint32 MaxMemoryKB;
    [Write, Description("Connector install location.")] String InstallLocation;
    [Write, Description("Ensure."), ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String Ensure;
 
};