SnmpV3Host 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 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
- 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 |