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

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

Uses of Task in com.vmware.vcloud.sdk
 

Methods in com.vmware.vcloud.sdk that return Task
 Task VM.attachDisk(com.vmware.vcloud.api.rest.schema.ReferenceType diskRef)
          Attaching a disk to the VM.
 Task VM.attachDisk(com.vmware.vcloud.api.rest.schema.ReferenceType diskRef, Integer busNumber, Integer unitNumber)
          Attaching a disk to the VM.
 Task Catalog.capturevApp(com.vmware.vcloud.api.rest.schema.CaptureVAppParamsType captureVApp)
          Create a vApp template in this catalog from a vApp.
 Task VM.checkCompliance()
          Perform storage profile compliance check on a VM.
static Task VM.checkCompliance(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType vmRef)
          Perform storage profile compliance check on a VM.
 Task VM.consolidate()
          Consolidates a vm.
 Task VappTemplate.consolidate()
          Consolidates a vm.The operation is supported only for Virtual Center version 5.0 and later.
static Task VM.consolidate(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType vmRef)
          Consolidates a vm.
static Task VappTemplate.consolidate(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType vappTemplateVmRef)
          Consolidates a vm.
 Task Catalog.copyCatalogItem(String name, String description, com.vmware.vcloud.api.rest.schema.ReferenceType sourceRef)
          Copy a catalog item from one catalog to another
 Task AbstractVapp.createSnapshot(String name, String description, boolean memory, boolean quiesce)
          Creates new snapshot of a virtual machine or of all the virtual machines in a vApp.
static Task AbstractVapp.createSnapshot(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType ref, String name, String description, boolean memory, boolean quiesce)
          Creates new snapshot of a virtual machine or of all the virtual machines in a vApp.
 Task Organization.createTask(com.vmware.vcloud.api.rest.schema.TaskType taskType)
          Creating a custom task.
 Task Vdc.delete()
          Delete Vdc
 Task Disk.delete()
          Delete Disk .
 Task Media.delete()
          Delete Media .
 Task AbstractVapp.delete()
          Delete VAPP/VM .
 Task VappTemplate.delete()
          Delete vAppTemplate.
static Task Vdc.delete(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType vdcRef)
          Delete Vdc
static Task Disk.delete(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType diskRef)
          Delete Disk .
static Task Media.delete(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType mediaRef)
          Delete Media .
static Task AbstractVapp.delete(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType ref)
          Delete VAPP/VM.
static Task VappTemplate.delete(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType vAppTemplateRef)
          Delete vAppTemplate.
 Task Media.deleteMedia()
          1.
static Task Media.deleteMedia(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType mediaRef)
          1.
 Task Metadata.deleteMetadataEntry(String key)
          Deletes a specific metadata entry.
static Task Metadata.deleteMetadataEntry(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType entityRef, String key)
          Deletes a specific metadata entry.
 Task Metadata.deleteTypedMetadataEntry(String key)
          Deletes a specific typed metadata entry.
 Task Metadata.deleteTypedMetadataEntry(String key, MetadataDomain domain)
          Deletes a specific typed metadata entry.
 Task VappTemplate.deleteVappTemplate()
          1.
static Task VappTemplate.deleteVappTemplate(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType vAppTemplateRef)
          1.
 Task AbstractVapp.deploy(boolean powerOn, int lease, boolean forceCustomization)
          Deploy VAPP/VM .
static Task AbstractVapp.deploy(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType ref, boolean powerOn, int lease, boolean forceCustomization)
          Deploy VAPP/VM.
 Task VM.detachDisk(com.vmware.vcloud.api.rest.schema.ReferenceType diskRef)
          Detaching disk from the VM.
 Task VM.detachDisk(com.vmware.vcloud.api.rest.schema.ReferenceType diskRef, Integer busNumber, Integer unitNumber)
          Detaching disk from the VM.
 Task VM.disableNestedHypervisor()
          Disable the nested hypervisor feature on this vm.
