// Copyright (c) 2007-2010, Intel Corporation. All rights reserved. [Version ( "6.0.0" ), Description ( "Represents a SNMP-events subscriber in the Intel(R) AMT system." )] class AMT_SNMPEventSubscriber : AMT_EventSubscriber { [Required, Override ( "AccessInfo" ), Description ( "Access and/or addressing information for a remote " "connection. This can be a host name, network address or " "similar information." )] string AccessInfo; [Required, Description ( "Associates a Subscription to its filter." )] uint8 PolicyID; [Description ( "A community string to send with the trap operation." )] string CommunityString; };