SnmpCommunity Class

Definition

SNMP Community

public ref class SnmpCommunity abstract
[System.Serializable]
public abstract class SnmpCommunity
type SnmpCommunity = class
Public MustInherit Class SnmpCommunity
Inheritance
SnmpCommunity
Derived
Attributes

Properties

Account

The RunAs account

Name

The name

Methods

BeginWriteXml(XmlWriter)

Write common XML

Create(ManagementGroup, CommunityStringSecureData)

Creates an SnmpV1Community

Create(ManagementGroup, SnmpV3SecureData)

Creates an SnmpV3Community

EndWriteXml(XmlWriter)

Write common XML

Equals(Object)

is equal

GetAccount()

Returns the account

GetHashCode()

Get the hash code for the object

GetProfile(String, ManagementPack)

Get RunAs profile by name

Reconnect(EnterpriseManagementGroup)

Reconnect to management group.

RunAsProperty(String)

Gets the $RunAs macro for a RunAs property

VerifyAccountType()

Verify the account is of the proper type

Applies to