SnmpV3Community 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.
Community for SNMPv3 devices
public ref class SnmpV3Community : Microsoft::EnterpriseManagement::NetworkMonitoring::SnmpCommunity
[System.Serializable]
public class SnmpV3Community : Microsoft.EnterpriseManagement.NetworkMonitoring.SnmpCommunity
type SnmpV3Community = class
inherit SnmpCommunity
Public Class SnmpV3Community
Inherits SnmpCommunity
- Inheritance
- Attributes
Properties
| Account |
The RunAs account (Inherited from SnmpCommunity) |
| Name |
The name (Inherited from SnmpCommunity) |
Methods
| BeginWriteXml(XmlWriter) |
Write common XML (Inherited from SnmpCommunity) |
| Equals(Object) |
is equal (Inherited from SnmpCommunity) |
| GetAccount() |
Returns the account (Inherited from SnmpCommunity) |
| GetHashCode() |
Get the hash code for the object (Inherited from SnmpCommunity) |
| GetProfile(String, ManagementPack) |
Get RunAs profile by name (Inherited from SnmpCommunity) |
| Reconnect(EnterpriseManagementGroup) |
Reconnect to management group. (Inherited from SnmpCommunity) |
| RunAsProperty(String) |
Gets the $RunAs macro for a RunAs property (Inherited from SnmpCommunity) |
| VerifyAccountType() |
Check to see if the RunAs account if of the right type |