notification_log_mib

package
v0.0.0-...-50def94 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 2, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

The MIB module for logging SNMP Notifications, that is, Traps and Informs.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NOTIFICATIONLOGMIB

type NOTIFICATIONLOGMIB struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	NlmConfig NOTIFICATIONLOGMIB_NlmConfig

	NlmStats NOTIFICATIONLOGMIB_NlmStats

	// A table of logging control entries.
	NlmConfigLogTable NOTIFICATIONLOGMIB_NlmConfigLogTable

	// A table of Notification log entries.  It is an implementation-specific
	// matter whether entries in this table are preserved across initializations
	// of the management system.  In general one would expect that they are not.
	// Note that keeping entries across initializations of the management system
	// leads to some confusion with counters and TimeStamps, since both of those
	// are based on sysUpTime, which resets on management initialization.  In this
	// situation, counters apply only after the reset and nlmLogTime for entries
	// made before the reset MUST be set to 0.
	NlmLogTable NOTIFICATIONLOGMIB_NlmLogTable

	// A table of variables to go with Notification log entries.
	NlmLogVariableTable NOTIFICATIONLOGMIB_NlmLogVariableTable
}

NOTIFICATIONLOGMIB

func (*NOTIFICATIONLOGMIB) GetEntityData

func (nOTIFICATIONLOGMIB *NOTIFICATIONLOGMIB) GetEntityData() *types.CommonEntityData

type NOTIFICATIONLOGMIB_NlmConfig

type NOTIFICATIONLOGMIB_NlmConfig struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// The maximum number of notification entries that may be held in nlmLogTable
	// for all nlmLogNames added together.  A particular setting does not
	// guarantee that much data can be held.  If an application changes the limit
	// while there are Notifications in the log, the oldest Notifications MUST be
	// discarded to bring the log down to the new limit - thus the value of
	// nlmConfigGlobalEntryLimit MUST take precedence over the values of
	// nlmConfigGlobalAgeOut and nlmConfigLogEntryLimit, even if the Notification
	// being discarded has been present for fewer minutes than the value of
	// nlmConfigGlobalAgeOut, or if the named log has fewer entries than that
	// specified in nlmConfigLogEntryLimit.  A value of 0 means no limit.  Please
	// be aware that contention between multiple managers trying to set this
	// object to different values MAY affect the reliability and completeness of
	// data seen by each manager. The type is interface{} with range:
	// 0..4294967295.
	NlmConfigGlobalEntryLimit interface{}

	// The number of minutes a Notification SHOULD be kept in a log before it is
	// automatically removed.  If an application changes the value of
	// nlmConfigGlobalAgeOut, Notifications older than the new time MAY be
	// discarded to meet the new time.  A value of 0 means no age out.  Please be
	// aware that contention between multiple managers trying to set this object
	// to different values MAY affect the reliability and completeness of data
	// seen by each manager. The type is interface{} with range: 0..4294967295.
	// Units are minutes.
	NlmConfigGlobalAgeOut interface{}
}

NOTIFICATIONLOGMIB_NlmConfig

func (*NOTIFICATIONLOGMIB_NlmConfig) GetEntityData

func (nlmConfig *NOTIFICATIONLOGMIB_NlmConfig) GetEntityData() *types.CommonEntityData

type NOTIFICATIONLOGMIB_NlmConfigLogTable

type NOTIFICATIONLOGMIB_NlmConfigLogTable struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// A logging control entry.  Depending on the entry's storage type entries may
	// be supplied by the system or created and deleted by applications using
	// nlmConfigLogEntryStatus. The type is slice of
	// NOTIFICATIONLOGMIB_NlmConfigLogTable_NlmConfigLogEntry.
	NlmConfigLogEntry []*NOTIFICATIONLOGMIB_NlmConfigLogTable_NlmConfigLogEntry
}

NOTIFICATIONLOGMIB_NlmConfigLogTable A table of logging control entries.

func (*NOTIFICATIONLOGMIB_NlmConfigLogTable) GetEntityData

func (nlmConfigLogTable *NOTIFICATIONLOGMIB_NlmConfigLogTable) GetEntityData() *types.CommonEntityData

