serverRoom/backend-csharp/amt-sdk-20-0-0-1/WS-ManagementCSModule/Src/WSMAN MOFs/AMT_NetworkPortDefaultSystemDefensePolicy.mof

28 lines
979 B
Plaintext

// Copyright (c) 2007-2010, Intel Corporation. All rights reserved.
[Association, Version ( "6.0.0" ),
Description (
"Associates a Network Interface with a System DefensePolicy. An "
"existing association implies that the System Defense Policy is "
"the default policy for the specified interface. It will be "
"activated when no other policies are enabled for that "
"interface." )]
class AMT_NetworkPortDefaultSystemDefensePolicy : CIM_Dependency {
[Description (
"Specifies whether this Policy is Active on the network interface."
)]
boolean Active;
[Key, Override ( "Antecedent" ),
Description (
"References a CIM_EthernetPort object representing the interface."
)]
CIM_EthernetPort REF Antecedent;
[Key, Override ( "Dependent" ),
Description ( "References an AMT_SystemDefensePolicy object." )]
AMT_SystemDefensePolicy REF Dependent;
};