The SMS_AIHardwareRequirements Windows Management Instrumentation (WMI) class, in System Center 2012 Configuration Manager, associates a software title with hardware requirements.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_AIHardwareRequirements : SMS_BaseClass { boolean IsLocal; uint32 MinCPU; sint64 MinDiskFree; sint64 MinDiskSize; sint64 MinRAM; string Product; uint32 State; }; |
Methods
The following table lists the methods in the SMS_AIHardwareRequirements class.
Method | Description |
---|---|
Retrieves a summary of all class instances based on the State property of the class. |
Properties
- IsLocal
- Data type: BooleanAccess type: Read OnlyQualifiers: Nonetrue when this entry has been created locally. Local entries are editable.
- MinCPU
- Data type: UInt32Access type: Read/WriteQualifiers: NoneMinimum CPU in megahertz.
- MinDiskFree
- Data type: SInt64Access type: Read/WriteQualifiers: NoneMinimum free disk space in KB.
- MinDiskSize
- Data type: SInt64Access type: Read/WriteQualifiers: NoneMinimum total disk size in KB.
- MinRAM
- Data type: SInt64Access type: Read/WriteQualifiers: NoneMinimum total RAM in KB.
- Product
- Data type: StringAccess type: Read/WriteQualifiers: keyThe software title.
- State
- Data type: UInt32Access type: Read OnlyQualifiers: None
Value Description 0
Validated, defined by Microsoft through System Center Online.
1
User-defined.
Remarks
Class qualifiers for this class include:
- DisplayName("AI Hardware Requirements")
- Dynamic
- Provider("ExtnProv")
- Secured
For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.