Get VappTemplate catalog uuid
Gets the ID of the company that the entity belongs to.
Get VappTemplate creation date
Indicates whether the entity is deleted.
Gets the date that the entity was deleted, or null if it is not deleted.
Get VappTemplate description
Get VappTemplate entity type.
Indicate whether the VappTemplate is customisable or not.
Indicate whether the VappTemplate customization is required or not.
Indicate whether the VappTemplate is expired or not.
Indicate whether the VappTemplate is gold master or not.
Indicate whether the VappTemplate is public or not.
Gets the raw JSON object from the API.
Get VappTemplate location ID
Gets the name.
Get VappTemplate org uuid
Get VappTemplate size.
Get VappTemplate status
Get VappTemplate storage profile uuid.
Gets the last date that the entity was updated.
Gets the UUID.
Get VappTemplate vCloudHref.
Get VappTemplate vDc uuid
Get vm templates.
Delete a specific piece of metadata associated with a vapp template by its key.
metadata key
promise Promise that resolves with a Task
Delete a Vapp template.
Enable the download of the vapp template. Returns a CoreTask which monitors the progress of the download.
promise Promise that resolves with a Task
Gets download details for the vApp Template. Details include whether the template is enabled for download, and, if enabled, the size and name of the download.
promise Promise that resolves with VappTemplateDownloadDetails
Gets the vApp Template's metadata.
promise Promise that resolves with a list of Metadata
Retrieve a vApp Template's detailed configuration.
promise Promise that resolves with VappTemplateConfiguration
Retrieve a vApp Template's VMs.
promise Promise that resolves with a list of VappTemplateVm
Refreshes the VappTemplate data by retrieving it from the API again.
promise that resolves with this object
JSON format.
Updates the vApp Template's metadata.
the new array of metadata
task promise
Update a Vapp Template. Capable of updating the templates name, and description.
vapp template update request
Get the VappTemplate from API.
promise that resolves with the VappTemplate.
Generated using TypeDoc
VappTemplate