SMS_R_IPNetwork
The SMS_R_IPNetwork WMI class is generated dynamically at provider run time and contains discovery data for resources discovered by the Network Discovery Agent.
The following syntax is simplified from MOF code and includes all inherited properties.
Class SMS_R_IPNetwork : SMS_Resource
{
string AgentName();
string AgentSite();
datetime AgentTime();
string Name;
uint32 ResourceID;
uint32 ResourceType;
string SMSAssignedSites();
string SubnetAddress;
string SubnetMask;
};
Properties
AgentName
Data type: string[]
Access type: Read-onlyList of agents that discovered this resource.
AgentSite
Data type: string[]
Access type: Read-onlyList of sites from which the agent ran.
AgentTime
Data type: datetime[]
Access type: Read-onlyList of discovery times.
Name
Data type: string
Access type: Read-onlyName of the resource. This value may be blank.
ResourceID
Data type: uint32
Access type: Read-only
Qualifiers: KeySMS-supplied identifier that uniquely identifies a resource. A ResourceID value is not unique outside the site.
ResourceType
Data type: uint32
Access type: Read-onlyNumeric identifier that represents the different types of resources in your site. Because other types of resources may be added before network discovery is enabled, ResourceType may be any value equal to or greater than 6.
SMSAssignedSites
Data type: string[]
Access type: Read-onlyList of site codes of the SMS sites to which this resource is assigned, based on the site boundaries.
SubnetAddress
Data type: string
Access type: Read-onlyIP network address. This value can contain wildcards.
SubnetMask
Data type: string
Access type: Read-onlySubnet mask for the subnet number.
Remarks
The Network Discovery Agent is not enabled at the time SMS is installed — you must enable the agent using the console or by updating the site control file. This class is not available on sites where the agent is not enabled.
Although you can specify an IP Network resource type for a collection, you cannot distribute software to its resources.
You cannot create or update instance of this class, but you can delete instance of this class.
See Also
Managing Site Control Configuration, Resource Management Classes, SMS_R_System, SMS_ResourceMap