SnmpHost Class

Definition

An SNMP seed host

public ref class SnmpHost : Microsoft::EnterpriseManagement::NetworkMonitoring::NetworkSeed
[System.Serializable]
public class SnmpHost : Microsoft.EnterpriseManagement.NetworkMonitoring.NetworkSeed
type SnmpHost = class
    inherit NetworkSeed
Public Class SnmpHost
Inherits NetworkSeed
Inheritance
SnmpHost
Attributes

Constructors

SnmpHost()

Constructor

SnmpHost(String, UInt16, SnmpV1Community)

Constructor

SnmpHost(String, UInt16, SnmpV1Community, SnmpVersion)

Constructor

Properties

Community

Community

(Inherited from NetworkSeed)
Host

Seed hostname (or ip address)

(Inherited from NetworkSeed)
Mode

protocol used for discovery

(Inherited from NetworkSeed)
Port

Port

(Inherited from NetworkSeed)
Version

version of Snmp

Methods

Equals(Object)

check to see if this is the same with another SnmpHost

GetHashCode()

Returns a hash code to represent this object

WriteVersion(XmlWriter)

Serialize version to XML

Applies to