summaryrefslogtreecommitdiffstats
path: root/dgbuilder/nodes/dge/dgelogic/switchNode.html
diff options
context:
space:
mode:
Diffstat (limited to 'dgbuilder/nodes/dge/dgelogic/switchNode.html')
-rw-r--r--dgbuilder/nodes/dge/dgelogic/switchNode.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/dgbuilder/nodes/dge/dgelogic/switchNode.html b/dgbuilder/nodes/dge/dgelogic/switchNode.html
index 61c71098..ad2077b1 100644
--- a/dgbuilder/nodes/dge/dgelogic/switchNode.html
+++ b/dgbuilder/nodes/dge/dgelogic/switchNode.html
@@ -61,7 +61,7 @@
<div class="source">
<pre>&lt;switch test=&quot;$uni-cir-units&quot;&gt;
&lt;outcome value=&quot;Mbps&quot;&gt;
- &lt;reserve plugin=&quot;org.openecomp.sdnc.sli.resource.gamma.GammaResource&quot;
+ &lt;reserve plugin=&quot;org.openecomp.sdnc.sli.resource.samplesvc.SampleServiceResource&quot;
resource=&quot;ase-port&quot;
key=&quot;resource-emt-clli == $edge-device-clli and speed &gt;= $uni-cir-value&quot;
pfx=&quot;asePort&quot;&gt;
@@ -80,7 +80,7 @@
&lt;/reserve&gt;
&lt;/outcome&gt;
&lt;outcome value=&quot;Gbps&quot;&gt;
- &lt;reserve plugin=&quot;org.openecomp.sdnc.sli.resource.gamma.GammaResource&quot;
+ &lt;reserve plugin=&quot;org.openecomp.sdnc.sli.resource.samplesvc.SampleServiceResource&quot;
resource=&quot;ase-port&quot;
key=&quot;resource-emt-clli == $edge-device-clli and speed &gt;= $uni-cir-value*1000&quot;
pfx=&quot;asePort&quot;&gt;