WithDefaultsMode
- class ydk.models.ydktest.ietf_netconf_with_defaults.WithDefaultsMode
WithDefaultsMode (Enum Class)
Possible modes to report default data.
- report_all = 0
All default data is reported.
- report_all_tagged = 1
All default data is reported.
Any nodes considered to be default data
will contain a ‘default’ XML attribute,
set to ‘true’ or ‘1’.
- trim = 2
Values are not reported if they contain the default.
- explicit = 3
Report values that contain the definition of
explicitly set data.