DeviceDiscoveryConfiguration Members
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 | |
---|---|---|
IPAddressRangeDiscoveryCriteria | Gets the range of IP addresses that this configuration uses when searching for devices. | |
IsDefaultActionAccount | Gets a value that indicates whether this configuration uses the Management Server's default action account when performing discovery. | |
ReadOnlyCommunity | Gets or sets the read-only community name that is used when connecting to devices during discovery. | |
ReadWriteCommunity | Gets or sets the read/write community name that is used when connecting to devices during discovery. | |
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. | |
TargetClass | Gets the type of devices discovered when using this configuration. | |
TimeoutSeconds | The maximum length of time that is spent attempting to discover a device at an IP address. | |
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 | |
---|---|---|
Dispose | Releases the resources that are used by the DeviceDiscoveryConfiguration object. | |
Equals | Overloaded. (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
ReferenceEquals | (inherited from Object) | |
ResetActionAccount | Resets the configuration to use the default action account when performing device discovery. | |
SetActionAccount | Overloaded. Sets the action account that this configuration uses to perform device discovery. | |
ToString | (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | Overridden. Frees the resources of the current DeviceDiscoveryConfiguration object before it is reclaimed by the garbage collector. | |
MemberwiseClone | (inherited from Object) |
Top
See Also
Reference
DeviceDiscoveryConfiguration Class
Microsoft.EnterpriseManagement.Administration Namespace