Expand description
Core types used throughout rustnetconf.
These types map directly to NETCONF protocol concepts defined in RFC 6241.
Enums§
- Datastore
- NETCONF datastore targets.
- Default
Operation - The
default-operationparameter foredit-config. - Error
Option - The
error-optionparameter foredit-config. - Error
Severity - NETCONF error severity levels from
<rpc-error>responses. - Error
Tag - NETCONF error tags from
<rpc-error>responses (RFC 6241 §4.3). - RpcError
Type - NETCONF error type from
<rpc-error>responses (RFC 6241 §4.3). - Test
Option - The
test-optionparameter foredit-config(requires:validatecapability).