Uses of Interface
org.jclouds.vcloud.domain.Task

Packages that use Task
org.jclouds.vcloud   
org.jclouds.vcloud.compute.strategy   
org.jclouds.vcloud.domain   
org.jclouds.vcloud.domain.internal   
org.jclouds.vcloud.domain.network   
org.jclouds.vcloud.domain.network.internal   
org.jclouds.vcloud.features   
org.jclouds.vcloud.xml   
 

Uses of Task in org.jclouds.vcloud
 

Methods in org.jclouds.vcloud that return Task
 Task TaskStillRunningException.getTask()
           
 Task TaskInErrorStateException.getTask()
           
 

Constructors in org.jclouds.vcloud with parameters of type Task
TaskInErrorStateException(Task task)
           
TaskStillRunningException(Task task)
           
 

Uses of Task in org.jclouds.vcloud.compute.strategy
 

Methods in org.jclouds.vcloud.compute.strategy that return Task
 Task InstantiateVAppTemplateWithGroupEncodedIntoNameThenCustomizeDeployAndPowerOn.updateCPUCountOfVm(Vm vm, int cpuCount)
           
 Task InstantiateVAppTemplateWithGroupEncodedIntoNameThenCustomizeDeployAndPowerOn.updateMemoryMBOfVm(Vm vm, int memoryInMB)
           
 Task InstantiateVAppTemplateWithGroupEncodedIntoNameThenCustomizeDeployAndPowerOn.updateVmWithNameAndCustomizationScript(Vm vm, String name, String customizationScript)
          Naming constraints modifying a VM on a VApp in vCloud Director (at least v1.5) can be more strict than those in a vAppTemplate.
 

Methods in org.jclouds.vcloud.compute.strategy with parameters of type Task
 void VCloudComputeServiceAdapter.waitForTask(Task task)
           
 void InstantiateVAppTemplateWithGroupEncodedIntoNameThenCustomizeDeployAndPowerOn.waitForTask(Task task)
           
 

Uses of Task in org.jclouds.vcloud.domain
 

Methods in org.jclouds.vcloud.domain that return types with arguments of type Task
 List<Task> Vm.getTasks()
          read‐only container for Task elements.
 List<Task> VDC.getTasks()
          read‐only container for Task elements.
 List<Task> VAppTemplate.getTasks()
          read-only container for Task elements.
 List<Task> VApp.getTasks()
          read‐only container for Task elements.
 SortedSet<Task> TasksList.getTasks()
           
 List<Task> Org.getTasks()
          read‐only container for Task elements.
 List<Task> Catalog.getTasks()
          read‐only container for Task elements.
 

Uses of Task in org.jclouds.vcloud.domain.internal
 

Classes in org.jclouds.vcloud.domain.internal that implement Task
 class TaskImpl
           
 

Methods in org.jclouds.vcloud.domain.internal that return types with arguments of type Task
 List<Task> VmImpl.getTasks()
          read‐only container for Task elements.
 List<Task> VDCImpl.getTasks()
          read‐only container for Task elements.
 List<Task> VAppTemplateImpl.getTasks()
          read-only container for Task elements.
 List<Task> VAppImpl.getTasks()
          read‐only container for Task elements.
 SortedSet<Task> TasksListImpl.getTasks()
           
 List<Task> OrgImpl.getTasks()
           
 List<Task> CatalogImpl.getTasks()
          read‐only container for Task elements.
 

Constructor parameters in org.jclouds.vcloud.domain.internal with type arguments of type Task
CatalogImpl(String name, String type, URI href, ReferenceType org, String description, Map<String,ReferenceType> contents, Iterable<Task> tasks, boolean published, boolean readOnly)
           
OrgImpl(String name, String type, URI id, String fullName, String description, Map<String,ReferenceType> catalogs, Map<String,ReferenceType> vdcs, Map<String,ReferenceType> networks, ReferenceType tasksList, Iterable<Task> tasks)
           
TasksListImpl(URI id, SortedSet<Task> tasks)
           
VAppImpl(String name, String type, URI id, Status status, ReferenceType vdc, String description, Iterable<Task> tasks, boolean ovfDescriptorUploaded, Iterable<Vm> children, VCloudNetworkSection networkSection)
           
VAppTemplateImpl(String name, String type, URI id, Status status, ReferenceType vdc, String description, Iterable<Task> tasks, boolean ovfDescriptorUploaded, String vAppScopedLocalId, Iterable<Vm> children, VCloudNetworkSection networkSection)
           
VDCImpl(String name, String type, URI id, VDCStatus status, ReferenceType org, String description, Iterable<Task> tasks, AllocationModel allocationModel, Capacity storageCapacity, Capacity cpuCapacity, Capacity memoryCapacity, Map<String,ReferenceType> resourceEntities, Map<String,ReferenceType> availableNetworks, int nicQuota, int networkQuota, int vmQuota, boolean isEnabled)
           
VmImpl(String name, String type, URI id, Status status, ReferenceType vApp, String description, Iterable<Task> tasks, VCloudVirtualHardwareSection hardware, VCloudOperatingSystemSection os, NetworkConnectionSection networkConnectionSection, GuestCustomizationSection guestCustomization, String vAppScopedLocalId)
           
 

Uses of Task in org.jclouds.vcloud.domain.network
 

Methods in org.jclouds.vcloud.domain.network that return types with arguments of type Task
 List<Task> OrgNetwork.getTasks()
          read‐only container for Task elements.
 

Uses of Task in org.jclouds.vcloud.domain.network.internal
 

