OrgLeaseSettingsType

Element:
VAppLeaseSettings
Type:
OrgLeaseSettingsType
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
Represents default lease durations and policies for this organization.
Since:
0.9
Schema:
vCloudEntities.xsd
Media type(s):
None
Extends:
ResourceType
XML Representation:
<VAppLeaseSettings 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>
    <DeploymentLeaseSeconds> xs:int </DeploymentLeaseSeconds>
    <StorageLeaseSeconds> xs:int </StorageLeaseSeconds>
</VAppLeaseSettings>

Attributes

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

Elements

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