Uses of Class
org.jclouds.vcloud.director.v1_5.domain.Task

Packages that use Task
org.jclouds.vcloud.director.v1_5   
org.jclouds.vcloud.director.v1_5.domain   
org.jclouds.vcloud.director.v1_5.features   
org.jclouds.vcloud.director.v1_5.features.admin   
org.jclouds.vcloud.director.v1_5.predicates   
 

Uses of Task in org.jclouds.vcloud.director.v1_5
 

Methods in org.jclouds.vcloud.director.v1_5 that return Task
 Task VCloudDirectorException.getTask()
           
 

Constructors in org.jclouds.vcloud.director.v1_5 with parameters of type Task
VCloudDirectorException(Task task)
           
 

Uses of Task in org.jclouds.vcloud.director.v1_5.domain
 

Methods in org.jclouds.vcloud.director.v1_5.domain that return Task
 Task Task.Builder.build()
           
 

Methods in org.jclouds.vcloud.director.v1_5.domain that return types with arguments of type Task
 List<Task> Entity.getTasks()
          A list of queued, running, or recently completed tasks associated with this entity.
 Iterator<Task> TasksList.iterator()
           
 

Methods in org.jclouds.vcloud.director.v1_5.domain with parameters of type Task
 boolean TasksList.add(Task element)
           
 B Task.Builder.fromTask(Task in)
           
 B TasksList.Builder.task(Task task)
           
 B Entity.Builder.task(Task task)
           
 

Method parameters in org.jclouds.vcloud.director.v1_5.domain with type arguments of type Task
 boolean TasksList.addAll(Collection<? extends Task> collection)
           
 B Entity.Builder.tasks(Iterable<Task> tasks)
           
 B TasksList.Builder.tasks(Set<Task> tasks)
           
 

Uses of Task in org.jclouds.vcloud.director.v1_5.features
 