type NOTIFICATIONLOGMIB_NlmConfigLogTable_NlmConfigLogEntry

type NOTIFICATIONLOGMIB_NlmConfigLogTable_NlmConfigLogEntry struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// This attribute is a key. The name of the log.  An implementation may allow
	// multiple named logs, up to some implementation-specific limit (which may be
	// none).  A zero-length log name is reserved for creation and deletion by the
	// managed system, and MUST be used as the default log name by systems that do
	// not support named logs. The type is string with length: 0..32.
	NlmLogName interface{}

	// A value of snmpNotifyFilterProfileName as used as an index into the
	// snmpNotifyFilterTable in the SNMP Notification MIB, specifying the locally
	// or remotely originated Notifications to be filtered out and not logged in
	// this log.  A zero-length value or a name that does not identify an existing
	// entry in snmpNotifyFilterTable indicate no Notifications are to be logged
	// in this log. The type is string with length: 0..32.
	NlmConfigLogFilterName interface{}

	// The maximum number of notification entries that can be held in nlmLogTable
	// for this named log.  A particular setting does not guarantee that that much
	// data can be held.  If an application changes the limit while there are
	// Notifications in the log, the oldest Notifications are discarded to bring
	// the log down to the new limit.  A value of 0 indicates no limit.  Please be
	// aware that contention between multiple managers trying to set this object
	// to different values MAY affect the reliability and completeness of data
	// seen by each manager. The type is interface{} with range: 0..4294967295.
	NlmConfigLogEntryLimit interface{}

	// Control to enable or disable the log without otherwise disturbing the log's
	// entry.  Please be aware that contention between multiple managers trying to
	// set this object to different values MAY affect the reliability and
	// completeness of data seen by each manager. The type is
	// NlmConfigLogAdminStatus.
	NlmConfigLogAdminStatus interface{}

	// The operational status of this log:  disabled  administratively disabled
	// operational    administratively enabled and working  noFilter
	// administratively enabled but either           nlmConfigLogFilterName is
	// zero length           or does not name an existing entry in
	// snmpNotifyFilterTable. The type is NlmConfigLogOperStatus.
	NlmConfigLogOperStatus interface{}

	// The storage type of this conceptual row. The type is StorageType.
	NlmConfigLogStorageType interface{}

	// Control for creating and deleting entries.  Entries may be modified while
	// active.  For non-null-named logs, the managed system records the security
	// credentials from the request that sets nlmConfigLogStatus to 'active' and
	// uses that identity to apply access control to the objects in the
	// Notification to decide if that Notification may be logged. The type is
	// RowStatus.
	NlmConfigLogEntryStatus interface{}

	// The number of Notifications put in this named log. The type is interface{}
	// with range: 0..4294967295. Units are notifications.
	NlmStatsLogNotificationsLogged interface{}

	// The number of log entries discarded from this named log to make room for a
	// new entry due to lack of resources or the value of
	// nlmConfigGlobalEntryLimit or nlmConfigLogEntryLimit.  This does not include
	// entries discarded due to the value of nlmConfigGlobalAgeOut. The type is
	// interface{} with range: 0..4294967295. Units are notifications.
	NlmStatsLogNotificationsBumped interface{}
}

NOTIFICATIONLOGMIB_NlmConfigLogTable_NlmConfigLogEntry A logging control entry. Depending on the entry's storage type entries may be supplied by the system or created and deleted by applications using nlmConfigLogEntryStatus.

func (*NOTIFICATIONLOGMIB_NlmConfigLogTable_NlmConfigLogEntry) GetEntityData

type NOTIFICATIONLOGMIB_NlmConfigLogTable_NlmConfigLogEntry_NlmConfigLogAdminStatus

type NOTIFICATIONLOGMIB_NlmConfigLogTable_NlmConfigLogEntry_NlmConfigLogAdminStatus string

NOTIFICATIONLOGMIB_NlmConfigLogTable_NlmConfigLogEntry_NlmConfigLogAdminStatus represents reliability and completeness of data seen by each manager.

