OrgVAppTemplateLeaseSettingsType

Element:
OrgVAppTemplateLeaseSettings
Type:
OrgVAppTemplateLeaseSettingsType
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
Represents default vAppTemplate lease policies for this organization.
Since:
1.5
Schema:
vCloudEntities.xsd
Media type(s):
application/vnd.vmware.admin.vAppTemplateLeaseSettings+xml
Extends:
ResourceType
XML Representation:
<OrgVAppTemplateLeaseSettings xmlns="http://www.vmware.com/vcloud/v1.5" href="xs:anyURI" type="xs:string">
    <Link href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
            rel="xs:string"/>
    <DeleteOnStorageLeaseExpiration> xs:boolean </DeleteOnStorageLeaseExpiration>
    <StorageLeaseSeconds> xs:int </StorageLeaseSeconds>
</OrgVAppTemplateLeaseSettings>

Attributes

Attribute Type Required Modifiable Since Deprecated Description
href anyURI No always 1.5 The URI of the entity.
type string No always 1.5 The MIME type of the entity.

Elements

Element Type Required Modifiable Since Deprecated Description
DeleteOnStorageLeaseExpiration boolean No always 1.5 Delete on storage lease expiration. Default is false. If true, storage for a vAppTemplate is deleted when the vAppTemplate lease expires. If false, the storage is flagged for deletion, but not deleted.
Link LinkType No none 1.5 A reference to an entity or operation associated with this object.
StorageLeaseSeconds int No always 1.5 Storage lease in seconds
VCloudExtension VCloudExtensionType No always 1.5 An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services.

Operations

CRUD Operation Description Since Deprecated
read GET /admin/org/{id}/settings/vAppTemplateLeaseSettings Retrieve organization vApp template lease settings. 1.5
update PUT /admin/org/{id}/settings/vAppTemplateLeaseSettings Update organization vApp template lease settings. 1.5