The SMS_R_IPNetwork Windows Management Instrumentation (WMI) class is an SMS Provider server class, in System Center 2012 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;
};

Methods

The SMS_R_IPNetwork class does not define any methods.

Properties

AgentName

Data type: String ArrayAccess type: Read-onlyQualifiers: NoneNames of agents that discovered the resource.
AgentSite

Data type: String ArrayAccess type: Read-onlyQualifiers: NoneList of sites from which the agent ran.
AgentTime

Data type: DateTime ArrayAccess type: Read-onlyQualifiers: NoneList of discovery times.
CreationDate

Data type: DateTimeAccess type: Read-onlyQualifiers: NoneCreation time stamp of the discovered resource.
Name

Data type: StringAccess type: Read-onlyQualifiers: NoneName of the resource. This value might be blank.
ResourceID

Data type: UInt32Access type: Read/WriteQualifiers: [key]See SMS_Resource Server WMI Class.
ResourceType

Data type: UInt32Access type: Read-onlyQualifiers: NoneType 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: StringAccess type: Read-onlyQualifiers: NoneIP network address. This value can contain wildcards.
SubnetMask

Data type: StringAccess type: Read-onlyQualifiers: NoneSubnet mask for the subnet number.
SubnetName

Data type: StringAccess type: Read-onlyQualifiers: NoneName of the subnet.
SubnetTopology

Data type: StringAccess type: Read-onlyQualifiers: NoneTopology of the subnet.

Remarks

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 Configuration Manager is installed. You must enable the agent by using the System Center 2012 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

Runtime Requirements

Development Requirements

See Also

Configuration Manager Site Control File [dxmigr]

Reference

SMS_Resource Server WMI Class

Concepts

Resource Management Server WMI Classes