![]() |
yumapro
25.10-1
YumaPro SDK
|
Represents one YANG Patch edit entry. More...
#include <yang_patch.h>

Data Fields | |
| dlq_hdr_t | qhdr |
| queue header | |
| xmlChar * | edit_id |
| edit identifier string from request | |
| yang_patch_op_t | operation |
| edit operation from request | |
| xmlChar * | target |
| data path target from request | |
| xmlChar * | point |
| point parameter for insert from request | |
| yang_patch_where_t | insert_where |
| insert where parameter for insert from request | |
| val_value_t * | value |
| edit value from request (not provided for delete) | |
| val_value_t * | configval |
| the 'root' value struct that represents the tree of changes to apply to the target | |
| val_value_t * | targval |
| REAL target value for the current EDIT. | |
| boolean | lastedit |
| flag for last edit | |
Represents one YANG Patch edit entry.