(file) Return to CIM_BGPServiceStatistics.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Network

 1 marek 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_BGPServiceStatistics 
 6           // ==================================================================
 7              [Association, Deprecated { "CIM_ElementStatisticalData" }, 
 8               Version ( "2.7.0" ), 
 9               UMLPackagePath ( "CIM::Network::BGP" ), 
10               Description ( 
11                  "This association defines statistics collected for a BGP "
12                  "Service. The relationship is deprecated since the class "
13                  "BGPStatistics is deprecated. It is incorrectly associated with "
14                  "a BGPService, but should instead be associated with a "
15                  "BGPProtocolEndpoint using the ElementStatisticalData "
16                  "relationship." )]
17           class CIM_BGPServiceStatistics : CIM_ServiceStatistics {
18           
19                 [Deprecated { "CIM_ElementStatisticalData.Stats" }, 
20                  Override ( "Stats" ), 
21                  Max ( 1 ), 
22 marek 1.1        Description ( "The statistics object for the BGP session." )]
23              CIM_BGPStatistics REF Stats;
24           
25                 [Deprecated { "CIM_ElementStatisticalData.ManagedElement" }, 
26                  Override ( "Element" ), 
27                  Min ( 1 ), 
28                  Max ( 1 ), 
29                  Description ( 
30                     "The BGPService for which statistics are being gathered." )]
31              CIM_BGPService REF Element;
32           
33           
34           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2