static Task VM.disableNestedHypervisor(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType vmRef)
          Disable the nested hypervisor feature on this vm.
 Task AbstractVapp.discardSuspend()
          Discard the Suspended State of a vApp or Virtual Machine
static Task AbstractVapp.discardSuspend(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType ref)
          Discard the Suspended State of a vApp or Virtual Machine
 Task VM.ejectMedia(com.vmware.vcloud.api.rest.schema.MediaInsertOrEjectParamsType mediaInsertOrEjectParamsType)
          An ejectMedia request reverses a specific insertMedia request.
 Task Vapp.enableDownload()
          Enable a vApp for download
 Task Media.enableDownload()
          Enable download for the media
 Task VappTemplate.enableDownload()
          Enable Download for vAppTemplate
static Task Vapp.enableDownload(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType vappRef)
          Enable a vApp for download
static Task Media.enableDownload(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType mediaRef)
          Enable download for the media
static Task VappTemplate.enableDownload(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType vAppTemplateRef)
          Enable Download for vAppTemplate
 Task VM.enableNestedHypervisor()
          Enable the nested hypervisor feature on this vm.
static Task VM.enableNestedHypervisor(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType vmRef)
          Enable the nested hypervisor feature on this vm.
static Task Task.getTaskById(VcloudClient client, String vCloudId)
          Get Task helper using the vCloud ID
static Task Task.getTaskByReference(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType taskRef)
          Returns Task helper for the given Task Ref.
 Task VM.insertMedia(com.vmware.vcloud.api.rest.schema.MediaInsertOrEjectParamsType mediaInsertOrEjectParamsType)
          An insertMedia request makes a virtual media entity readable by a VM
 Task VM.installVMwareTools()
          Installs VMware tools to the virtual machine.
static Task VM.installVMwareTools(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType vmRef)
          Installs VMware tools to the virtual machine.
 Task Organization.instantiateVdcTemplate(com.vmware.vcloud.api.rest.schema.InstantiateVdcTemplateParamsType instantiateVdcTemplateParams)
          Instantiating a VDC template.
 Task Catalog.moveCatalogItem(String name, String description, com.vmware.vcloud.api.rest.schema.ReferenceType sourceRef)
          Move a catalog item from one catalog to another
 Task AbstractVapp.powerOff()
          Power off VAPP/VM.
static Task AbstractVapp.powerOff(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType ref)
          Power off VAPP/VM.
 Task AbstractVapp.powerOn()
          Power on VAPP/VM.
static Task AbstractVapp.powerOn(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType ref)
          Power on VAPP/VM.
 Task AbstractVapp.reboot()
          Reboot VAPP/VM
static Task AbstractVapp.reboot(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType ref)
          Reboot VAPP/VM
 Task Vapp.recomposeVapp(com.vmware.vcloud.api.rest.schema.RecomposeVAppParamsType recomposeVappParamsType)
          Recompose vApp
 Task VM.reconfigureVM(com.vmware.vcloud.api.rest.schema.VmType vmType)
          Updates VM name, Description, and any or all of the following sections: VirtualHardwareSection OperatingSystemSection NetworkConnectionSection GuestCustomizationSection Sections not included in the request body will not be updated.
 Task VM.reloadFromVC()
          Reloads VM state from VC.
static Task VM.reloadFromVC(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType vmRef)
          Reloads VM state from VC.
 Task VM.relocate(com.vmware.vcloud.api.rest.schema.ReferenceType datastoreReference)
          Deprecated. API 5.1, SDK 5.1, use VMVM.updateVM(VmType) to relocate vm to a different StorageProfle. Storage profile can be specified by using VmType
 Task VappTemplate.relocate(com.vmware.vcloud.api.rest.schema.ReferenceType datastoreReference)
          Deprecated. API 5.1, SDK 5.1
static Task VM.relocate(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType vmRef, com.vmware.vcloud.api.rest.schema.ReferenceType datastoreReference)
          Deprecated. API 5.1, SDK 5.1, use VMVM.updateVM(VmType) to relocate vm to a different StorageProfle. Storage profile can be specified by using VmType
