20 lines
629 B
Plaintext
20 lines
629 B
Plaintext
// Copyright (c) 2007-2010, Intel Corporation. All rights reserved.
|
|
[Association, Version ( "3.0.0" ),
|
|
Description (
|
|
"TrapTargetForService specifies the endpoint to which traps "
|
|
"events are sent by the alerting service." )]
|
|
class AMT_TrapTargetForService : CIM_ServiceSAPDependency {
|
|
|
|
[Override ( "Antecedent" ),
|
|
Max ( 1 ),
|
|
Description ( "The endpoint which gets the trap." )]
|
|
AMT_EventSubscriber REF Antecedent;
|
|
|
|
[Override ( "Dependent" ),
|
|
Description (
|
|
"The SNMP service that sends the notifications." )]
|
|
AMT_EventManagerService REF Dependent;
|
|
|
|
|
|
};
|