Uses of Class
com.vmware.vcloud.sdk.VappTemplate

Packages that use VappTemplate
com.vmware.vcloud.sdk   
com.vmware.vcloud.sdk.admin.extensions   
 

Uses of VappTemplate in com.vmware.vcloud.sdk
 

Methods in com.vmware.vcloud.sdk that return VappTemplate
 VappTemplate Vdc.captureVapp(com.vmware.vcloud.api.rest.schema.CaptureVAppParamsType captureVappParamsType)
          Capture a vAppTemplate
 VappTemplate Vdc.captureVapp(com.vmware.vcloud.api.rest.schema.CaptureVAppParamsType captureVappParamsType, com.vmware.vcloud.api.rest.schema.ReferenceType catalogRef)
          Capture a vAppTemplate and add to the catalog.
 VappTemplate Vdc.cloneVappTemplate(com.vmware.vcloud.api.rest.schema.CloneVAppTemplateParamsType cloneVappTemplateParamsType)
          Cloning a vAppTemplate
 VappTemplate Vdc.cloneVappTemplate(com.vmware.vcloud.api.rest.schema.CloneVAppTemplateParamsType cloneVappTemplateParamsType, com.vmware.vcloud.api.rest.schema.ReferenceType catalogRef)
          Cloning vAppTemplate and attach it to the catalog.
 VappTemplate Catalog.createVappTemplate(com.vmware.vcloud.api.rest.schema.UploadVAppTemplateParamsType vappTemplateParams)
          Creating and Uploading a vapp template.
 VappTemplate Vdc.createVappTemplate(com.vmware.vcloud.api.rest.schema.UploadVAppTemplateParamsType vappTemplParams)
          Creating and Uploading a vapp template.
static VappTemplate VappTemplate.getVappTemplateById(VcloudClient client, String vCloudId)
          Get VappTemplate helper using the vCloud ID
static VappTemplate VappTemplate.getVappTemplateByReference(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType vappTemplRef)
          Get vApp Template helper for the given reference
 VappTemplate Catalog.uploadVappTemplate(String vAppTemplateName, String vAppTemplateDesc, String localOvfFileLocation, Boolean manifestRequired, com.vmware.vcloud.api.rest.schema.ReferenceType vdcStorageRef)
          Uploading the ovf package as a vapp template to the catalog.
 VappTemplate Vdc.uploadVappTemplate(String vAppTemplateName, String vAppTemplateDesc, String localOvfFileLocation, Boolean manifestRequired, com.vmware.vcloud.api.rest.schema.ReferenceType vdcStorageRef, com.vmware.vcloud.api.rest.schema.ReferenceType catalogRef)
          Uploading the ovf package as a vapp template and add to the catalog.
 

Methods in com.vmware.vcloud.sdk that return types with arguments of type VappTemplate
 List<VappTemplate> VappTemplate.getChildren()
          Get the list of children VappTemplate
 

Uses of VappTemplate in com.vmware.vcloud.sdk.admin.extensions
 

Methods in com.vmware.vcloud.sdk.admin.extensions that return VappTemplate
 VappTemplate VMWVimServer.importVmAsVAppTemplate(com.vmware.vcloud.api.rest.schema.extension.ImportVmAsVAppTemplateParamsType importVmAsVAppTemplateParamsType)
          Imports VM from vim server as VappTemplate
 



Copyright © 2016. All Rights Reserved.