SMS_R_IPNetwork Server WMI Class
Updated: November 1, 2013
Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager
The SMS_R_IPNetwork Windows Management Instrumentation (WMI) class is an SMS Provider server class, in System Center 2012 R2 Configuration Manager, that is generated dynamically at SMS Provider run time and contains discovery data for resources discovered by the Network Discovery Agent.
The following syntax is not defined in the Managed Object Format (MOF) code.
Class SMS_R_IPNetwork : SMS_Resource
{
String AgentName[];
String AgentSite[];
DateTime AgentTime[];
DateTime CreationDate;
String Name;
UInt32 ResourceID;
UInt32 ResourceType;
String SubnetAddress;
String SubnetMask;
String SubnetName;
String SubnetTopology;
};
The SMS_R_IPNetwork class does not define any methods.
- AgentName
Data type: String Array
Access type: Read-only
Qualifiers: None
Names of agents that discovered the resource.
- AgentSite
Data type: String Array
Access type: Read-only
Qualifiers: None
List of sites from which the agent ran.
- AgentTime
Data type: DateTime Array
Access type: Read-only
Qualifiers: None
List of discovery times.
- CreationDate
Data type: DateTime
Access type: Read-only
Qualifiers: None
Creation time stamp of the discovered resource.
- Name
Data type: String
Access type: Read-only
Qualifiers: None
Name of the resource. This value might be blank.
- ResourceID
Data type: UInt32
Access type: Read/Write
Qualifiers: [key]
- ResourceType
Data type: UInt32
Access type: Read-only
Qualifiers: None
Type of resources on the site. Because other types of resources might be added before network discovery is enabled, this property might be set to any value equal to or greater than 6.
- SubnetAddress
Data type: String
Access type: Read-only
Qualifiers: None
IP network address. This value can contain wildcards.
- SubnetMask
Data type: String
Access type: Read-only
Qualifiers: None
Subnet mask for the subnet number.
- SubnetName
Data type: String
Access type: Read-only
Qualifiers: None
Name of the subnet.
- SubnetTopology
Data type: String
Access type: Read-only
Qualifiers: None
Topology of the subnet.
This class is not available on sites where the agent is not enabled. The Network Discovery Agent is not enabled at the time System Center 2012 R2 Configuration Manager is installed. You must enable the agent by using the System Center 2012 R2 Configuration Manager console or by updating the site control file.
Although you can specify an IP network resource type for a collection, you cannot distribute software to its resources.
You cannot create or update an instance of this class, but you can delete an instance.
Requirements
For more information, see Configuration Manager Server Runtime Requirements.
For more information, see Configuration Manager Server Development Requirements.