mirror of https://github.com/apache/jclouds.git
test glitch
This commit is contained in:
parent
ac045496c1
commit
1e2ef15ffa
|
@ -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>
|
Loading…
Reference in New Issue