Methods in org.jclouds.vcloud.domain.network.internal that return types with arguments of type Task
 List<Task> OrgNetworkImpl.getTasks()
          read‐only container for Task elements.
 

Constructor parameters in org.jclouds.vcloud.domain.network.internal with type arguments of type Task
OrgNetworkImpl(String name, String type, URI id, ReferenceType org, String description, Iterable<Task> tasks, OrgNetwork.Configuration configuration, ReferenceType networkPool, Iterable<String> allowedExternalIpAddresses)
           
 

Uses of Task in org.jclouds.vcloud.features
 

Methods in org.jclouds.vcloud.features that return Task
 Task VAppTemplateApi.copyVAppTemplateToVDCAndName(URI sourceVAppTemplate, URI vdc, String newName, CloneVAppTemplateOptions... options)
           
 Task VAppApi.copyVAppToVDCAndName(URI sourceVApp, URI vdc, String newName, CloneVAppOptions... options)
           
 Task VAppApi.deleteVApp(URI href)
          delete a vAppTemplate, vApp, or media image.
 Task VAppTemplateApi.deleteVAppTemplate(URI href)
          delete a vAppTemplate, vApp, or media image.
 Task VAppApi.deployAndPowerOnVApp(URI href)
          like VAppApi.deployVApp(URI), except deploy transitions to power on state
 Task VmApi.deployAndPowerOnVm(URI href)
          like #deploy(URI), except deploy transitions to power on state
 Task VAppApi.deployVApp(URI href)
          To deploy a vApp, the client makes a request to its action/deploy URL.
 Task VmApi.deployVm(URI href)
          To deploy a vApp, the client makes a request to its action/deploy URL.
 Task TaskApi.getTask(URI taskId)
          Whenever the result of a request cannot be returned immediately, the server creates a Task object and includes it in the response, as a member of the Tasks container in the response body.
 Task VAppTemplateApi.moveVAppTemplateToVDCAndRename(URI toClone, URI vdc, String newName, CloneVAppTemplateOptions... options)
           
 Task VAppApi.moveVAppToVDCAndRename(URI sourceVApp, URI vdc, String newName, CloneVAppOptions... options)
           
 Task VAppApi.powerOffVApp(URI href)
          A powerOff request to a vApp URL powers off all of the virtual machines in the vApp, as specified in its StartupSection field.
 Task VmApi.powerOffVm(URI href)
          A powerOff request to a vApp URL powers off all of the virtual machines in the vApp, as specified in its StartupSection field.
 Task VAppApi.powerOnVApp(URI href)
          A powerOn request to a vApp URL powers on all of the virtual machines in the vApp, as specified in the vApp’s StartupSection field.
 Task VmApi.powerOnVm(URI href)
          A powerOn request to a vApp URL powers on all of the virtual machines in the vApp, as specified in the vApp’s StartupSection field.
 Task VAppApi.resetVApp(URI href)
          A reset request to a vApp URL resets all of the virtual machines in the vApp, as specified in its StartupSection field.
 Task VmApi.resetVm(URI href)
          A reset request to a vApp URL resets all of the virtual machines in the vApp, as specified in its StartupSection field.
 Task VAppApi.suspendVApp(URI href)
          A suspend request to a vApp URL suspends all of the virtual machines in the vApp, as specified in its StartupSection field.
 Task VmApi.suspendVm(URI href)
          A suspend request to a vApp URL suspends all of the virtual machines in the vApp, as specified in its StartupSection field.
 Task VAppApi.undeployAndSaveStateOfVApp(URI href)
          like VAppApi.undeployVApp(URI), where the undeployed virtual machines are suspended and their suspend state saved
 Task VmApi.undeployAndSaveStateOfVm(URI href)
          like #undeploy(URI), where the undeployed virtual machines are suspended and their suspend state saved
 Task VAppApi.undeployVApp(URI href)
          Undeploying a vApp powers off or suspends any running virtual machines it contains, then frees the resources reserved for the vApp and sets the vApp’s deploy attribute to a value of false to indicate that it is not deployed.
 Task VmApi.undeployVm(URI href)
          Undeploying a vApp powers off or suspends any running virtual machines it contains, then frees the resources reserved for the vApp and sets the vApp’s deploy attribute to a value of false to indicate that it is not deployed.
 Task VmApi.updateCPUCountOfVm(int cpuCount, URI href)
          update the cpuCount of an existing VM
 Task VmApi.updateGuestCustomizationOfVm(GuestCustomizationSection guestCustomizationSection, URI href)
          Modify the Guest Customization Section of a Virtual Machine
 Task VmApi.updateMemoryMBOfVm(int memoryInMB, URI href)
          update the memoryInMB of an existing VM
 Task VmApi.updateNetworkConnectionOfVm(NetworkConnectionSection networkConnectionSection, URI href)
          Modify the Network Connection Section of a Virtual Machine
 

Uses of Task in org.jclouds.vcloud.xml
 

Fields in org.jclouds.vcloud.xml with type parameters of type Task
protected  List<Task> VmHandler.tasks
           
protected  List<Task> VDCHandler.tasks
           
protected  List<Task> VAppTemplateHandler.tasks
           
protected  List<Task> VAppHandler.tasks
           
protected  List<Task> OrgNetworkHandler.tasks
           
protected  List<Task> OrgHandler.tasks
           
protected  List<Task> CatalogHandler.tasks
           
 

Methods in org.jclouds.vcloud.xml that return Task
 Task TaskHandler.getResult()
           
 



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