Share via


SMS_R_IPNetwork Server WMI Class

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_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.

Class SMS_R_IPNetwork : SMS_Resource
{
     String AgentName[];
     String AgentSite[];
     DateTime AgentTime[];
     String Name;
     UInt32 ResourceID;
     UInt32 ResourceType;
     String SMSAssignedSites[];
     String SubnetAddress;
     String SubnetMask;
};

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.

  • Name
    Data type: String

    Access type: Read-only

    Qualifiers: None

    Name of the resource. This value might be blank.

  • 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.

  • SMSAssignedSites
    Data type: String Array

    Access type: Read-only

    Qualifiers: None

    List of site codes of the sites to which this resource is assigned, based on the site boundaries.

  • 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.

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

Concepts

Resource Management Server WMI Classes
SMS_Resource Server WMI Class
Configuration Manager Site Control File