static Task VappTemplate.relocate(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType vmRef, com.vmware.vcloud.api.rest.schema.ReferenceType datastoreReference)
          Deprecated. API 5.1, SDK 5.1
 Task AbstractVapp.removeAllSnapshots()
          Removes all user created snapshots for a vApp or virtual machine.
static Task AbstractVapp.removeAllSnapshots(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType ref)
          Removes all user created snapshots for a vApp or virtual machine.
 Task VappNetwork.reset()
          Resets the vApp Network.
 Task AbstractVapp.reset()
          Reset VAPP/VM.
static Task AbstractVapp.reset(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType ref)
          Reset VAPP/VM.
 Task Vapp.resetvAppNetwork(String vAppNetworkName)
          Reset VApp network.
 Task AbstractVapp.revertToCurrentSnapshot()
          Reverts a vApp or virtual machine to the current snapshot, if any.
static Task AbstractVapp.revertToCurrentSnapshot(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType ref)
          Reverts a vApp or virtual machine to the current snapshot, if any.
 Task AbstractVapp.shutdown()
          Shutdown VAPP/VM gracefully.
static Task AbstractVapp.shutdown(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType ref)
          Shutdown VAPP/VM gracefully.
 Task AbstractVapp.suspend()
          Suspend VAPP/VM.
static Task AbstractVapp.suspend(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType ref)
          Suspend VAPP/VM.
 Task Catalog.sync()
          Force sync the catalog to the remote subscribed catalog.
 Task CatalogItem.sync()
          Sync catalog item
 Task Vapp.syncSyslogServer(String vAppNetworkName)
          Synchronizes the syslog server settings with the system defaults.
 Task AbstractVapp.undeploy(UndeployPowerActionType undeployPowerAction)
          Undeploys the vApp/VM
static Task AbstractVapp.undeploy(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType ref, UndeployPowerActionType undeployPowerAction)
          Undeploys the vApp/VM
 Task VM.updateCpu(VirtualCpu virtualCpuItem)
          Updates the VirtualCpu Item of the VM
 Task Disk.updateDisk(String name, String description, com.vmware.vcloud.api.rest.schema.ReferenceType storageProfileRef)
          Updates name, description and storage profile of Disk.
 Task VM.updateDisks(List<VirtualDisk> virtualDisks)
          Updates the VirtualDisks of a VM
 Task VappTemplate.updateGoldMaster(Boolean goldMasterFlag)
          Updating/Setting the template as goldmaster.
 Task VM.updateHotAdd(boolean memoryHotAdd, boolean cpuHotAdd)
          Enable/Disable the hot add options for this vm.
static Task VM.updateHotAdd(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType vmRef, boolean memoryHotAdd, boolean cpuHotAdd)
          Enable/Disable the hot add options for this vm.
 Task Media.updateMedia(com.vmware.vcloud.api.rest.schema.MediaType mediaType)
          Updates name and description of Media .Any other attributes/elements will be ignored.
 Task VM.updateMemory(VirtualMemory virtualMemoryItem)
          Updates the VirtualMemory Item of a VM
 Task Metadata.updateMetadataEntries(HashMap<String,String> metadataEntries)
          Updates the provided map of metadata entries for this vcloud resource.
 Task Metadata.updateMetadataEntry(String key, String value)
          Updates a specific metadata entry.
