DSCResources/cSNMPTrapCommunity/cSNMPTrapCommunity.schema.mof
[ClassVersion("1.0.0.0"), FriendlyName("cSNMPTrapCommunity")] class cSNMPTrapCommunity : OMI_BaseResource { [Key] String Community; [Write, ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String Ensure; }; |