Represents a configuration to use when discovering network devices. The discovery process allows you to find devices that you want to manage.

The following tables list the members exposed by the DeviceDiscoveryConfiguration type.

Public Constructors

  Name Description
DeviceDiscoveryConfiguration Initializes the DeviceDiscoveryConfiguration with the class of devices to discover and the range of IP addresses in which to search for the devices.
Top

Public Properties

  Name Description
public property IPAddressRangeDiscoveryCriteria Gets the range of IP addresses that this configuration uses when searching for devices.
public property IsDefaultActionAccount Gets a value that indicates whether this configuration uses the Management Server's default action account when performing discovery.
public property ReadOnlyCommunity Gets or sets the read-only community name that is used when connecting to devices during discovery.
public property ReadWriteCommunity Gets or sets the read/write community name that is used when connecting to devices during discovery.
public property SnmpVersion Gets or sets the Simple Network Management Protocol (SNMP) version to use when discovering network devices. Only version 1 and version 2 are supported.
public property TargetClass Gets the type of devices discovered when using this configuration.
public property TimeoutSeconds The maximum length of time that is spent attempting to discover a device at an IP address.
public property UseActionAccount Gets or sets a value that indicates whether the Management Server action account is used for device discovery.
Top

Public Methods (see also Protected Methods)

  Name Description
public method Dispose Releases the resources that are used by the DeviceDiscoveryConfiguration object.
public method Equals  Overloaded. (inherited from Object)
public method GetHashCode  (inherited from Object)
public method GetType  (inherited from Object)
public methodstatic ReferenceEquals  (inherited from Object)
public method ResetActionAccount Resets the configuration to use the default action account when performing device discovery.
public method SetActionAccount Overloaded. Sets the action account that this configuration uses to perform device discovery.
public method ToString  (inherited from Object)
Top

Protected Methods

  Name Description
protected method Finalize Overridden. Frees the resources of the current DeviceDiscoveryConfiguration object before it is reclaimed by the garbage collector.
protected method MemberwiseClone  (inherited from Object)
Top

See Also


Send comments about this topic to Microsoft.