(file) Return to CIM_SNMPService.mof CVS log (file) (dir) Up to [OMI] / omi / share / networkschema

 1 krisbash 1.1 // Copyright (c) 2005 DMTF.  All rights reserved.
 2              // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 3              // qualifier values to CIM Schema.</change>
 4              // ==================================================================
 5              //  CIM_SNMPService 
 6              // ==================================================================
 7                 [Version ( "2.7.0" ), 
 8                  UMLPackagePath ( "CIM::Network::SNMP" ), 
 9                  Description ( 
10                     "SNMPService represents an SNMP agent running on a hosting "
11                     "system. The UDP port to use to contact the agent is an "
12                     "instance of UDPProtocolEndpoint. The endpoint is associated "
13                     "with the SNMPService via a Dependency relationship. The "
14                     "community string(s) to use when contacting the SNMP agent "
15                     "reside in instances of SNMPCommunityString, that are "
16                     "associated with the SNMPService via the ServiceAccessBySAP "
17                     "relationship." )]
18              class CIM_SNMPService : CIM_Service {
19              
20              
21              };

ViewCVS 0.9.2