Uses of Class
com.vmware.vcloud.sdk.exception.DuplicateNameException

Packages that use DuplicateNameException
com.vmware.vcloud.sdk   
 

Uses of DuplicateNameException in com.vmware.vcloud.sdk
 

Methods in com.vmware.vcloud.sdk that throw DuplicateNameException
 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.
 Media Vdc.cloneMedia(com.vmware.vcloud.api.rest.schema.CloneMediaParamsType cloneMediaParamsType, com.vmware.vcloud.api.rest.schema.ReferenceType catalogRef)
          Cloning Media and attach it to the catalog.
 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.
 Media Vdc.uploadMedia(String mediaName, String mediaDescription, ImageType mediaType, String localMediaFile, com.vmware.vcloud.api.rest.schema.ReferenceType vdcStorageProfileRef, com.vmware.vcloud.api.rest.schema.ReferenceType catalogRef)
          Uploading media to the vdc and add to the catalog.
 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.
 



Copyright © 2016. All Rights Reserved.