serverRoom/amt-sdk-20-0-0-1/WS-ManagementCSModule/Src/WSMAN MOFs/AMT_AgentPresenceInterfacePolicy.mof

18 lines
691 B
Plaintext

// Copyright (c) 2007-2010, Intel Corporation. All rights reserved.
[Association, Version ( "3.0.0" ),
Description (
"An existing association implies that a System Defense Policy "
"may be activated on the specified interface. A management "
"console may create an instance of this class in order to set a "
"global Agent Presence configuration that should enable a "
"policy in case of a corresponding Agent Presence state change." )]
class AMT_AgentPresenceInterfacePolicy : AMT_InterfacePolicy {
[Description (
"Specifies whether Agent Presence enabled this policy on "
"the interface." )]
boolean Enabled;
};