static Task Metadata.updateMetadataEntry(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType entityRef, String key, String value)
          Updates a specific metadata entry.
 Task VM.updateNetworkCards(List<VirtualNetworkCard> virtualNetworkCards)
          Updates the VirtualNetworkCard of a VM
 Task AbstractVapp.updateProductSections(List<com.vmware.vcloud.api.rest.schema.ovf.ProductSectionType> productSections)
          Update the product sections of a vApp/VM
 Task Vapp.updateSection(com.vmware.vcloud.api.rest.schema.ovf.SectionType sectionType)
          Updating the vApp.
 Task VM.updateSection(com.vmware.vcloud.api.rest.schema.ovf.SectionType sectionType)
          Updating the VM Section.
 Task VappTemplate.updateSection(com.vmware.vcloud.api.rest.schema.ovf.SectionType sectionType)
          Deprecated. API 5.1, SDK 5.1 CustomizationSection, GuestCustomizationSection sections
 Task VM.updateSerialPorts(List<SerialPort> serialPorts)
          Deprecated. API 5.1, SDK 5.1, Internal API - NotSupported/UnImplemented
 Task Task.updateTask(com.vmware.vcloud.api.rest.schema.TaskType taskType)
          Updating the Custom Task.
 Task Metadata.updateTypedMetadataEntries(List<com.vmware.vcloud.api.rest.schema.MetadataEntryType> metadataEntries)
          Updates the provided list of metadata entries.
 Task Metadata.updateTypedMetadataEntry(com.vmware.vcloud.api.rest.schema.MetadataEntryType typedMetadataEntry)
          Updates a specific typed metadata entry.
 Task Vapp.updateVapp(com.vmware.vcloud.api.rest.schema.VAppType vAppType)
          Updates name and description of a vApp.
 Task VappTemplate.updateVappTemplate(com.vmware.vcloud.api.rest.schema.VAppTemplateType vappTemplateType)
          Updates name and description of VappTemplate .Any other attributes/elements will be ignored.
 Task Vdc.updateVdc(com.vmware.vcloud.api.rest.schema.VdcType vdcParams)
          Modify the name and/or description of an organization vDC.
 Task VM.updateVM(com.vmware.vcloud.api.rest.schema.VmType vmType)
          Updates the vm.
 Task VM.upgradeHardware()
          Upgrade virtual hardware version of a VM to the highest supported virtual hardware version of provider vDC where the VM locates
static Task VM.upgradeHardware(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType vmRef)
          Upgrade virtual hardware version of a VM to the highest supported virtual hardware version of provider vDC where the VM locates
 

Methods in com.vmware.vcloud.sdk that return types with arguments of type Task
 List<Task> TaskList.getTasks()
          Returns the list of tasks
 List<Task> VcloudEntity.getTasks()
          Returns the list of tasks on this entity
 

Uses of Task in com.vmware.vcloud.sdk.admin
 

Methods in com.vmware.vcloud.sdk.admin that return Task
 Task EdgeGateway.configureServices(com.vmware.vcloud.api.rest.schema.GatewayFeaturesType gatewayFeaturesType)
          Update edgeGateway configuration.
 Task EdgeGateway.configureSyslogServerSettings(com.vmware.vcloud.api.rest.schema.SyslogServerType syslogServerSettings)
          Configure Syslog server settings for the org vdc edge gateway.
 Task AdminOrganization.createOrgAssociation(com.vmware.vcloud.api.rest.schema.OrgAssociationType orgAssociation)
          Adds a new member to organization's associations.
 Task AdminOrgVdcNetwork.delete()
          Delete OrgVdcNetwork
 Task EdgeGateway.delete()
          Delete the edgeGateway.
 Task AdminOrgNetwork.delete()
          Deprecated. Delete OrgNetwork
 Task AdminVdc.delete()
          Delete AdminVdc, AdminVdc should be disabled before deletion
static Task AdminOrgVdcNetwork.delete(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType adminOrgVdcNetworkRef)
          Delete OrgVdcNetwork
static Task EdgeGateway.delete(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType edgeGatewayRef)
          Delete the edgeGateway.
static Task AdminOrgNetwork.delete(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType orgNetworkRef)
          Deprecated. Delete OrgNetwork
