Class CIM_FibrePortEventCounters
extends CIM_DeviceStatisticalInformation

Note: The use of the FibrePortEventCounters class is deprecated because FibrePort is deprecated. FCPortStatistics should be used instead, but it redefines the level at which data is collected. Therefore, there is no direct translation of the individual counters between the two classes. Deprecated description: This object defines error counters that are specific to a FibrePort.

Table of Contents
Hierarchy
Direct Known Subclasses
Class Qualifiers
Class Properties
Class Methods


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_StatisticalInformation
   |
   +--CIM_DeviceStatisticalInformation
   |
   +--CIM_FibrePortEventCounters

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DeprecatedstringCIM_FCPortStatistics
DescriptionstringNote: The use of the FibrePortEventCounters class is deprecated because FibrePort is deprecated. FCPortStatistics should be used instead, but it redefines the level at which data is collected. Therefore, there is no direct translation of the individual counters between the two classes. Deprecated description: This object defines error counters that are specific to a FibrePort.
UMLPackagePathstringCIM::Device::NetworkAdapter
Versionstring2.10.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
EOFAbortsReceiveduint64
Counterbooleantrue
DeprecatedstringNo value
DescriptionstringNote: The use of this method has been deprecated. Deprecated description: Number of frames received that contain 'EOF Abort'.
EOFAbortsTransmitteduint64
Counterbooleantrue
DeprecatedstringNo value
DescriptionstringNote: The use of this method has been deprecated. Deprecated description: Number of frames transmitted that contain 'EOF Abort'.
PLOGIsReceiveduint64
Counterbooleantrue
DeprecatedstringNo value
DescriptionstringNote: The use of this method has been deprecated. Deprecated description: The number of login frames received.
PLOGIsRejecteduint64
Counterbooleantrue
DeprecatedstringNo value
DescriptionstringNote: The use of this method has been deprecated. Deprecated description: The number of PLOGI frames sent where the response was LS_RJT.
PLOGIsSentuint64
Counterbooleantrue
DeprecatedstringNo value
DescriptionstringNote: The use of this method has been deprecated. Deprecated description: The number of login frames sent.
PLOGOsReceiveduint64
Counterbooleantrue
DeprecatedstringNo value
DescriptionstringNote: The use of this method has been deprecated. Deprecated description: The number of logouts that were received from various targets.
PLOGOsRejecteduint64
Counterbooleantrue
DeprecatedstringNo value
DescriptionstringNote: The use of this method has been deprecated. Deprecated description: The number of PLOGO frames sent where the response was LS_RJT.
PLOGOsSentuint64
Counterbooleantrue
DeprecatedstringNo value
DescriptionstringNote: The use of this method has been deprecated. Deprecated description: The number of logout frames sent.

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
CreationClassNamestringCIM_DeviceStatisticalInformation
DescriptionstringCIM_ManagedElement
DeviceCreationClassNamestringCIM_DeviceStatisticalInformation
DeviceIDstringCIM_DeviceStatisticalInformation
ElementNamestringCIM_ManagedElement
InstanceIDstringCIM_ManagedElement
NamestringCIM_DeviceStatisticalInformation
SystemCreationClassNamestringCIM_DeviceStatisticalInformation
SystemNamestringCIM_DeviceStatisticalInformation

Class Methods

Local Class Methods

ResetCounter (uint32)

Method Qualifiers (ResetCounter)

NameData TypeValue
DeprecatedstringCIM_FCPortStatistics.ResetSelectedStats
DescriptionstringNote: The use of this method has been deprecated. Deprecated description: Method to reset the Port event counters. The method takes as input an integer that indicates which counter to reset. For this input parameter, 0 indicates all and 1 through 8 indicate a reset of the individual counters. The method returns 0 if successful, 1 if not supported, and any other value if an error occurred. A method is specified so that the instrumentation of the Device, which tabulates the errors and warnings, can also reset its internal processing and counters. In a subclass, the set of possible return codes could be specified, using a ValueMap qualifier on the method. The strings to which the ValueMap contents are 'translated' can also be specified in the subclass as a Values array qualifier.

Method Parameters (ResetCounter)

NameTypeQualifiers
NameData TypeValue
SelectedCounteruint16
DescriptionstringThe counter to reset.
INbooleantrue
ValueMapstring0, 1, 2, 3, 4, 5, 6, 7, 8
ValuesstringAll, PLOGIsReceived, PLOGIsSent, EOFAbortsReceived, EOFAbortsTransmitted, PLOGOsReceived, PLOGOsSent, PLOGIsRejected, PLOGOsRejected