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):
None
Extends:
ResourceType
XML Representation:
<OrgVAppTemplateLeaseSettings xmlns="http://www.vmware.com/vcloud/v1.5" href="xs:anyURI" type="xs:string">
    <VCloudExtension required="xs:boolean"/>
    <Link href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
            rel="xs:string">
        <VCloudExtension required="xs:boolean"/>
    </Link>
    <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.