You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
entity Epipe extends nokiasr::AdminStateBase:
"""
Representation of epipe config
:attr service_name: String representing name of epipe service.
:attr service_id: Unique number used to identify epipe service.
:attr customer: Name of epipe service customer.
YANG model file: https://github.com/nokia/7x50_YangModels/blob/master/latest_sros_19.10/nokia-conf-svc-epipe.yang
"""
nokiasr::service_name service_name
external_service_id service_id
customer_name customer
end
Output
Solution
Perhaps switching to the document parser that is now part of core would resolve this.
The text was updated successfully, but these errors were encountered:
Problem
Model
Output
Solution
Perhaps switching to the document parser that is now part of core would resolve this.
The text was updated successfully, but these errors were encountered: