Options
All
  • Public
  • Public/Protected
  • All
Menu

Catalog.

Hierarchy

Index

Constructors

constructor

Accessors

companyId

companyId:

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

createdDate

createdDate:

Get the 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 description for catalog

entityType

entityType:

Get entity type for catalog.

isPublic

isPublic:

Indicate whether the catalog is public or not.

isShared

isShared:

Indicate whether the catalog is shared or not.

json

json:

Gets the raw JSON object from the API.

locationId

locationId:

Get location ID

name

name:

Gets the name.

orgUuid

orgUuid:

Get org uuid for catalog.

originalUuid

originalUuid:

updatedDate

updatedDate:

Gets the last date that the entity was updated.

uuid

uuid:

vcloudHref

vcloudHref:

Get vCloudHref for catalog

version

version:

Get the catalog version

Methods

addVappTemplateFromVapp

deleteCatalog

  • deleteCatalog(): Promise<any>

deleteMetadata

  • deleteMetadata(metadataKey: string): Promise<Task>
  • Deletes a metadata entry.

    Parameters

    • metadataKey: string

      the key of the metadata entry to delete

    Returns Promise<Task>

    task promise

getItemDownloads

  • Gets Catalog's item downloads.

    description

    There are two types of catalog items that will show up: 'media' or 'template'. The item type field will report 'media' or 'vapp_template'.If the item is a media, the 'template' field will be null and vice-versa. (null 'media' field if item is a vapp_template). Only private catalogs will have a list of catalog item downloads returned.

    Returns Promise<Array<ItemDownloadJson>>

getMedia

  • getMedia(): Promise<Array<Media>>

getMetadata

getVappTemplates

initiateOVFUpload

refresh

toString

  • toString(): string

updateCatalog

updateMetadata

Static getCatalog

  • getCatalog(uuid: string): Promise<Catalog>

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