WS-Management > WS-Management Class Reference > AMT Classes > AMT_GeneralSystemDefenseCapabilities

Class AMT_GeneralSystemDefenseCapabilities

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_Capabilities
      extended by AMT_GeneralSystemDefenseCapabilities

Also see:
AMT_NetworkPortSystemDefenseCapabilities

class AMT_GeneralSystemDefenseCapabilities
extends CIM_Capabilities

General Information:
Describes the system capabilities of the System Defense feature. These capabilities are independent of all network interfaces.

Product Specific Usage:
Instance is not created in Client Control mode. Disables Heuristics SystemDefense feature.

Qualifiers:
-------------
Version=6.0.0


Supported Fields Summary
 string ElementName
The user friendly name for this instance of Capabilities . . .
 string InstanceID Key
Opaquely and uniquely identifies an instance of this class.
 uint32 GlobalMaxSupportedPolicies
Specifies the maximum number of supported policies allocated by the Intel(R) AMT device.
 uint32 GlobalMaxSupportedFilters
Specifies the maximum number of supported filters allocated by the Intel(R) AMT device.

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

ElementName

public string ElementName
General Information:
The user friendly name for this instance of Capabilities. In addition, the user friendly name can be used as a index property for a search of query. (Note: Name does not have to be unique within a namespace.)

Qualifiers:
-------------
Required
Override=ElementName
MaxLen=50


InstanceID Key

public string InstanceID
General Information:
Opaquely and uniquely identifies an instance of this class.

Qualifiers:
-------------
Key
Override=InstanceID
MaxLen=256


GlobalMaxSupportedPolicies

public uint32 GlobalMaxSupportedPolicies
General Information:
Specifies the maximum number of supported policies allocated by the Intel(R) AMT device.


GlobalMaxSupportedFilters

public uint32 GlobalMaxSupportedFilters
General Information:
Specifies the maximum number of supported filters allocated by the Intel(R) AMT device.


Method Detail

Get

public  Get([OUT]AMT_GeneralSystemDefenseCapabilities 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.