SnmpV3Community Class

Definition

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

Applies to