[][src]Module yang2::data

YANG instance data.

Structs

DataDiff

YANG data tree diff.

DataNodeRef

YANG data node reference.

DataParserFlags

Data parser options.

DataPrinterFlags

Data printer flags.

DataTree

YANG data tree.

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.

Traits

Data

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