const (
	NOTIFICATIONLOGMIB_NlmConfigLogTable_NlmConfigLogEntry_NlmConfigLogAdminStatus_enabled NOTIFICATIONLOGMIB_NlmConfigLogTable_NlmConfigLogEntry_NlmConfigLogAdminStatus = "enabled"

	NOTIFICATIONLOGMIB_NlmConfigLogTable_NlmConfigLogEntry_NlmConfigLogAdminStatus_disabled NOTIFICATIONLOGMIB_NlmConfigLogTable_NlmConfigLogEntry_NlmConfigLogAdminStatus = "disabled"
)

type NOTIFICATIONLOGMIB_NlmConfigLogTable_NlmConfigLogEntry_NlmConfigLogOperStatus

type NOTIFICATIONLOGMIB_NlmConfigLogTable_NlmConfigLogEntry_NlmConfigLogOperStatus string

NOTIFICATIONLOGMIB_NlmConfigLogTable_NlmConfigLogEntry_NlmConfigLogOperStatus represents snmpNotifyFilterTable

const (
	NOTIFICATIONLOGMIB_NlmConfigLogTable_NlmConfigLogEntry_NlmConfigLogOperStatus_disabled NOTIFICATIONLOGMIB_NlmConfigLogTable_NlmConfigLogEntry_NlmConfigLogOperStatus = "disabled"

	NOTIFICATIONLOGMIB_NlmConfigLogTable_NlmConfigLogEntry_NlmConfigLogOperStatus_operational NOTIFICATIONLOGMIB_NlmConfigLogTable_NlmConfigLogEntry_NlmConfigLogOperStatus = "operational"

	NOTIFICATIONLOGMIB_NlmConfigLogTable_NlmConfigLogEntry_NlmConfigLogOperStatus_noFilter NOTIFICATIONLOGMIB_NlmConfigLogTable_NlmConfigLogEntry_NlmConfigLogOperStatus = "noFilter"
)

type NOTIFICATIONLOGMIB_NlmLogTable

type NOTIFICATIONLOGMIB_NlmLogTable struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// A Notification log entry.  Entries appear in this table when Notifications
	// occur and pass filtering by nlmConfigLogFilterName and access control.
	// They are removed to make way for new entries due to lack of resources or
	// the values of nlmConfigGlobalEntryLimit, nlmConfigGlobalAgeOut, or
	// nlmConfigLogEntryLimit.  If adding an entry would exceed
	// nlmConfigGlobalEntryLimit or system resources in general, the oldest entry
	// in any log SHOULD be removed to make room for the new one.  If adding an
	// entry would exceed nlmConfigLogEntryLimit the oldest entry in that log
	// SHOULD be removed to make room for the new one.  Before the managed system
	// puts a locally-generated Notification into a non-null-named log it assures
	// that the creator of the log has access to the information in the
	// Notification.  If not it does not log that Notification in that log. The
	// type is slice of NOTIFICATIONLOGMIB_NlmLogTable_NlmLogEntry.
	NlmLogEntry []*NOTIFICATIONLOGMIB_NlmLogTable_NlmLogEntry
}

NOTIFICATIONLOGMIB_NlmLogTable A table of Notification log entries.

It is an implementation-specific matter whether entries in this table are preserved across initializations of the management system. In general one would expect that they are not.

Note that keeping entries across initializations of the management system leads to some confusion with counters and TimeStamps, since both of those are based on sysUpTime, which resets on management initialization. In this situation, counters apply only after the reset and nlmLogTime for entries made before the reset MUST be set to 0.

func (*NOTIFICATIONLOGMIB_NlmLogTable) GetEntityData

func (nlmLogTable *NOTIFICATIONLOGMIB_NlmLogTable) GetEntityData() *types.CommonEntityData

type NOTIFICATIONLOGMIB_NlmLogTable_NlmLogEntry

