DSCResources/cSNMPTrapDestination/cSNMPTrapDestination.schema.mof
1 2 3 4 5 6 7 8 9 10 |
[ClassVersion("1.0.0.0"), FriendlyName("cSNMPTrapDestination")] class cSNMPTrapDestination : OMI_BaseResource { [Key] String Destination; [Write] String Community; [Write, ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String Ensure; }; |