SMS_SystemResourceList Server WMI Class
Updated: October 28, 2009
Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2
The SMS_SystemResourceList Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that maps network abstraction layer (NAL) paths, resource types, site codes, and role names for system resources located on site servers.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_SystemResourceList : SMS_BaseClass
{
String NALPath;
String ResourceType;
String RoleName;
String ServerName,
String ServerRemoteName,
String SiteCode;
};
The SMS_SystemResourceList class does not define any methods.
- NALPath
- Data type: String Access type: Read Only Qualifiers: [key] NAL path of the system resource. The default value is "".
- ResourceType
- Data type: String Access type: Read Only Qualifiers: [key] Type of the system resource, such as a Windows NT Server. The default value is "".
- RoleName
- Data type: String Access type: Read Only Qualifiers: [key] Role of the server. The default value is "".
- ServerName
- Data type: String Access type: Read Only Qualifiers: None Name of the server. The default value is "".
- ServerRemoteName
- Data type: String Access type: Read Only Qualifiers: None Fully qualified domain name (FQDN) for the site system on the intranet. The default value is "".
- SiteCode
- Data type: String Access type: Read Only Qualifiers: [key, SizeLimit("3")] Site that owns the system resource. The default value is "".
Class qualifiers for this class include:
-
Read (read-only)
For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.