static Task AdminVdc.delete(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType adminVdcRef)
          Delete AdminVdc, AdminVdc should be disabled before deletion
 Task AdminOrganization.deleteAdminOrg(boolean force, boolean recrusive)
          Delete Admin Organization for version greater than 5.6.
 Task AdminOrganization.deleteOrgAssociationByName(String memberName)
          Removes the specified member from this organization's associations.
 Task AdminVdc.disableFastProvisioning()
          Disable fast provisioning
 Task AdminVdc.enableFastProvisioning()
          Enable fast provisioning.
 Task EdgeGateway.reapplyServices()
          Reapply services on an edgeGateway.
 Task EdgeGateway.redeploy()
          Redeploy edgeGateway.
 Task AdminVdc.registerVapp(com.vmware.vcloud.api.rest.schema.RegisterVAppParamsType registerVappParams)
          Create a vApp based on a set of .vmx files and resource mappings
 Task ExternalNetwork.reset()
          Deprecated. API 5.1, SDK 5.1 Note: This method will not work with SDK 5.1
 Task AdminOrgVdcNetwork.reset()
          Reset Isolated Admin Organization Vdc Network
 Task AdminOrgNetwork.reset()
          Deprecated. Reset Organization Network
static Task ExternalNetwork.reset(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType externalNetworkReference)
          Deprecated. API 5.1, SDK 5.1 Note: This method will not work with SDK 5.1
static Task AdminOrgVdcNetwork.reset(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType adminOrgNetworkReference)
          Reset Isolated Admin Organization Vdc Network
static Task AdminOrgNetwork.reset(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType adminOrgNetworkReference)
          Deprecated. Reset Organization Network
 Task EdgeGateway.syncSyslogServer()
          Synchronize syslog server settings on an edgeGateway.
 Task AdminOrgNetwork.syncSyslogServer()
          Deprecated. Synchronizes the syslog server settings with the system defaults.Only Routed Org Networks can be synchronized.
static Task AdminOrgNetwork.syncSyslogServer(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType adminOrgNetworkReference)
          Deprecated. Synchronizes the syslog server settings with the system defaults.
 Task AdminVdc.updateAdminVdc(com.vmware.vcloud.api.rest.schema.AdminVdcType adminVdcType)
          Updating the Admin Vdc
 Task AdminVdc.updateAdminVdcStorageProfiles(List<com.vmware.vcloud.api.rest.schema.VdcStorageProfileParamsType> addStorageProfiles, List<com.vmware.vcloud.api.rest.schema.ReferenceType> removeStorageProfiles)
          Updating the vdc storage profiles.
 Task EdgeGateway.updateEdgeGateway(com.vmware.vcloud.api.rest.schema.GatewayType gatewayParams)
          Update a edgeGateway.
 Task AdminOrganization.updateOrgAssociations(com.vmware.vcloud.api.rest.schema.OrgAssociationsType orgAssociations)
          Replaces the organization's current list of association members with the specified list of members If the list is empty, all existing members will be deleted.
 Task AdminOrgNetwork.updateOrgNetwork(com.vmware.vcloud.api.rest.schema.OrgNetworkType orgNetworkType)
          Deprecated. Updating the OrgNetwork
 Task AdminOrgVdcNetwork.updateOrgVdcNetwork(com.vmware.vcloud.api.rest.schema.OrgVdcNetworkType orgVdcNetworkType)
          Updating the OrgVdcNetwork
 Task EdgeGateway.upgradeConfig()
          Upgrade edgeGateway configuration from compact to full.
 

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

Methods in com.vmware.vcloud.sdk.admin.extensions that return Task
 Task StrandedItem.delete()
          Delete the stranded item.
 Task VMWNetworkPool.delete()
          Delete VMWNetworkPool
 Task VMWExternalNetwork.delete()
          Delete VMWExternalNetwork
 Task VMWProviderVdc.delete()
          Delete VMWProviderVdc
static Task StrandedItem.delete(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType strandedItemRef)
          Delete the StrandedItem.
static Task VMWNetworkPool.delete(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType vmwNetworkPoolRef)
          Delete VMWNetworkPool
static Task VMWExternalNetwork.delete(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType vmwExternalNetworkRef)
          Delete VMWExternalNetwork
static Task VMWProviderVdc.delete(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType vmwProviderVdcRef)
          Delete VMWProviderVdc
 Task VMWHost.disableHost()
          Disable the Host
