Cisco
300-535 · Question #119
Which YANG statement limits configuration action during the development of a YANG-based policy model to encode the type of entity that is connected to a given interface, such as partner, supplier…
The correct answer is B. enumeration. The enumeration statement in YANG is used to define a set of named values, allowing you to encode the type of entity (such as partner, supplier, customer, or distributor) that can be connected to an interface.
Automation APIs and Protocols
Question
Which YANG statement limits configuration action during the development of a YANG-based policy model to encode the type of entity that is connected to a given interface, such as partner, supplier, customer, or distributor?
Options
- Awhen
- Benumeration
- Ccase
- Dcontains
How the community answered
(25 responses)- A8% (2)
- B76% (19)
- C12% (3)
- D4% (1)
Explanation
The enumeration statement in YANG is used to define a set of named values, allowing you to encode the type of entity (such as partner, supplier, customer, or distributor) that can be connected to an interface.
Topics
#YANG#enumeration#data modeling#policy model
Community Discussion
No community discussion yet for this question.