Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.32 KB

NodeStateReadonlyExtended.md

File metadata and controls

15 lines (11 loc) · 1.32 KB

NodeStateReadonlyExtended

Properties

Name Type Description Notes
Allowed bool The current read-only mode allowed status for the node. [optional] [default to null]
Enabled bool The current read-only user mode status for the node. NOTE: If read-only mode is currently disallowed for this node, it will remain read/write until read-only mode is allowed again. This value only sets or clears any user-specified requests for read-only mode. If the node has been placed into read-only mode by the system, it will remain in read-only mode until the system conditions which triggered read-only mode have cleared. [optional] [default to null]
Mode bool The current read-only mode status for the node. [optional] [default to null]
Status string The current read-only mode status description for the node. [optional] [default to null]
Valid bool The read-only state values are valid (False = Error). [optional] [default to null]
Value int32 The current read-only value (enumerated bitfield) for the node. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]