SnmpHost Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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 |