Class AMT_NetworkFilter

Used in features: System Defense & Heuristics
Compatible with the following Intel AMT Releases: 3.0, 3.2, 4.0, 5.0, 5.1, 6.0, 6.1, 6.2, 7.0, 8.0, 8.1, 9.0, 9.5, 10.0, 11.0
CIM_ManagedElement
   extended by CIM_ManagedSystemElement
      extended by CIM_LogicalElement
         extended by AMT_FilterEntryBase
            extended by AMT_NetworkFilter

Also see:
AMT_Hdr8021Filter
AMT_IPHeadersFilter

class AMT_NetworkFilter
extends AMT_FilterEntryBase

General Information:
Represents a general network filter.

Product Specific Usage:
In AMT 3.0, NetworkFilter class represents Else and Anti-Spoofing filters. In the future different kinds of filters, which are not strictly IP or ETH-level, can be modeled using this class.
The class’s Name attribute determines the kind of filter – e.g. Name=”Anti Spoofing Filter”, "RX Else Filter”, or "TX Else Filter".

Qualifiers:
-------------
Version=3.0.0


Supported Fields Summary
 string SystemCreationClassName Key
The scoping ComputerSystem's CreationClassName.
 string SystemName Key
The scoping ComputerSystem's Name.
 string CreationClassName Key
CreationClassName indicates the name of the class or the subclass used in the creation of an instance . . .
 string Name Key
The Name property defines the label by which the Filter Entry is known and uniquely identified.
 uint32 OwnerID Key
The handle of the policy containing this filter.

Methods Summary
  Get(Instance)
Gets the representation of the instance
  Pull(EnumerationContext, MaxElements)
Pulls instances of this class, following an Enumerate operation
  Enumerate()
Enumerates the instances of this class
  Release(EnumerationContext)
Releases an enumeration context

Field Detail

SystemCreationClassName Key

public string SystemCreationClassName
General Information:
The scoping ComputerSystem's CreationClassName.

Qualifiers:
-------------
Key
MaxLen=20
Propagated=CIM_ComputerSystem.CreationClassName


SystemName Key

public string SystemName
General Information:
The scoping ComputerSystem's Name.

Qualifiers:
-------------
Key
MaxLen=14
Propagated=CIM_ComputerSystem.Name


CreationClassName Key

public string CreationClassName
General Information:
CreationClassName indicates the name of the class or the subclass used in the creation of an instance. When used with the other key properties of this class, this property allows all instances of this class and its subclasses to be uniquely identified.

Qualifiers:
-------------
Key
MaxLen=20


Name Key

public string Name
General Information:
The Name property defines the label by which the Filter Entry is known and uniquely identified.

Product Specific Usage:
”Anti Spoofing Filter”, "RX Else Filter”, or "TX Else Filter".

Qualifiers:
-------------
Key
Override=Name
MaxLen=40


OwnerID Key

public uint32 OwnerID
General Information:
The handle of the policy containing this filter.

Qualifiers:
-------------
Key


Method Detail

Get

public  Get([OUT]AMT_NetworkFilter Instance)
Permission Information:
Permitted realms: ADMIN_SECURITY_CIRCUIT_BREAKER_REALM

General Information:
Gets the representation of the instance

Pull

public  Pull([IN]String EnumerationContext, [IN]String MaxElements)
Permission Information:
All users permitted to use method, only instances to whom the user has permissions will be returned

General Information:
Pulls instances of this class, following an Enumerate operation

Enumerate

public  Enumerate()
Permission Information:
All users permitted to use method

General Information:
Enumerates the instances of this class

Release

public  Release([IN]String EnumerationContext)
Permission Information:
All users permitted to use method

General Information:
Releases an enumeration context

Copyright © 2006-2022, Intel Corporation. All rights reserved.