Class CIM_ConditioningServiceOnEndpoint
extends CIM_Dependency

The QoS Model describes the traffic conditioning functions in place for a network device. In order to 'be conditioned', a packet is received at a ProtocolEndpoint. After 'conditioning', a packet is dropped or leaves the device via a ProtocolEndpoint. This dependency on ProtocolEndpoints is defined by the ConditioningServiceOn Endpoint association. A property of the association, ServiceType, indicates whether the ConditioningService handles incoming ("Ingress") or out-going ("Egress") packets. This association is deprecated since different cardinalities are needed on the ingress and egress classes. This cannot be done using a single association.

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


Class Hierarchy

CIM_Dependency
   |
   +--CIM_ConditioningServiceOnEndpoint

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
Associationbooleantrue
DeprecatedstringCIM_IngressConditioningServiceOnEndpoint, CIM_EgressConditioningServiceOnEndpoint
DescriptionstringThe QoS Model describes the traffic conditioning functions in place for a network device. In order to 'be conditioned', a packet is received at a ProtocolEndpoint. After 'conditioning', a packet is dropped or leaves the device via a ProtocolEndpoint. This dependency on ProtocolEndpoints is defined by the ConditioningServiceOn Endpoint association. A property of the association, ServiceType, indicates whether the ConditioningService handles incoming ("Ingress") or out-going ("Egress") packets. This association is deprecated since different cardinalities are needed on the ingress and egress classes. This cannot be done using a single association.
UMLPackagePathstringCIM::Network::QoS
Versionstring2.7.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
ServiceTypeuint16
DeprecatedstringCIM_IngressConditioningServiceOnEndpoint, CIM_EgressConditioningServiceOnEndpoint
DescriptionstringIndicates whether a packet is incoming (value = 1, "Ingress") or out-going (value = 2, "Egress") at the ProtocolEndpoint, relative to the ConditioningService.
ValueMapstring0, 1, 2
ValuesstringUnknown, Ingress, Egress

Association References

NameClass OriginReference ClassQualifiers
NameData TypeValue
AntecedentCIM_ConditioningServiceOnEndpointCIM_ProtocolEndpoint
DeprecatedstringCIM_IngressConditioningServiceOnEndpoint.Antecedent, CIM_EgressConditioningServiceOnEndpoint.Antecedent
DescriptionstringThe ProtocolEndpoint through which traffic arrives at or leaves from a network device.
Keybooleantrue
Maxuint321
OverridestringAntecedent
DependentCIM_ConditioningServiceOnEndpointCIM_ConditioningService
DeprecatedstringCIM_IngressConditioningServiceOnEndpoint.Dependent, CIM_EgressConditioningServiceOnEndpoint.Dependent
DescriptionstringThe ConditioningService which begins or ends the traffic conditioning processing within a network device.
Keybooleantrue
OverridestringDependent

Class Methods