SnmpV3Host Class

Definition

An SNMPV3 seed host

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

Constructors

SnmpV3Host()

Constructor

SnmpV3Host(String, UInt16, SnmpV3Community)

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)

Methods

Equals(Object)

check to see if this is the same with another NetworkSeed

(Inherited from NetworkSeed)
GetHashCode()

Returns a hash code to represent this object

(Inherited from NetworkSeed)
WriteVersion(XmlWriter)

Serialize version to XML

Applies to