mirror of https://github.com/apache/cloudstack.git
42 lines
1.2 KiB
XML
42 lines
1.2 KiB
XML
<configConfMos
|
|
cookie="%cookie%"
|
|
inHierarchical="false">
|
|
<inConfigs>
|
|
<pair key="%snatpoolexprdn%" >
|
|
<policyObjectGroupExpression
|
|
dn="%snatpoolexprdn%"
|
|
opr="eq"
|
|
order="unspecified"
|
|
status="created"/>
|
|
</pair>
|
|
|
|
<pair key="%publicipdn%" >
|
|
<policyIPAddress
|
|
dataType="string"
|
|
descr=""
|
|
dn="%publicipdn%"
|
|
name=""
|
|
placement="none"
|
|
status="created"
|
|
value="%publicip%"/>
|
|
</pair>
|
|
|
|
<pair key="%snatpooldn%">
|
|
<policyObjectGroup
|
|
descr="%descr%"
|
|
dn="%snatpooldn%"
|
|
name="%name%"
|
|
status="created"/>
|
|
</pair>
|
|
|
|
</inConfigs>
|
|
</configConfMos>
|
|
|
|
<!--
|
|
snatpoolexprdn dn="org-root/org-TestTenant3/org-Tenant3-VDC/objgrp-Source-NAT-Pool-For-Tenant3/objgrp-expr-2"
|
|
publicipdn dn="org-root/org-TestTenant3/org-Tenant3-VDC/objgrp-Source-NAT-Pool-For-Tenant3/objgrp-expr-2/nw-ip-2"
|
|
snatpooldn= "org-root/org-TestTenant3/org-Tenant3-VDC/objgrp-Source-NAT-Pool-For-Tenant3"
|
|
value="10.223.136.10"/>
|
|
|
|
--!>
|