Methods in org.jclouds.vcloud.director.v1_5.features that return Task
 Task VmApi.consolidate(String vmUrn)
          Consolidates a Vm.
 Task VmApi.consolidate(URI vmHref)
           
 Task VmApi.deploy(String vmUrn, DeployVAppParams params)
          Deploys a Vm.
 Task VAppApi.deploy(String vAppUrn, DeployVAppParams params)
          Deploys a VApp.
 Task VmApi.deploy(URI vmHref, DeployVAppParams params)
           
 Task VAppApi.deploy(URI vAppHref, DeployVAppParams params)
           
 Task VmApi.discardSuspendedState(String vmUrn)
          Discard suspended state of a Vm.
 Task VAppApi.discardSuspendedState(String vAppUrn)
          Discard suspended state of a VApp.
 Task VmApi.discardSuspendedState(URI vmHref)
           
 Task VAppApi.discardSuspendedState(URI vAppHref)
           
 Task MediaApi.edit(String mediaUrn, Media media)
          Updates the name/description of a media.
 Task VAppApi.edit(String vAppUrn, VApp vApp)
          Modifies the name/description of a VApp.
 Task VAppTemplateApi.edit(String templateUrn, VAppTemplate template)
          Modifies only the name/description of a vApp template.
 Task VmApi.edit(String vmUrn, Vm vApp)
          Modifies the name/description of a Vm.
 Task MediaApi.edit(URI mediaHref, Media media)
           
 Task VAppApi.edit(URI vAppHref, VApp vApp)
           
 Task VAppTemplateApi.edit(URI templateHref, VAppTemplate template)
           
 Task VmApi.edit(URI vmHref, Vm vApp)
           
 Task VmApi.editGuestCustomizationSection(String vmUrn, GuestCustomizationSection section)
          Modifies the guest customization section of a Vm.
 Task VmApi.editGuestCustomizationSection(URI vmHref, GuestCustomizationSection section)
           
 Task VAppTemplateApi.editLeaseSettingsSection(String templateUrn, LeaseSettingsSection settingsSection)
          Modifies the lease settings section of a vApp or vApp template.
 Task VAppApi.editLeaseSettingsSection(String vAppUrn, LeaseSettingsSection section)
          Modifies the lease settings section of a VApp.
 Task VAppTemplateApi.editLeaseSettingsSection(URI templateHref, LeaseSettingsSection settingsSection)
           
 Task VAppApi.editLeaseSettingsSection(URI vAppHref, LeaseSettingsSection section)
           
 Task VAppApi.editNetworkConfigSection(String vAppUrn, NetworkConfigSection section)
          Modifies the network config section of a VApp.
 Task VAppApi.editNetworkConfigSection(URI vAppHref, NetworkConfigSection section)
           
 Task VmApi.editNetworkConnectionSection(String vmUrn, NetworkConnectionSection section)
          Modifies the network connection section of a Vm.
 Task VmApi.editNetworkConnectionSection(URI vmHref, NetworkConnectionSection section)
           
 Task VmApi.editOperatingSystemSection(String vmUrn, OperatingSystemSection section)
          Modifies the operating system section of a Vm.
 Task VmApi.editOperatingSystemSection(URI vmHref, OperatingSystemSection section)
           
 Task VmApi.editProductSections(String vmUrn, ProductSectionList sectionList)
          Modifies the product section information of a Vm.
 Task VAppTemplateApi.editProductSections(String templateUrn, ProductSectionList sections)
          Modifies the product sections of a vApp or vApp template.
 Task VAppApi.editProductSections(String vAppUrn, ProductSectionList sectionList)
          Modifies the product section information of a VApp.
 Task VmApi.editProductSections(URI vmHref, ProductSectionList sectionList)
           
 Task VAppTemplateApi.editProductSections(URI templateHref, ProductSectionList sections)
           
 Task VAppApi.editProductSections(URI vAppHref, ProductSectionList sectionList)
           
 Task VAppApi.editStartupSection(String vAppUrn, org.jclouds.dmtf.ovf.StartupSection section)
          Modifies the startup section of a VApp.
 Task VAppApi.editStartupSection(URI vAppHref, org.jclouds.dmtf.ovf.StartupSection section)
           
 Task VmApi.editVirtualHardwareSection(String vmUrn, VirtualHardwareSection section)
          Modifies the virtual hardware section of a Vm.
 Task VmApi.editVirtualHardwareSection(URI vmHref, VirtualHardwareSection section)
           
 Task VmApi.editVirtualHardwareSectionCpu(String vmUrn, RasdItem rasd)
          Modifies the CPU properties in virtual hardware section of a Vm.
 Task VmApi.editVirtualHardwareSectionCpu(URI vmHref, RasdItem rasd)
           
 Task VmApi.editVirtualHardwareSectionDisks(String vmUrn, RasdItemsList rasdItemsList)
          Modifies the disks list in virtual hardware section of a Vm.
 Task VmApi.editVirtualHardwareSectionDisks(URI vmHref, RasdItemsList rasdItemsList)
           
 Task VmApi.editVirtualHardwareSectionMemory(String vmUrn, RasdItem rasd)
          Modifies the memory properties in virtual hardware section of a Vm.
 Task VmApi.editVirtualHardwareSectionMemory(URI vmHref, RasdItem rasd)
           
 Task VmApi.editVirtualHardwareSectionNetworkCards(String vmUrn, RasdItemsList rasdItemsList)
          Modifies the network cards list in virtual hardware section of a Vm.
 Task VmApi.editVirtualHardwareSectionNetworkCards(URI vmHref, RasdItemsList rasdItemsList)
           
 Task VmApi.editVirtualHardwareSectionSerialPorts(String vmUrn, RasdItemsList rasdItemsList)
          Modifies the serial ports list in virtual hardware section of a Vm.
 Task VmApi.editVirtualHardwareSectionSerialPorts(URI vmHref, RasdItemsList rasdItemsList)
           
 Task VmApi.ejectMedia(String vmUrn, MediaInsertOrEjectParams mediaParams)
          Ejects media from a Vm.
 Task VmApi.ejectMedia(URI vmHref, MediaInsertOrEjectParams mediaParams)
           
 Task VAppTemplateApi.enableDownload(String templateUrn)
          Enables downloading of the ovf of a vApp template.
 Task VAppTemplateApi.enableDownload(URI templateHref)
           
 Task TaskApi.get(String taskUrn)
          Retrieves a task.
 Task TaskApi.get(URI taskURI)
           
 Task VmApi.insertMedia(String vmUrn, MediaInsertOrEjectParams mediaParams)
          Insert media into a Vm.
 Task VmApi.insertMedia(URI vmHref, MediaInsertOrEjectParams mediaParams)
           
 Task VmApi.installVMwareTools(String vmUrn)
          Installs VMware tools to the virtual machine.
 Task VmApi.installVMwareTools(URI vmHref)
           
 Task VmApi.powerOff(String vmUrn)
          Powers off a Vm.
 Task VAppApi.powerOff(String vAppUrn)
          Powers off a VApp.
 Task VmApi.powerOff(URI vmHref)
           
 Task VAppApi.powerOff(URI vAppHref)
           
 Task VmApi.powerOn(String vmUrn)
          Powers on a Vm.
 Task VAppApi.powerOn(String vAppUrn)
          Powers on a VApp.
 Task VmApi.powerOn(URI vmHref)
           
 Task VAppApi.powerOn(URI vAppHref)
           
 Task MetadataApi.put(String key, String metadataValue)
          Sets the metadata for the particular key for the media to the value provided.
 Task MetadataApi.putAll(Map<String,String> metadata)
          Merges the metadata for a media with the information provided.
 Task VmApi.reboot(String vmUrn)
          Reboots a Vm.
 Task VAppApi.reboot(String vAppUrn)
          Reboots a VApp.
 Task VmApi.reboot(URI vmHref)
           
 Task VAppApi.reboot(URI vAppHref)
           
 Task VAppApi.recompose(String vAppUrn, RecomposeVAppParams params)
          Recompose a VApp by removing its own VMs and/or adding new ones from other vApps or vApp templates.
 Task VAppApi.recompose(URI vAppHref, RecomposeVAppParams params)
           
 Task VmApi.relocate(String vmUrn, RelocateParams params)
          Relocates a Vm.
 Task VmApi.relocate(URI vmHref, RelocateParams params)
           
 Task VmApi.remove(String vmUrn)
          Deletes a Vm.
 Task VAppTemplateApi.remove(String templateUrn)
          Deletes a vApp template.
 Task VAppApi.remove(String vAppUrn)
          Deletes a VApp.
 Task MetadataApi.remove(String key)
          Deletes a metadata entry.
 Task MediaApi.remove(String mediaUrn)
          Deletes a media.
 Task VmApi.remove(URI vmHref)
           
 Task VAppTemplateApi.remove(URI templateUri)
           
 Task VAppApi.remove(URI vAppHref)
           
 Task MediaApi.remove(URI mediaHref)
           
 Task VmApi.reset(String vmUrn)
          Resets a Vm.
 Task VAppApi.reset(String vAppUrn)
          Resets a VApp.
 Task VmApi.reset(URI vmHref)
           
 Task VAppApi.reset(URI vAppHref)
           
 Task VmApi.shutdown(String vmUrn)
          Shuts down a Vm.
 Task VAppApi.shutdown(String vAppUrn)
          Shuts down a VApp.
 Task VmApi.shutdown(URI vmHref)
           
 Task VAppApi.shutdown(URI vAppHref)
           
 Task VmApi.suspend(String vmUrn)
          Suspends a Vm.
 Task VAppApi.suspend(String vAppUrn)
          Suspends a VApp.
 Task VmApi.suspend(URI vmHref)
           
 Task VAppApi.suspend(URI vAppHref)
           
 Task VmApi.undeploy(String vmUrn, UndeployVAppParams params)
          Undeploy a Vm.
 Task VAppApi.undeploy(String vAppUrn, UndeployVAppParams params)
          Undeploy a VApp.
 Task VmApi.undeploy(URI vmHref, UndeployVAppParams params)
           
 Task VAppApi.undeploy(URI vAppHref, UndeployVAppParams params)
           
 Task VmApi.upgradeHardwareVersion(String vmUrn)
          Upgrade virtual hardware version of a VM to the highest supported virtual hardware version of provider vDC where the VM locates.
 Task VmApi.upgradeHardwareVersion(URI vmHref)
           
 

Uses of Task in org.jclouds.vcloud.director.v1_5.features.admin
 

Methods in org.jclouds.vcloud.director.v1_5.features.admin that return Task
 Task AdminVdcApi.edit(String vdcUrn, AdminVdc vdc)
          Modifies a Virtual Data Center.
 Task AdminNetworkApi.edit(String networkUrn, OrgNetwork network)
          Modifies an org network
 Task AdminVdcApi.edit(URI vdcAdminHref, AdminVdc vdc)
           
 Task AdminNetworkApi.edit(URI networkAdminHref, OrgNetwork network)
           
 Task AdminVdcApi.remove(String vdcUrn)
          Deletes a Virtual Data Center.
 Task AdminVdcApi.remove(URI vdcAdminHref)
           
 Task AdminNetworkApi.reset(String networkUrn)
          Reset(undeploy & redeploy) networking services on a logical network.
 Task AdminNetworkApi.reset(URI networkAdminHref)
           
 

Uses of Task in org.jclouds.vcloud.director.v1_5.predicates
 

Methods in org.jclouds.vcloud.director.v1_5.predicates with parameters of type Task
 boolean TaskSuccess.apply(Task task)
           
 boolean TaskStatusEquals.apply(Task task)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.