X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=api%2Fsrc%2Fmain%2Fyang%2Fservice_path%2Ftransportpce-service-path%402017-04-26.yang;h=41022a306f9caf3b76f50b1dc49c7e2799fad912;hb=33f02861873bc037807d40ad5f9946d87983f76b;hp=dd517b4b0298d2b46a23d6b6e2b8e11d312ddff4;hpb=7657ad92b7ca389623fbb195e19c94148dfdfe0a;p=transportpce.git diff --git a/api/src/main/yang/service_path/transportpce-service-path@2017-04-26.yang b/api/src/main/yang/service_path/transportpce-service-path@2017-04-26.yang index dd517b4b0..41022a306 100644 --- a/api/src/main/yang/service_path/transportpce-service-path@2017-04-26.yang +++ b/api/src/main/yang/service_path/transportpce-service-path@2017-04-26.yang @@ -140,6 +140,27 @@ module transportpce-servicepath { uses transportpce-common-service-path-types:service-path; } } + + grouping stubpce-path-description { + leaf path-name { + type string; + description + "Identifier for the pathDescription to be created in + the ROADM network, e.g., CLFI, CLCI, etc."; + mandatory true; + } + uses transportpce-pathDescription:path-description; + } + + container path-description-list { + description + "List of pathDescription. Can only be created, deleted, modified, etc. using special RPCs."; + list pathDescriptions { + key "path-name"; + uses stubpce-path-description; + } + } + notification service-path-rpc-result { description "This Notification indicates result of service RPC";