SMS_R_IPNetwork Server WMI Class

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

Syntax

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 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]

See SMS_Resource Server WMI Class.

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.

Remarks

This class is not available on sites where the agent is not enabled. The Network Discovery Agent is not enabled at the time Configuration Manager is installed. You must enable the agent by using the 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

For more information, see Configuration Manager Server Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Server Development Requirements.

See Also

SMS_Resource Server WMI Class
About the site control file