IPWorks SNMP 2020 Python Edition

Questions / Feedback?

node_access Property

The access permissions for the selected node.

Syntax

def get_node_access() -> int: ...

node_access = property(get_node_access, None)

Default Value

0

Remarks

The following is the list of values for node_access:

0accUnknown
1accNoAccess
2accReadOnly
3accReadCreate
4accReadWrite
5accWriteOnly
6accForNotify

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks SNMP 2020 Python Edition - Version 20.0 [Build 8202]