DeviceDiscoveryConfiguration Class

System Center
 

Updated: April 16, 2012

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)

System::Object
  Microsoft.EnterpriseManagement.Administration::DeviceDiscoveryConfiguration

public ref class DeviceDiscoveryConfiguration : IDisposable

NameDescription
System_CAPS_pubmethodDeviceDiscoveryConfiguration(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.

NameDescription
System_CAPS_pubpropertyIPAddressRangeDiscoveryCriteria

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

System_CAPS_pubpropertyIsDefaultActionAccount

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

System_CAPS_pubpropertyReadOnlyCommunity

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

System_CAPS_pubpropertyReadWriteCommunity

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

System_CAPS_pubpropertySnmpVersion

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_pubpropertyTarget

Gets the type of devices discovered when using this configuration.

System_CAPS_pubpropertyTargetClass

Obsolete.

System_CAPS_pubpropertyTimeoutSeconds

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

System_CAPS_pubpropertyUseActionAccount

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

NameDescription
System_CAPS_pubmethodDispose()

Releases the resources that are used by the DeviceDiscoveryConfiguration object.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

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

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodResetActionAccount()

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

System_CAPS_pubmethodSetActionAccount(String^, String^, SecureString^)

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

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: