Updated Branches: refs/heads/cisco-vnmc-api-integration 1e38515f3 -> 66b01a658
VNMC xml for deleting NAT policy Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/66b01a65 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/66b01a65 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/66b01a65 Branch: refs/heads/cisco-vnmc-api-integration Commit: 66b01a6589e0577ff6ba2a14f8df4f32f8c400fb Parents: 5d98686 Author: Koushik Das <[email protected]> Authored: Fri Feb 22 19:19:44 2013 +0530 Committer: Koushik Das <[email protected]> Committed: Fri Feb 22 19:19:44 2013 +0530 ---------------------------------------------------------------------- .../scripts/network/cisco/delete-nat-policy.xml | 16 +++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/66b01a65/plugins/network-elements/cisco-vnmc/scripts/network/cisco/delete-nat-policy.xml ---------------------------------------------------------------------- diff --git a/plugins/network-elements/cisco-vnmc/scripts/network/cisco/delete-nat-policy.xml b/plugins/network-elements/cisco-vnmc/scripts/network/cisco/delete-nat-policy.xml new file mode 100755 index 0000000..ae3322c --- /dev/null +++ b/plugins/network-elements/cisco-vnmc/scripts/network/cisco/delete-nat-policy.xml @@ -0,0 +1,16 @@ + +<configConfMos + cookie="%cookie%" + inHierarchical="false"> + <inConfigs> + + <pair key="%natpolicydn%"> + <natpolicyNatRuleBasedPolicy + descr="" + dn="%natpolicydn%" + name="%natpolicyname%" + status="deleted,modified"/> + </pair> + + </inConfigs> +</configConfMos> \ No newline at end of file
