X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=generic-resource-api%2Fmodel%2Fsrc%2Fmain%2Fyang%2FGENERIC-RESOURCE-API.yang;h=660b2f83e3bc29ca2b4fb588864d1d2d31df18b8;hb=3aedba79059dc208e9e84f4fe9ce844aa70c3b2b;hp=86458994ea556323b37b2d4d899e60786dee4749;hpb=8e1d45becd2846910805fed633bd49f2fc90a917;p=sdnc%2Fnorthbound.git diff --git a/generic-resource-api/model/src/main/yang/GENERIC-RESOURCE-API.yang b/generic-resource-api/model/src/main/yang/GENERIC-RESOURCE-API.yang index 86458994..660b2f83 100644 --- a/generic-resource-api/model/src/main/yang/GENERIC-RESOURCE-API.yang +++ b/generic-resource-api/model/src/main/yang/GENERIC-RESOURCE-API.yang @@ -399,6 +399,17 @@ module GENERIC-RESOURCE-API { type string; } } + container aggregate-route-policy { + leaf aggregate-route-policy-name { + type string; + } + leaf ipv4-aggregate-route-level { + type string; + } + leaf ipv6-aggregate-route-level { + type string; + } + } uses aggregate-routes; uses subnets; leaf subnet-key-value { @@ -2523,6 +2534,18 @@ module GENERIC-RESOURCE-API { enum "CreateInternetProfileInstance"; enum "ChangeInternetProfileInstance"; enum "DeleteInternetProfileInstance"; + enum "CreateSOTNUnderlayInstance"; + enum "ActivateSOTNUnderlayInstance"; + enum "DeactivateSOTNUnderlayInstance"; + enum "DeleteSOTNUnderlayInstance"; + enum "CreateSOTNUniInstance"; + enum "ActivateSOTNUniInstance"; + enum "DeactivateSOTNUniInstance"; + enum "DeleteSOTNUniInstance"; + enum "CreateSOTNL2VpnInstance"; + enum "ActivateSOTNL2VpnInstance"; + enum "DeactivateSOTNL2VpnInstance"; + enum "DeleteSOTNL2VpnInstance"; } } leaf source { @@ -2629,6 +2652,9 @@ module GENERIC-RESOURCE-API { description "Resource assignment resolution Capability name"; type string; } + leaf payload { + type string; + } } } } @@ -2763,6 +2789,18 @@ module GENERIC-RESOURCE-API { enum "CreateInternetProfileInstance"; enum "ChangeInternetProfileInstance"; enum "DeleteInternetProfileInstance"; + enum "CreateSOTNUnderlayInstance"; + enum "ActivateSOTNUnderlayInstance"; + enum "DeactivateSOTNUnderlayInstance"; + enum "DeleteSOTNUnderlayInstance"; + enum "CreateSOTNUniInstance"; + enum "ActivateSOTNUniInstance"; + enum "DeactivateSOTNUniInstance"; + enum "DeleteSOTNUniInstance"; + enum "CreateSOTNL2VpnInstance"; + enum "ActivateSOTNL2VpnInstance"; + enum "DeactivateSOTNL2VpnInstance"; + enum "DeleteSOTNL2VpnInstance"; } } leaf last-svc-request-id {