Module data

Source
Expand description

YANG instance data.

Structs§

DataDiff
YANG data tree diff.
DataDiffFlags
Data diff options.
DataImplicitFlags
Implicit node creation options.
DataNodeRef
YANG data node reference.
DataParserFlags
Data parser options.
DataPrinterFlags
Data printer flags.
DataTree
YANG data tree.
DataTreeOwningRef
YANG data tree with an associated inner node reference.
DataValidationFlags
Data validation options.
Metadata
The structure provides information about metadata of a data element. Such attributes must map to annotations as specified in RFC 7952. The only exception is the filter type (in NETCONF get operations) and edit-config’s operation attributes. In XML, they are represented as standard XML attributes. In JSON, they are represented as JSON elements starting with the ‘@’ character (for more information, see the YANG metadata RFC).

Enums§

DataDiffOp
YANG data diff operation.
DataFormat
Data input/output formats supported by libyang.
DataOperation
Data operation type.

Traits§

Data
Methods common to data trees, data node references and data diffs.