type NOTIFICATIONLOGMIB_NlmLogTable_NlmLogEntry struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// This attribute is a key. The type is string with length: 0..32. Refers to
	// notification_log_mib.NOTIFICATIONLOGMIB_NlmConfigLogTable_NlmConfigLogEntry_NlmLogName
	NlmLogName interface{}

	// This attribute is a key. A monotonically increasing integer for the sole
	// purpose of indexing entries within the named log.  When it reaches the
	// maximum value, an extremely unlikely event, the agent wraps the value back
	// to 1. The type is interface{} with range: 1..4294967295.
	NlmLogIndex interface{}

	// The value of sysUpTime when the entry was placed in the log. If the entry
	// occurred before the most recent management system initialization this
	// object value MUST be set to zero. The type is interface{} with range:
	// 0..4294967295.
	NlmLogTime interface{}

	// The local date and time when the entry was logged, instantiated only by
	// systems that have date and time capability. The type is string.
	NlmLogDateAndTime interface{}

	// The identification of the SNMP engine at which the Notification originated.
	// If the log can contain Notifications from only one engine or the Trap is in
	// SNMPv1 format, this object is a zero-length string. The type is string with
	// length: 5..32.
	NlmLogEngineID interface{}

	// The transport service address of the SNMP engine from which the
	// Notification was received, formatted according to the corresponding value
	// of nlmLogEngineTDomain. This is used to identify the source of an SNMPv1
	// trap, since an nlmLogEngineId cannot be extracted from the SNMPv1 trap pdu.
	// This object MUST always be instantiated, even if the log can contain
	// Notifications from only one engine.  Please be aware that the
	// nlmLogEngineTAddress may not uniquely identify the SNMP engine from which
	// the Notification was received. For example, if an SNMP engine uses DHCP or
	// NAT to obtain ip addresses, the address it uses may be shared with other
	// network devices, and hence will not uniquely identify the SNMP engine. The
	// type is string with length: 1..255.
	NlmLogEngineTAddress interface{}

	// Indicates the kind of transport service by which a Notification was
	// received from an SNMP engine. nlmLogEngineTAddress contains the transport
	// service address of the SNMP engine from which this Notification was
	// received.  Possible values for this object are presently found in the
	// Transport Mappings for SNMPv2 document (RFC 1906 [8]). The type is string
	// with pattern:
	// (([0-1](\.[1-3]?[0-9]))|(2\.(0|([1-9]\d*))))(\.(0|([1-9]\d*)))*.
	NlmLogEngineTDomain interface{}

	// If the Notification was received in a protocol which has a contextEngineID
	// element like SNMPv3, this object has that value. Otherwise its value is a
	// zero-length string. The type is string with length: 5..32.
	NlmLogContextEngineID interface{}

	// The name of the SNMP MIB context from which the Notification came. For
	// SNMPv1 Traps this is the community string from the Trap. The type is
	// string.
	NlmLogContextName interface{}

	// The NOTIFICATION-TYPE object identifier of the Notification that occurred.
	// The type is string with pattern:
	// (([0-1](\.[1-3]?[0-9]))|(2\.(0|([1-9]\d*))))(\.(0|([1-9]\d*)))*.
	NlmLogNotificationID interface{}
}

NOTIFICATIONLOGMIB_NlmLogTable_NlmLogEntry A Notification log entry.

Entries appear in this table when Notifications occur and pass filtering by nlmConfigLogFilterName and access control. They are removed to make way for new entries due to lack of resources or the values of nlmConfigGlobalEntryLimit, nlmConfigGlobalAgeOut, or nlmConfigLogEntryLimit.

If adding an entry would exceed nlmConfigGlobalEntryLimit or system resources in general, the oldest entry in any log SHOULD be removed to make room for the new one.

If adding an entry would exceed nlmConfigLogEntryLimit the oldest entry in that log SHOULD be removed to make room for the new one.

Before the managed system puts a locally-generated Notification into a non-null-named log it assures that the creator of the log has access to the information in the Notification. If not it does not log that Notification in that log.

func (*NOTIFICATIONLOGMIB_NlmLogTable_NlmLogEntry) GetEntityData

type NOTIFICATIONLOGMIB_NlmLogVariableTable

type NOTIFICATIONLOGMIB_NlmLogVariableTable struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// A Notification log entry variable.  Entries appear in this table when there
	// are variables in the varbind list of a Notification in nlmLogTable. The
	// type is slice of
	// NOTIFICATIONLOGMIB_NlmLogVariableTable_NlmLogVariableEntry.
	NlmLogVariableEntry []*NOTIFICATIONLOGMIB_NlmLogVariableTable_NlmLogVariableEntry
}

