Skip to main content

Module types

Module types 

Source
Expand description

Core types used throughout rustnetconf.

These types map directly to NETCONF protocol concepts defined in RFC 6241.

Enums§

Datastore
NETCONF datastore targets.
DefaultOperation
The default-operation parameter for edit-config.
ErrorOption
The error-option parameter for edit-config.
ErrorSeverity
NETCONF error severity levels from <rpc-error> responses.
ErrorTag
NETCONF error tags from <rpc-error> responses (RFC 6241 §4.3).
RpcErrorType
NETCONF error type from <rpc-error> responses (RFC 6241 §4.3).
TestOption
The test-option parameter for edit-config (requires :validate capability).