test glitch

This commit is contained in:
Adrian Cole 2012-03-06 12:05:00 -08:00
parent ac045496c1
commit 1e2ef15ffa
1 changed files with 8 additions and 12 deletions

View File

@ -1,12 +1,8 @@
<LeaseSettingsSection
href="http://vcloud.example.com/api/v1.5/vAppTemplate/vAppTemplate-7/leaseSettingsSection/"
ovf:required="false"
xmlns="http://www.vmware.com/vcloud/v1.5"
xmlns:ovf="http://schemas.dmtf.org/ovf/envelope/1"
type="application/vnd.vmware.vcloud.leaseSettingsSection+xml">
<ovf:Info>VApp lease settings</ovf:Info>
<Link rel="edit" type="application/vnd.vmware.vcloud.leaseSettingsSection+xml" href="http://vcloud.example.com/api/v1.5/vAppTemplate/vAppTemplate-7/leaseSettingsSection/"/>
<DeploymentLeaseInSeconds>3600</DeploymentLeaseInSeconds>
<StorageLeaseInSeconds>3600</StorageLeaseInSeconds>
<DeploymentLeaseExpiration>2010-01-21T21:50:59.764Z</DeploymentLeaseExpiration>
</LeaseSettingsSection>
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns2:LeaseSettingsSection type="application/vnd.vmware.vcloud.leaseSettingsSection+xml" href="http://vcloud.example.com/api/v1.5/vAppTemplate/vAppTemplate-7/leaseSettingsSection/" ns1:required="false" xmlns:ns2="http://www.vmware.com/vcloud/v1.5" xmlns:ns1="http://schemas.dmtf.org/ovf/envelope/1">
<ns1:Info>VApp lease settings</ns1:Info>
<ns2:Link rel="edit" type="application/vnd.vmware.vcloud.leaseSettingsSection+xml" href="http://vcloud.example.com/api/v1.5/vAppTemplate/vAppTemplate-7/leaseSettingsSection/"/>
<ns2:DeploymentLeaseInSeconds>3600</ns2:DeploymentLeaseInSeconds>
<ns2:StorageLeaseInSeconds>3600</ns2:StorageLeaseInSeconds>
<ns2:DeploymentLeaseExpiration>2010-01-21T21:50:59.764-08:00</ns2:DeploymentLeaseExpiration>
</ns2:LeaseSettingsSection>