Network\CIM_ConditioningServiceOnEndpoint.mof.mof (HTML version)

Return to index
CIM_ConditioningServiceOnEndpoint Superclass: 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.
Qualifiers:Version ( "2.7.0" ) UMLPackagePath ( "CIM::Network::QoS" ) Deprecated { "CIM_IngressConditioningServiceOnEndpoint" , "CIM_EgressConditioningServiceOnEndpoint" } Association
Parameters (local in grey)
ValueMap { "0" , "1" , "2" }
Values { "Unknown" , "Ingress" , "Egress" }
Deprecated { "CIM_IngressConditioningServiceOnEndpoint" , "CIM_EgressConditioningServiceOnEndpoint" }
uint16 ServiceType ;
Indicates whether a packet is incoming (value = 1, 'Ingress') or out-going (value = 2, 'Egress') at the ProtocolEndpoint, relative to the ConditioningService.
Override ( "Dependent" )
Deprecated { "CIM_IngressConditioningServiceOnEndpoint.Dependent" , "CIM_EgressConditioningServiceOnEndpoint.Dependent" }
CIM_ConditioningService REF Dependent ;
The ConditioningService which begins or ends the traffic conditioning processing within a network device.
Max ( 1 )
Override ( "Antecedent" )
Deprecated { "CIM_IngressConditioningServiceOnEndpoint.Antecedent" , "CIM_EgressConditioningServiceOnEndpoint.Antecedent " }
CIM_ProtocolEndpoint REF Antecedent ;
The ProtocolEndpoint through which traffic arrives at or leaves from a network device.