Options
All
  • Public
  • Public/Protected
  • All
Menu

VappTemplate

Hierarchy

Index

Constructors

constructor

Accessors

catalogUuid

catalogUuid:

Get VappTemplate catalog uuid

companyId

companyId:

Gets the ID of the company that the entity belongs to.

createdDate

createdDate:

Get VappTemplate creation date

deleted

deleted:

Indicates whether the entity is deleted.

deletedDate

deletedDate:

Gets the date that the entity was deleted, or null if it is not deleted.

description

description:

Get VappTemplate description

entityType

entityType:

Get VappTemplate entity type.

isCustomisable

isCustomisable:

Indicate whether the VappTemplate is customisable or not.

isCustomizationRequired

isCustomizationRequired:

Indicate whether the VappTemplate customization is required or not.

isExpired

isExpired:

Indicate whether the VappTemplate is expired or not.

isGoldMaster

isGoldMaster:

Indicate whether the VappTemplate is gold master or not.

isPublic

isPublic:

Indicate whether the VappTemplate is public or not.

json

json:

Gets the raw JSON object from the API.

locationId

locationId:

Get VappTemplate location ID

name

name:

Gets the name.

orgUuid

orgUuid:

Get VappTemplate org uuid

size

size:

Get VappTemplate size.

status

status:

Get VappTemplate status

storageProfileUuid

storageProfileUuid:

Get VappTemplate storage profile uuid.

updatedDate

updatedDate:

Gets the last date that the entity was updated.

uuid

uuid:

Gets the UUID.

vcloudHref

vcloudHref:

Get VappTemplate vCloudHref.

vdcUuid

vdcUuid:

Get VappTemplate vDc uuid

vmTemplates

vmTemplates:

Get vm templates.

Methods

deleteMetadata

  • deleteMetadata(key: string): Promise<Task>
  • Delete a specific piece of metadata associated with a vapp template by its key.

    Parameters

    • key: string

      metadata key

    Returns Promise<Task>

    promise Promise that resolves with a Task

deleteVappTemplate

  • deleteVappTemplate(): Promise<Task>

enableVappTemplateDownload

  • enableVappTemplateDownload(): Promise<Task>
  • Enable the download of the vapp template. Returns a CoreTask which monitors the progress of the download.

    Returns Promise<Task>

    promise Promise that resolves with a Task

getDownloadDetails

getMetadata

getVappTemplateConfiguration

getVappTemplateVms

refresh

toString

  • toString(): string

updateMetadata

updateVappTemplate

Static getVappTemplate

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc