Expand description
YANG instance data.
Structs§
- Data
Diff - YANG data tree diff.
- Data
Diff Flags - Data diff options.
- Data
Implicit Flags - Implicit node creation options.
- Data
Node Ref - YANG data node reference.
- Data
Parser Flags - Data parser options.
- Data
Printer Flags - Data printer flags.
- Data
Tree - YANG data tree.
- Data
Tree Owning Ref - YANG data tree with an associated inner node reference.
- Data
Validation Flags - 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§
- Data
Diff Op - YANG data diff operation.
- Data
Format - Data input/output formats supported by libyang.
- Data
Operation - Data operation type.
Traits§
- Data
- Methods common to data trees, data node references and data diffs.