19 lines
769 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 \'Active\' for the specified interface. A management "
"console may create an instance of this class in order to to "
"\'Enable\' a policy for a given interface. Among all the "
"associations that may exist there can be only one \'Active\' "
"policy per interface.An Active policy is chosen based on the "
"precedence property in a policy." )]
class AMT_NetworkPortSystemDefensePolicy : AMT_InterfacePolicy {
[Description (
"Specifies whether the owner enabled this Policy." )]
boolean Enabled;
};