DeviceDiscoveryConfiguration Class

 

Applies To: Operations Manager for System Center 2012

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

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Inheritance Hierarchy

System.Object
  Microsoft.EnterpriseManagement.Administration.DeviceDiscoveryConfiguration

Syntax

public class DeviceDiscoveryConfiguration : IDisposable
public ref class DeviceDiscoveryConfiguration : IDisposable
type DeviceDiscoveryConfiguration = 
    class
        interface IDisposable
    end
Public Class DeviceDiscoveryConfiguration
    Implements IDisposable

Constructors

Name Description
System_CAPS_pubmethod DeviceDiscoveryConfiguration(ManagementPackClass, IPAddressRangeDiscoveryCriteria)

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

Properties

Name Description
System_CAPS_pubproperty IPAddressRangeDiscoveryCriteria

Gets the range of IP addresses that this configuration uses when searching for devices.

System_CAPS_pubproperty IsDefaultActionAccount

Gets a value that indicates whether this configuration uses the Management Server's default action account when performing discovery.

System_CAPS_pubproperty ReadOnlyCommunity

Gets or sets the read-only community name that is used when connecting to devices during discovery.

System_CAPS_pubproperty ReadWriteCommunity

Gets or sets the read/write community name that is used when connecting to devices during discovery.

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

System_CAPS_pubproperty Target

Gets the type of devices discovered when using this configuration.

System_CAPS_pubproperty TargetClass

Obsolete.

System_CAPS_pubproperty TimeoutSeconds

The maximum length of time that is spent attempting to discover a device at an IP address.

System_CAPS_pubproperty UseActionAccount

Gets or sets a value that indicates whether the Management Server action account is used for device discovery.

Methods

Name Description
System_CAPS_pubmethod Dispose()

Releases the resources that are used by the DeviceDiscoveryConfiguration object.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

Frees the resources of the current DeviceDiscoveryConfiguration object before it is reclaimed by the garbage collector.(Overrides Object.Finalize().)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ResetActionAccount()

Resets the configuration to use the default action account when performing device discovery.

System_CAPS_pubmethod SetActionAccount(String, String, SecureString)

Sets this configuration to perform device discovery using the specified credentials.

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.EnterpriseManagement.Administration Namespace

Return to top