static Task VMWHost.disableHost(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType vmwHostRef)
          Disable the Host
 Task VMWHost.enableHost()
          Enable the Host
static Task VMWHost.enableHost(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType vmwHostRef)
          Enable the Host
 Task StrandedItem.forceDelete()
          Force delete the stranded item.
static Task StrandedItem.forceDelete(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType strandedItemRef)
          Force delete the stranded item.
 Task VMWVimServer.forceVMWVimServerReconnect()
          Forcing the vimserver reconnect.
static Task VMWVimServer.forceVMWVimServerReconnect(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType vmwVimServerRef)
          Forcing the vimserver reconnect
 Task VMWVimServer.importVmIntoVApp(com.vmware.vcloud.api.rest.schema.extension.ImportVmIntoExistingVAppParamsType importVmIntoVAppParamsType)
          Imports VM from the vim server into an existing Vapp.
 Task VMWProviderVdc.mergeProviderVdcs(List<com.vmware.vcloud.api.rest.schema.ReferenceType> vmwProvVdcRefs)
          Merge a provider vdc with other provider vdcs.
 Task VMWProviderVdc.migrateVms(String sourceResourcePoolMoref, List<com.vmware.vcloud.api.rest.schema.ReferenceType> vmRefs, com.vmware.vcloud.api.rest.schema.extension.VimObjectRefType resourcePoolVimRef)
          Migrate Vms to a different resource pool.
 Task VMWHost.prepareHost(String username, String password)
          Preparing the host
static Task VMWHost.prepareHost(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType hostRef, String username, String password)
          Preparing the host
 Task VMWVimServer.refreshStorageProfiles()
          Refresh the VMW Vimservers storage profiles.
static Task VMWVimServer.refreshStorageProfiles(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType vmwVimServerRef)
          Refresh the VMW Vimservers storage profiles.
 Task VMWVimServer.refreshVimServer()
          Refresh vCenter server.
 Task VMWHost.repairHost()
          Repair the host
static Task VMWHost.repairHost(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType hostRef)
          Repair the host
 Task VMWExternalNetwork.reset()
          Deprecated. API 5.1, SDK 5.1 Note: This method will not work with SDK 5.1
static Task VMWExternalNetwork.reset(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType externalNetworkReference)
          Deprecated. API 5.1, SDK 5.1 Note: This method will not work with SDK 5.1
 Task VMWHost.unPrepareHost()
          UnPreparing the host
static Task VMWHost.unPrepareHost(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType hostRef)
          UnPreparing the host
 Task VMWVimServer.unregisterVMWVimServer()
          Unregister the vim server
static Task VMWVimServer.unregisterVMWVimServer(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType vmwVimServerRef)
          Unregister the vim server
 Task VcloudAdminExtensionSettings.updateLookupService(com.vmware.vcloud.api.rest.schema.extension.LookupServiceParamsType lookupServiceParams)
          Deprecated. API 5.1, SDK 5.1
 Task VMWProviderVdc.updateResourcePools(List<com.vmware.vcloud.api.rest.schema.extension.VimObjectRefType> resourcePoolVimRefs, List<com.vmware.vcloud.api.rest.schema.ReferenceType> resourcePoolRefs)
          Add/Delete the resource pools.
 Task VMWProviderVdc.updateVMWProviderVdcStorageProfiles(List<String> addStorageProfiles, List<com.vmware.vcloud.api.rest.schema.ReferenceType> removeStorageProfiles)
          Updating the provider vdc storage profiles.
 Task VMWVimServer.updateVMWVimServer(com.vmware.vcloud.api.rest.schema.extension.VimServerType vimServerType)
          Updates the vim server.
 Task VMWVimServer.updatevShieldManager(com.vmware.vcloud.api.rest.schema.extension.ShieldManagerType shieldManager)
          Updates the vShield Manager.
 Task VMWHost.upgradeHost()
          Upgrades the host agent
static Task VMWHost.upgradeHost(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType hostRef)
          Upgrades the host agent
 



Copyright © 2016. All Rights Reserved.