NOTIFICATIONLOGMIB_NlmLogVariableTable A table of variables to go with Notification log entries.

func (*NOTIFICATIONLOGMIB_NlmLogVariableTable) GetEntityData

func (nlmLogVariableTable *NOTIFICATIONLOGMIB_NlmLogVariableTable) GetEntityData() *types.CommonEntityData

type NOTIFICATIONLOGMIB_NlmLogVariableTable_NlmLogVariableEntry

type NOTIFICATIONLOGMIB_NlmLogVariableTable_NlmLogVariableEntry struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// This attribute is a key. The type is string with length: 0..32. Refers to
	// notification_log_mib.NOTIFICATIONLOGMIB_NlmConfigLogTable_NlmConfigLogEntry_NlmLogName
	NlmLogName interface{}

	// This attribute is a key. The type is string with range: 1..4294967295.
	// Refers to
	// notification_log_mib.NOTIFICATIONLOGMIB_NlmLogTable_NlmLogEntry_NlmLogIndex
	NlmLogIndex interface{}

	// This attribute is a key. A monotonically increasing integer, starting at 1
	// for a given nlmLogIndex, for indexing variables within the logged
	// Notification. The type is interface{} with range: 1..4294967295.
	NlmLogVariableIndex interface{}

	// The variable's object identifier. The type is string with pattern:
	// (([0-1](\.[1-3]?[0-9]))|(2\.(0|([1-9]\d*))))(\.(0|([1-9]\d*)))*.
	NlmLogVariableID interface{}

	// The type of the value.  One and only one of the value objects that follow
	// must be instantiated, based on this type. The type is
	// NlmLogVariableValueType.
	NlmLogVariableValueType interface{}

	// The value when nlmLogVariableType is 'counter32'. The type is interface{}
	// with range: 0..4294967295.
	NlmLogVariableCounter32Val interface{}

	// The value when nlmLogVariableType is 'unsigned32'. The type is interface{}
	// with range: 0..4294967295.
	NlmLogVariableUnsigned32Val interface{}

	// The value when nlmLogVariableType is 'timeTicks'. The type is interface{}
	// with range: 0..4294967295.
	NlmLogVariableTimeTicksVal interface{}

	// The value when nlmLogVariableType is 'integer32'. The type is interface{}
	// with range: -2147483648..2147483647.
	NlmLogVariableInteger32Val interface{}

	// The value when nlmLogVariableType is 'octetString'. The type is string.
	NlmLogVariableOctetStringVal interface{}

	// The value when nlmLogVariableType is 'ipAddress'. Although this seems to be
	// unfriendly for IPv6, we have to recognize that there are a number of older
	// MIBs that do contain an IPv4 format address, known as IpAddress.  IPv6
	// addresses are represented using TAddress or InetAddress, and so the
	// underlying datatype is OCTET STRING, and their value would be stored in the
	// nlmLogVariableOctetStringVal column. The type is string with pattern:
	// (([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])(%[\p{N}\p{L}]+)?.
	NlmLogVariableIpAddressVal interface{}

	// The value when nlmLogVariableType is 'objectId'. The type is string with
	// pattern: (([0-1](\.[1-3]?[0-9]))|(2\.(0|([1-9]\d*))))(\.(0|([1-9]\d*)))*.
	NlmLogVariableOidVal interface{}

	// The value when nlmLogVariableType is 'counter64'. The type is interface{}
	// with range: 0..18446744073709551615.
	NlmLogVariableCounter64Val interface{}

	// The value when nlmLogVariableType is 'opaque'. The type is string.
	NlmLogVariableOpaqueVal interface{}
}

NOTIFICATIONLOGMIB_NlmLogVariableTable_NlmLogVariableEntry A Notification log entry variable.

Entries appear in this table when there are variables in the varbind list of a Notification in nlmLogTable.

func (*NOTIFICATIONLOGMIB_NlmLogVariableTable_NlmLogVariableEntry) GetEntityData

type NOTIFICATIONLOGMIB_NlmLogVariableTable_NlmLogVariableEntry_NlmLogVariableValueType

type NOTIFICATIONLOGMIB_NlmLogVariableTable_NlmLogVariableEntry_NlmLogVariableValueType string

NOTIFICATIONLOGMIB_NlmLogVariableTable_NlmLogVariableEntry_NlmLogVariableValueType represents objects that follow must be instantiated, based on this type.

const (
	NOTIFICATIONLOGMIB_NlmLogVariableTable_NlmLogVariableEntry_NlmLogVariableValueType_counter32 NOTIFICATIONLOGMIB_NlmLogVariableTable_NlmLogVariableEntry_NlmLogVariableValueType = "counter32"

	NOTIFICATIONLOGMIB_NlmLogVariableTable_NlmLogVariableEntry_NlmLogVariableValueType_unsigned32 NOTIFICATIONLOGMIB_NlmLogVariableTable_NlmLogVariableEntry_NlmLogVariableValueType = "unsigned32"

	NOTIFICATIONLOGMIB_NlmLogVariableTable_NlmLogVariableEntry_NlmLogVariableValueType_timeTicks NOTIFICATIONLOGMIB_NlmLogVariableTable_NlmLogVariableEntry_NlmLogVariableValueType = "timeTicks"

	NOTIFICATIONLOGMIB_NlmLogVariableTable_NlmLogVariableEntry_NlmLogVariableValueType_integer32 NOTIFICATIONLOGMIB_NlmLogVariableTable_NlmLogVariableEntry_NlmLogVariableValueType = "integer32"

	NOTIFICATIONLOGMIB_NlmLogVariableTable_NlmLogVariableEntry_NlmLogVariableValueType_ipAddress NOTIFICATIONLOGMIB_NlmLogVariableTable_NlmLogVariableEntry_NlmLogVariableValueType = "ipAddress"

	NOTIFICATIONLOGMIB_NlmLogVariableTable_NlmLogVariableEntry_NlmLogVariableValueType_octetString NOTIFICATIONLOGMIB_NlmLogVariableTable_NlmLogVariableEntry_NlmLogVariableValueType = "octetString"

	NOTIFICATIONLOGMIB_NlmLogVariableTable_NlmLogVariableEntry_NlmLogVariableValueType_objectId NOTIFICATIONLOGMIB_NlmLogVariableTable_NlmLogVariableEntry_NlmLogVariableValueType = "objectId"

	NOTIFICATIONLOGMIB_NlmLogVariableTable_NlmLogVariableEntry_NlmLogVariableValueType_counter64 NOTIFICATIONLOGMIB_NlmLogVariableTable_NlmLogVariableEntry_NlmLogVariableValueType = "counter64"

	NOTIFICATIONLOGMIB_NlmLogVariableTable_NlmLogVariableEntry_NlmLogVariableValueType_opaque NOTIFICATIONLOGMIB_NlmLogVariableTable_NlmLogVariableEntry_NlmLogVariableValueType = "opaque"
)

type NOTIFICATIONLOGMIB_NlmStats

type NOTIFICATIONLOGMIB_NlmStats struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// The number of Notifications put into the nlmLogTable.  This counts a
	// Notification once for each log entry, so a Notification  put into multiple
	// logs is counted multiple times. The type is interface{} with range:
	// 0..4294967295. Units are notifications.
	NlmStatsGlobalNotificationsLogged interface{}

	// The number of log entries discarded to make room for a new entry due to
	// lack of resources or the value of nlmConfigGlobalEntryLimit or
	// nlmConfigLogEntryLimit.  This does not include entries discarded due to the
	// value of nlmConfigGlobalAgeOut. The type is interface{} with range:
	// 0..4294967295. Units are notifications.
	NlmStatsGlobalNotificationsBumped interface{}
}

NOTIFICATIONLOGMIB_NlmStats

func (*NOTIFICATIONLOGMIB_NlmStats) GetEntityData

func (nlmStats *NOTIFICATIONLOGMIB_NlmStats) GetEntityData() *types.CommonEntityData

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL