|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of VCloudException in com.vmware.vcloud.sdk |
|---|
| Methods in com.vmware.vcloud.sdk that throw VCloudException | ||
|---|---|---|
com.vmware.vcloud.api.rest.schema.MksTicketType |
VM.acquireMksTicket()
Retrieve a mks ticket that you can use to gain access to the console of a running VM |
|
com.vmware.vcloud.api.rest.schema.ScreenTicketType |
VM.acquireTicket()
Returns a ticket that client can use to open a screen connection. |
|
CatalogItem |
Catalog.addCatalogItem(com.vmware.vcloud.api.rest.schema.CatalogItemType catalogItemType)
Adding a catalogItem |
|
void |
VM.answerVmQuestion(int choiceId,
String questionId)
Answer a Vm Pending Question |
|
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. |
|
String |
QueryService.buildQuery(QueryParams<? extends QueryField> queryParams)
Method which builds the actual query from the query params. |
|
String |
QueryService.buildQuery(String queryTypeValue)
Method which builds the query from the query type. |
|
void |
Task.cancelTask()
Canceling a task. |
|
static void |
Task.cancelTask(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType taskReference)
Canceling a task. |
|
Task |
Catalog.capturevApp(com.vmware.vcloud.api.rest.schema.CaptureVAppParamsType captureVApp)
Create a vApp template in this catalog from a vApp. |
|
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. |
|
void |
Vapp.changeOwner(com.vmware.vcloud.api.rest.schema.ReferenceType userReference)
Change VApp owner. |
|
void |
Disk.changeOwner(com.vmware.vcloud.api.rest.schema.ReferenceType userReference)
Change Disk owner. |
|
static void |
Vapp.changeOwner(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vappRef,
com.vmware.vcloud.api.rest.schema.ReferenceType userReference)
Change VApp owner. |
|
static void |
Disk.changeOwner(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType diskRef,
com.vmware.vcloud.api.rest.schema.ReferenceType userReference)
Change Disk owner. |
|
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. |
|
Media |
Vdc.cloneMedia(com.vmware.vcloud.api.rest.schema.CloneMediaParamsType cloneMediaParamsType)
Cloning a Media |
|
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. |
|
Vapp |
Vdc.cloneVapp(com.vmware.vcloud.api.rest.schema.CloneVAppParamsType cloneVappParamsType)
Cloning a vApp |
|
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. |
|
com.vmware.vcloud.api.rest.schema.ComplianceResultType |
VM.complianceResult()
Returns the storage profile compliance result on a VM. |
|
static com.vmware.vcloud.api.rest.schema.ComplianceResultType |
VM.complianceResult(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vmRef)
Returns the storage profile compliance result on a VM. |
|
Vapp |
Vdc.composeVapp(com.vmware.vcloud.api.rest.schema.ComposeVAppParamsType composeVappParamsType)
Composing a vApp |
|
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 |
|
Disk |
Vdc.createDisk(com.vmware.vcloud.api.rest.schema.DiskCreateParamsType diskCreateParams)
Creating a disk. |
|
Media |
Vdc.createMedia(com.vmware.vcloud.api.rest.schema.MediaType mediaParams)
Creating and Upload Media. |
|
OrgVdcNetwork |
Vdc.createOrgVdcNetwork(com.vmware.vcloud.api.rest.schema.OrgVdcNetworkType orgVdcNetworkParams)
Create an isolated/routed Org vDC Network. |
|
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. |
|
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. |
|
com.vmware.vcloud.api.rest.schema.TaskType |
Vdc.createVmAffinityRule(com.vmware.vcloud.api.rest.schema.VmAffinityRuleType vmAffinityRuleType)
Creates a new VM affinity/anti-affinity rule. |
|
Task |
Vdc.delete()
Delete Vdc |
|
com.vmware.vcloud.api.rest.schema.TaskType |
VmAffinityRule.delete()
Deletes the specified VM affinity/anti-affinity rule |
|
Task |
Disk.delete()
Delete Disk . |
|
Task |
Media.delete()
Delete Media . |
|
Task |
AbstractVapp.delete()
Delete VAPP/VM . |
|
Task |
VappTemplate.delete()
Delete vAppTemplate. |
|
void |
CatalogItem.delete()
Delete CatalogItem . |
|
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. |
|
static void |
CatalogItem.delete(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType catalogItemRef)
Delete CatalogItem . |
|
static Response |
RestUtil.delete(VcloudClient client,
String url)
This method performs a HTTP DELETE operation |
|
static
|
SdkUtil.delete(VcloudClient client,
String url,
int statusCode)
This method calls the DELETE operation in the Rest Utility. |
|
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. |
|
void |
Vapp.disableDownload()
Disable a vApp for download |
|
void |
VappTemplate.disableDownload()
Disable Download for vAppTemplate |
|
static void |
Vapp.disableDownload(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vappRef)
Disable a vApp for download |
|
static void |
VappTemplate.disableDownload(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vAppTemplateRef)
Disable Download for vAppTemplate |
|
void |
Vapp.disableMaintenance()
Disable vApp from Maintenance mode. |
|
static void |
Vapp.disableMaintenance(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vappRef)
Disable vApp from Maintenance mode. |
|
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 |
|
InputStream |
Vapp.downloadFile(String fileName)
Downloading the File. |
|
InputStream |
VappTemplate.downloadFile(String fileName)
Downloading the File. |
|
static InputStream |
RestUtil.downloadFile(VcloudClient client,
String downloadURL)
Returns the inputstream of the specified downloadURL. |
|
InputStream |
Vapp.downloadLosslessOVF()
Download lossless vApp OVF. |
|
InputStream |
VappTemplate.downloadLosslessOVF()
Download lossless vAppTemplate OVF. |
|
void |
Media.downloadMedia(String downloadLocation)
Download the media as an ISO or Floppy file at the specified location. |
|
void |
Media.downloadMedia(String downloadLocation,
String mediaName)
Download the media as an ISO or Floppy file at the specified location with the specified name. |
|
InputStream |
Vapp.downloadOVFFile()
Downloading the OVF File. |
|
InputStream |
VappTemplate.downloadOVFFile()
Downloading the OVF File. |
|
void |
Vapp.downloadVapp(String downloadLocation)
Download the vApp as an ovf package. |
|
void |
VappTemplate.downloadVappTemplate(String downloadLocation)
Download the vAppTemplate as an ovf package. |
|
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 |
|
void |
Vapp.enableMaintenance()
Enable vApp for Maintenance mode. |
|
static void |
Vapp.enableMaintenance(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vappRef)
Enable vApp for Maintenance mode. |
|
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. |
|
|
QueryService.executeQuery(String query)
Method which executes the given query. |
|
void |
VM.forceGuestCustomization()
Force guest customization on next power on. |
|
static void |
VM.forceGuestCustomization(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vmRef)
Force guest customization on next power on. |
|
static Response |
RestUtil.get(VcloudClient client,
String url)
This method performs a HTTP GET operation |
|
static
|
SdkUtil.get(VcloudClient client,
String url,
int statusCode)
This method calls the GET operation in the Rest Utility. |
|
List<AllocatedIpAddress> |
OrgVdcNetwork.getAllocatedAddresses()
Returns the list of allocated ip address List< AllocatedIpAddress>. |
|
static ApiDefinition |
ApiDefinition.getApiDefinitionById(VcloudClient client,
String vCloudId)
Get Api definition helper using the vCloud ID |
|
static ApiDefinition |
ApiDefinition.getApiDefinitionByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType reference)
Returns the Api Definition Helper for the given api definition reference |
|
ReferenceResult |
Service.getApiDefinitionRefs()
Returns the list of all the service api definition references. |
|
List<com.vmware.vcloud.api.rest.schema.ReferenceType> |
VM.getAttachedDisks()
Returns the list of independent disks which are attached to this VM. |
|
List<com.vmware.vcloud.api.rest.schema.ReferenceType> |
Disk.getAttachedVms()
Returns the vm references to which this disk is attached to. |
|
com.vmware.vcloud.api.rest.schema.ReferenceType |
Task.getBlockingTaskReference()
Returns the blocking task reference. |
|
static Catalog |
Catalog.getCatalogById(VcloudClient client,
String vCloudId)
Get Catalog helper using the vCloud ID |
|
static Catalog |
Catalog.getCatalogByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType catalogRef)
Get Catalog helper using the Catalog Ref typically obtained from the Organization. |
|
com.vmware.vcloud.api.rest.schema.ControlAccessParamsType |
Organization.getCatalogControlAccessByReference(com.vmware.vcloud.api.rest.schema.ReferenceType catalogRef)
Returns Catalog Control access for the given catlog reference |
|
static CatalogItem |
CatalogItem.getCatalogItemById(VcloudClient client,
String vCloudId)
Get CatalogItem helper using the vCloud ID |
|
static CatalogItem |
CatalogItem.getCatalogItemByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType catalogItemRef)
Get CatalogItem for the given Catalog Item ReferenceType. |
|
com.vmware.vcloud.api.rest.schema.ReferenceType |
Media.getCatalogItemReference()
Returns the CatalogItem reference which contains this media. |
|
com.vmware.vcloud.api.rest.schema.ReferenceType |
VappTemplate.getCatalogItemReference()
Returns the CatalogItem ReferenceType. |
|
com.vmware.vcloud.api.rest.schema.ReferenceType |
CatalogItem.getCatalogReference()
Returns the Catalog ReferenceType for this catalog item |
|
List<Vapp> |
Vapp.getChildrenVapps()
Returns the list of children Vapp |
|
List<VM> |
Vapp.getChildrenVms()
Returns the list of children Vm |
|
com.vmware.vcloud.api.rest.schema.ControlAccessParamsType |
Vapp.getControlAccess()
Returns VApp Control access |
|
int |
VirtualCpu.getCoresPerSocket()
Gets the CoresPerSocket property |
|
VirtualCpu |
VM.getCpu()
Returns the Virtual CPU for the VM |
|
VirtualCpu |
VappTemplate.getCpu()
Returns the Virtual CPU for the vAppTemplate VM |
|
static VirtualCpu |
VM.getCpu(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vmRef)
Returns VirtualCpu Item for the given vm Ref |
|
static VirtualCpu |
VappTemplate.getCpu(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vappTemplateVmRef)
Returns VirtualCpu Item for the given vAppTemplate VM |
|
com.vmware.vcloud.api.rest.schema.CurrentUsageType |
VM.getCurrentMetrics()
Gets the current usage for all available VM metrics. |
|
com.vmware.vcloud.api.rest.schema.CurrentUsageType |
VM.getCurrentMetrics(com.vmware.vcloud.api.rest.schema.CurrentUsageSpecType currentUsageSpec)
Gets the current usage for VM metrics according to the provided spec object. |
|
static com.vmware.vcloud.api.rest.schema.CurrentUsageType |
VM.getCurrentMetrics(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vmRef)
Gets the current usage for all available VM metrics. |
|
static com.vmware.vcloud.api.rest.schema.CurrentUsageType |
VM.getCurrentMetrics(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vmRef,
com.vmware.vcloud.api.rest.schema.CurrentUsageSpecType currentUsageSpec)
Gets the current usage for VM metrics according to the provided spec object. |
|
static com.vmware.vcloud.api.rest.schema.CustomizationSectionType |
VappTemplate.getCustomizationSection(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vappTemplateRef)
Returns the CustomizationSection |
|
static Disk |
Disk.getDiskById(VcloudClient client,
String vCloudId)
Get Disk helper using the vCloud ID |
|
static Disk |
Disk.getDiskByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType diskRef)
Get Disk for the given Disk reference |
|
List<VirtualDisk> |
VM.getDisks()
Returns the Virtual Disks for the VM. |
|
List<VirtualDisk> |
VappTemplate.getDisks()
Returns the Virtual Disks for the vAppTemplate VM. |
|
static List<VirtualDisk> |
VM.getDisks(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vmRef)
Returns VirtualDisks for the given vm Ref |
|
static List<VirtualDisk> |
VappTemplate.getDisks(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vappTemplateVmRef)
Returns VirtualDisks for the given vAppTemplate VM |
|
HashMap<String,com.vmware.vcloud.api.rest.schema.ovf.FileType> |
Vapp.getDownloadFileNames()
Returns all the file names which can be downloaded. |
|
HashMap<String,com.vmware.vcloud.api.rest.schema.ovf.FileType> |
VappTemplate.getDownloadFileNames()
Returns all the file names which can be downloaded. |
|
ReferenceResult |
Vdc.getEdgeGatewayRefs()
Returns the list of all the edgeGateway references |
|
com.vmware.vcloud.api.rest.schema.ReferenceType |
CatalogItem.getEntityReference()
Returns the entity contained in the catalog item. |
|
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultFileDescriptorRecordType> |
ApiDefinition.getFileDescriptorRecords()
Returns all file descriptors references for the API definition. |
|
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultFileDescriptorRecordType> |
VcloudClient.getFileDescriptorRecords()
Returns the list of file descriptor records. |
|
ReferenceResult |
ReferenceResult.getFirstPage()
Returns the first page if any in the form of a ReferenceResult. |
|
RecordResult<T> |
RecordResult.getFirstPage()
Returns the first page if any in the form of a RecordResult. |
|
com.vmware.vcloud.api.rest.schema.GuestCustomizationSectionType |
VM.getGuestCustomizationSection()
Returns the GuestCustomizationSection for the given VM |
|
static com.vmware.vcloud.api.rest.schema.GuestCustomizationSectionType |
VM.getGuestCustomizationSection(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vmRef)
Returns the GuestCustomizationSection |
|
static com.vmware.vcloud.api.rest.schema.GuestCustomizationSectionType |
VappTemplate.getGuestCustomizationSection(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vappTemplateRef)
Returns the GuestCustomizationSection |
|
String |
VirtualDisk.getHardDiskBusType()
Get the Bus Type of the HardDisk |
|
BigInteger |
VirtualDisk.getHardDiskSize()
Get the size of the HardDisk |
|
com.vmware.vcloud.api.rest.schema.HistoricUsageType |
VM.getHistoricMetrics()
Gets the past 24 hours worth of samples for all available VM metrics. |
|
com.vmware.vcloud.api.rest.schema.HistoricUsageType |
VM.getHistoricMetrics(com.vmware.vcloud.api.rest.schema.HistoricUsageSpecType historicUsageSpec)
Gets the historic usage for VM metrics according to the provided spec object. |
|
static com.vmware.vcloud.api.rest.schema.HistoricUsageType |
VM.getHistoricMetrics(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vmRef)
Gets the past 24 hours worth of samples for all available VM metrics. |
|
static com.vmware.vcloud.api.rest.schema.HistoricUsageType |
VM.getHistoricMetrics(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vmRef,
com.vmware.vcloud.api.rest.schema.HistoricUsageSpecType historicUsageSpec)
Gets the historic usage for VM metrics according to the provided spec object. |
|
RecordResult |
ReferenceResult.getIdRecordResult()
Returns the result in the Id RecordResult format |
|
RecordResult |
RecordResult.getIdRecordResult()
If the current format is RecordResult format returns the result in the Id RecordResult format. |
|
String |
VirtualNetworkCard.getIpAddress()
Get the Ip Address |
|
HashMap<Integer,String> |
VM.getIpAddressesById()
Returns the IP Addresses by Id. |
|
String |
VirtualNetworkCard.getIpAddressingMode()
Check the IP adressing mode of the network adapter |
|
ReferenceResult |
ReferenceResult.getLastPage()
Returns the last page if any in the form of a ReferenceResult. |
|
RecordResult<T> |
RecordResult.getLastPage()
Returns the last page if any in the form of a RecordResult. |
|
com.vmware.vcloud.api.rest.schema.LeaseSettingsSectionType |
Vapp.getLeaseSettingsSection()
Returns the LeaseSettingsSection for the given vapp |
|
static com.vmware.vcloud.api.rest.schema.LeaseSettingsSectionType |
Vapp.getLeaseSettingsSection(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vappRef)
Returns the LeaseSettingsSection |
|
static com.vmware.vcloud.api.rest.schema.LeaseSettingsSectionType |
VappTemplate.getLeaseSettingsSection(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vappTemplateRef)
Returns the LeaseSettingsSection |
|
List<VirtualMedia> |
VappTemplate.getMedia()
Returns the Virtual Media for the vAppTemplate VM |
|
static List<VirtualMedia> |
VappTemplate.getMedia(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vappTemplateVmRef)
Returns VirtualMedia Item for the given vAppTemplate VM |
|
static Media |
Media.getMediaById(VcloudClient client,
String vCloudId)
Get Media helper using the vCloud ID |
|
static Media |
Media.getMediaByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType mediaRef)
Get Media for the given media reference |
|
List<VirtualMedia> |
VM.getMedias()
Returns the Virtual Media for the VM |
|
static List<VirtualMedia> |
VM.getMedias(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vmRef)
Returns VirtualMedia Item for the given VM Ref |
|
VirtualMemory |
VM.getMemory()
Returns the Virtual Memory for the VM |
|
VirtualMemory |
VappTemplate.getMemory()
Returns the Virtual Memory for the vAppTemplate VM |
|
static VirtualMemory |
VM.getMemory(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vmRef)
Returns VirtualMemory Item for the given vm Ref |
|
static VirtualMemory |
VappTemplate.getMemory(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vappTemplateVmRef)
Returns VirtualMemory Item for the given vAppTemplate VM |
|
Metadata |
VcloudEntity.getMetadata()
Retrieves the metadata helper for this vcloud entity. |
|
static HashMap<String,String> |
Metadata.getMetadataEntries(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType entityRef)
Retrieves a map of metadata entries for this vcloud resource. |
|
String |
Metadata.getMetadataEntry(String key)
Returns a specific metadata entry. |
|
static String |
Metadata.getMetadataEntry(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType entityRef,
String key)
Returns a specific metadata entry. |
|
String |
VirtualNetworkCard.getNetwork()
Retrieve the nics network name. |
|
com.vmware.vcloud.api.rest.schema.ovf.NetworkSectionNetwork |
Vapp.getNetworkByName(String networkName)
Returns the Network By Name of a VApp |
|
List<VirtualNetworkCard> |
VM.getNetworkCards()
Returns the Virtual NetworkCards for the VM |
|
List<VirtualNetworkCard> |
VappTemplate.getNetworkCards()
Returns the Virtual NetworkCards for the vAppTemplate VM |
|
static List<VirtualNetworkCard> |
VM.getNetworkCards(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vmRef)
Returns VirtualNetworkCards for the given vm Ref |
|
static List<VirtualNetworkCard> |
VappTemplate.getNetworkCards(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vappTemplateVmRef)
Returns VirtualNetworkCards for the given vAppTemplate VM |
|
com.vmware.vcloud.api.rest.schema.NetworkConfigSectionType |
Vapp.getNetworkConfigSection()
Returns the NetworkConfigSection for the given vapp |
|
static com.vmware.vcloud.api.rest.schema.NetworkConfigSectionType |
Vapp.getNetworkConfigSection(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vappRef)
Returns the NetworkConfigSection |
|
static com.vmware.vcloud.api.rest.schema.NetworkConfigSectionType |
VappTemplate.getNetworkConfigSection(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vappTemplateRef)
Returns the NetworkConfigSection |
|
Collection<com.vmware.vcloud.api.rest.schema.NetworkConnectionType> |
VM.getNetworkConnections()
Returns the NetworkConnections for a VM |
|
com.vmware.vcloud.api.rest.schema.NetworkConnectionSectionType |
VM.getNetworkConnectionSection()
Returns the NetworkConnectionSection for the given VM |
|
static com.vmware.vcloud.api.rest.schema.NetworkConnectionSectionType |
VM.getNetworkConnectionSection(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vmRef)
Returns the NetworkConnectionSection |
|
static com.vmware.vcloud.api.rest.schema.NetworkConnectionSectionType |
VappTemplate.getNetworkConnectionSection(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vappTemplateRef)
Returns the NetworkConnectionSection |
|
Set<String> |
Vapp.getNetworkNames()
Returns Network Names of a VApp |
|
Collection<com.vmware.vcloud.api.rest.schema.ovf.NetworkSectionNetwork> |
Vapp.getNetworks()
Returns the Networks of a VApp |
|
HashMap<String,com.vmware.vcloud.api.rest.schema.ovf.NetworkSectionNetwork> |
Vapp.getNetworksByName()
Returns the Networks By Name of a Vapp |
|
com.vmware.vcloud.api.rest.schema.ovf.NetworkSectionType |
Vapp.getNetworkSection()
Returns the NetworkSection for the given vapp |
|
static com.vmware.vcloud.api.rest.schema.ovf.NetworkSectionType |
Vapp.getNetworkSection(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vappRef)
Returns the NetworkSection |
|
static com.vmware.vcloud.api.rest.schema.ovf.NetworkSectionType |
VappTemplate.getNetworkSection(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vappTemplateRef)
Returns the network section |
|
com.vmware.vcloud.api.rest.schema.extension.VimObjectRefType |
Vapp.getNetworkVimRef(String vAppNetworkName)
Given a vAppNetwork name. |
|
ReferenceResult |
ReferenceResult.getNextPage()
Returns the next page if any in the form of a ReferenceResult. |
|
RecordResult<T> |
RecordResult.getNextPage()
Returns the next page if any in the form of a RecordResult. |
|
HashMap<String,com.vmware.vcloud.api.rest.schema.OperatingSystemFamilyInfoType> |
VcloudClient.getOperatingSystemFamiliesByName()
Returns a map of supported operating system family infos by the os family name. |
|
HashMap<String,com.vmware.vcloud.api.rest.schema.OperatingSystemInfoType> |
VcloudClient.getOperatingSystemsByName()
Returns a map of supported operating system infos by the os name. |
|
com.vmware.vcloud.api.rest.schema.ovf.OperatingSystemSectionType |
VM.getOperatingSystemSection()
Returns the OperatingSystemSection for the given VM |
|
static com.vmware.vcloud.api.rest.schema.ovf.OperatingSystemSectionType |
VM.getOperatingSystemSection(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vmRef)
Returns the OperatingSystemSection |
|
static Organization |
Organization.getOrganizationById(VcloudClient client,
String vCloudId)
Get Organization helper using the vCloud ID |
|
static Organization |
Organization.getOrganizationByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType orgRef)
Returns Organization helper for the given reference |
|
static OrgNetwork |
OrgNetwork.getOrgNetworkById(VcloudClient client,
String vCloudId)
Deprecated. Get OrgNetwork helper using the vCloud ID |
|
static OrgNetwork |
OrgNetwork.getOrgNetworkByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType networkRef)
Deprecated. Get OrgNetwork using the Network ref typically obtained from the Organization. |
|
com.vmware.vcloud.api.rest.schema.ReferenceType |
VcloudClient.getOrgRefByName(String orgName)
Returns the organization reference by name. |
|
com.vmware.vcloud.api.rest.schema.ReferenceType |
OrgNetwork.getOrgReference()
Deprecated. Returns the Parent Organization reference |
|
com.vmware.vcloud.api.rest.schema.ReferenceType |
Catalog.getOrgReference()
Returns the Parent Organization reference |
|
com.vmware.vcloud.api.rest.schema.ReferenceType |
Vdc.getOrgReference()
Returns the Parent Organization ReferenceType. |
|
com.vmware.vcloud.api.rest.schema.ReferenceType |
AllocatedIpAddress.getOrgReference()
Returns the Organization's ReferenceType |
|
static com.vmware.vcloud.api.rest.schema.ReferenceType |
Task.getOrgReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType taskReference)
Returns the Organization reference on which the task was started |
|
Collection<com.vmware.vcloud.api.rest.schema.ReferenceType> |
VcloudClient.getOrgRefs()
Returns the organization references. |
|
HashMap<String,com.vmware.vcloud.api.rest.schema.ReferenceType> |
VcloudClient.getOrgRefsByName()
Returns a map of organization references by name. |
|
static OrgVdcNetwork |
OrgVdcNetwork.getOrgVdcNetworkById(VcloudClient client,
String vCloudId)
Get Org Network helper using the vCloud ID |
|
static OrgVdcNetwork |
OrgVdcNetwork.getOrgVdcNetworkByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType orgVdcNetworkRef)
Returns the OrgVdcNetwork By ReferenceType |
|
com.vmware.vcloud.api.rest.schema.ReferenceType |
AllocatedIpAddress.getOrgVdcNetworkReference()
Returns the OrgVdcNetwork's ReferenceType |
|
com.vmware.vcloud.api.rest.schema.ovf.EnvelopeType |
Vapp.getOvf()
Get the ovf of the vapp |
|
com.vmware.vcloud.api.rest.schema.ovf.EnvelopeType |
VappTemplate.getOvf()
Get the ovf of the vapptemplate |
|
static com.vmware.vcloud.api.rest.schema.ovf.EnvelopeType |
Vapp.getOvf(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vappRef)
Get the ovf of the vapp |
|
static com.vmware.vcloud.api.rest.schema.ovf.EnvelopeType |
VappTemplate.getOvf(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vappTemplateRef)
Get the ovf of the vapptemplate |
|
static com.vmware.vcloud.api.rest.schema.ovf.EnvelopeType |
VappTemplate.getOvf(VcloudClient client,
String vAppTemplateOvfUrl)
Get the ovf of the vapptemplate |
|
String |
Vapp.getOvfAsString()
Returns the ovf of vapp as a String |
|
String |
VappTemplate.getOVFDownloadURL()
GET the OVF Download url |
|
com.vmware.vcloud.api.rest.schema.ReferenceType |
Vapp.getOwner()
Returns the owner of the vapp. |
|
com.vmware.vcloud.api.rest.schema.ReferenceType |
Disk.getOwner()
Returns the owner of the Disk. |
|
com.vmware.vcloud.api.rest.schema.ReferenceType |
Media.getOwner()
Returns the owner of the media. |
|
com.vmware.vcloud.api.rest.schema.ReferenceType |
VappTemplate.getOwner()
Returns the owner of the vapp template. |
|
static com.vmware.vcloud.api.rest.schema.ReferenceType |
Vapp.getOwner(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vappRef)
Returns the owner of the vapp |
|
com.vmware.vcloud.api.rest.schema.ReferenceType |
VM.getParentVappReference()
Returns the Parent Vapp ReferenceType. |
|
com.vmware.vcloud.api.rest.schema.ReferenceType |
VappTemplate.getParentVappTemplateReference()
Returns the Parent VappTemplate ReferenceType |
|
com.vmware.vcloud.api.rest.schema.ovf.environment.PlatformSectionType |
VM.getPlatformSection()
Returns the platform section type of the VM. |
|
ReferenceResult |
ReferenceResult.getPreviousPage()
Returns the previous page if any in the form of a ReferenceResult. |
|
RecordResult<T> |
RecordResult.getPreviousPage()
Returns the previous page if any in the form of a RecordResult. |
|
List<com.vmware.vcloud.api.rest.schema.ovf.ProductSectionType> |
AbstractVapp.getProductSections()
Returns the ProductSections of a vApp/VM |
|
List<com.vmware.vcloud.api.rest.schema.ovf.ProductSectionType> |
VappTemplate.getProductSections()
Returns the ProductSections of a vAppTemplate |
|
static List<com.vmware.vcloud.api.rest.schema.ovf.ProductSectionType> |
AbstractVapp.getProductSections(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType ref)
Returns the ProductSections for the vApp/VM |
|
static List<com.vmware.vcloud.api.rest.schema.ovf.ProductSectionType> |
VappTemplate.getProductSections(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vappRef)
Returns the ProductSections for the vAppTemplate |
|
static Integer |
Task.getProgress(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType taskReference)
Returns the progress of the task. |
|
com.vmware.vcloud.api.rest.schema.ovf.environment.PropertySectionType |
VM.getPropertySection()
Returns the property section type of the VM. |
|
RecordResult |
ReferenceResult.getRecordResult()
Returns the result in the RecordResult format |
|
RecordResult |
RecordResult.getRecordResult()
If the current format is Id RecordResult format returns the result in the RecordResult format. |
|
ReferenceResult |
RecordResult.getReferenceResult()
Returns the result in the ReferenceResult format |
|
|
Response.getResource()
Unmarshalls the response |
|
com.vmware.vcloud.api.rest.schema.extension.VimObjectRefType |
Vdc.getResourcePoolVimRef()
Returns the Resource Pool VIM Object reference. |
|
com.vmware.vcloud.api.rest.schema.RuntimeInfoSectionType |
VM.getRuntimeInfoSection()
Returns the RuntimeInfoSection of the VM |
|
static com.vmware.vcloud.api.rest.schema.RuntimeInfoSectionType |
VM.getRuntimeInfoSection(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vmRef)
Returns the RuntimeInfoSection of the VM |
|
InputStream |
VcloudClient.getSchemaDefinition(String schemaFileName)
Returns the specified schema definition file from the server.. |
|
InputStream |
VM.getScreen()
Returns a screen inputstream if available. |
|
List<SerialPort> |
VM.getSerialPorts()
Deprecated. API 5.1, SDK 5.1, Internal API - NotSupported/UnImplemented |
|
static List<SerialPort> |
VM.getSerialPorts(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vmRef)
Deprecated. API 5.1, SDK 5.1, Internal API - NotSupported/UnImplemented |
|
static Service |
Service.getServiceById(VcloudClient client,
String vCloudId)
Get Service helper using the vCloud ID |
|
static Service |
Service.getServiceByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType reference)
Returns the Service Helper for the given service reference |
|
com.vmware.vcloud.api.rest.schema.ReferenceType |
ApiDefinition.getServiceReference()
Returns the service reference. |
|
ReferenceResult |
VcloudClient.getServiceRefs()
Returns the list of user service references. |
|
Collection<com.vmware.vcloud.api.rest.schema.ReferenceType> |
VappTemplate.getShadowVmReferences()
Returns a collection of shadow vm references. |
|
com.vmware.vcloud.api.rest.schema.SnapshotSectionType |
AbstractVapp.getSnapshotSection()
Returns the SnapshotSection for the given vapp |
|
static com.vmware.vcloud.api.rest.schema.SnapshotSectionType |
AbstractVapp.getSnapshotSection(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vappRef)
Returns the SnapshotSection |
|
com.vmware.vcloud.api.rest.schema.ovf.StartupSectionType |
Vapp.getStartUpSection()
Returns the StartUpSection for the given vapp |
|
static com.vmware.vcloud.api.rest.schema.ovf.StartupSectionType |
Vapp.getStartUpSection(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vappRef)
Returns the StartupSection |
|
HashMap<String,com.vmware.vcloud.api.rest.schema.versioning.VersionInfoType> |
VcloudClient.getSupportedVersions()
Returns the list of supported api version |
|
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. |
|
static TaskList |
TaskList.getTaskListByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType taskListReference)
Returns TaskList using the TaskList link typically obtained from the Organization. |
|
com.vmware.vcloud.api.rest.schema.MetadataEntryType |
Metadata.getTypedMetadataEntry(String key)
Returns the specific typed metadata entry for the specified key. |
|
com.vmware.vcloud.api.rest.schema.MetadataEntryType |
Metadata.getTypedMetadataEntry(String key,
MetadataDomain domain)
Returns the specific typed metadata entry for the specified key and domain. |
|
HashMap<String,com.vmware.vcloud.api.rest.schema.ReferenceType> |
VcloudClient.getUpdatedOrgList()
If an authenticated client (one that has already logged in) needs to retrieve this org list. |
|
Set<String> |
Vapp.getUploadedFileNames()
Get the uploaded file names for this vApp. |
|
Set<String> |
VappTemplate.getUploadedFileNames()
Get the uploaded file names for this vApp Template. |
|
Set<String> |
Vapp.getUploadFileNames()
Get the upload vmdk file names and the manifest file (if any) for this vApp. |
|
Set<String> |
VappTemplate.getUploadFileNames()
Get the upload vmdk file names and the manifest file (if any) for this vApp Template. |
|
static com.vmware.vcloud.api.rest.schema.ReferenceType |
Task.getUserReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType taskReference)
Returns the user reference who initiated the task |
|
static Vapp |
Vapp.getVappById(VcloudClient client,
String vCloudId)
Get Vapp helper using the vCloud ID |
|
static Vapp |
Vapp.getVappByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vappRef)
Returns vApp for the given reference |
|
static VappNetwork |
VappNetwork.getVappNetworkById(VcloudClient client,
String vCloudId)
Get VappNetwork helper using the vCloud ID |
|
static VappNetwork |
VappNetwork.getVappNetworkByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vappNetworkRef)
Get VappNetwork using the vApp Network ref typically obtained from the Vapp. |
|
com.vmware.vcloud.api.rest.schema.VAppNetworkConfigurationType |
Vapp.getVappNetworkConfigurationByName(String vappNetworkConfigurationName)
Returns the Vapp Network Configuration By Name |
|
Set<String> |
Vapp.getVappNetworkConfigurationNames()
Returns the Vapp Network Configuration Names |
|
Collection<com.vmware.vcloud.api.rest.schema.VAppNetworkConfigurationType> |
Vapp.getVappNetworkConfigurations()
Returns Vapp Network Configurations |
|
HashMap<String,com.vmware.vcloud.api.rest.schema.VAppNetworkConfigurationType> |
Vapp.getVappNetworkConfigurationsByName()
Returns Vapp Network Configurations By Name |
|
com.vmware.vcloud.api.rest.schema.ReferenceType |
VappNetwork.getVappReference()
Returns the Vapp reference which contains this vapp network. |
|
com.vmware.vcloud.api.rest.schema.ReferenceType |
AllocatedIpAddress.getVappReference()
Returns the Vapp's ReferenceType |
|
BigInteger |
Vapp.getVappSize()
Returns the vApp size in MB. |
|
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 |
|
BigInteger |
VappTemplate.getVappTemplateSize()
Returns the vAppTemplate's/vAppTemplate's VM Size in MB. |
|
VcloudAdmin |
VcloudClient.getVcloudAdmin()
Returns the VcloudAdmin Helper |
|
VcloudAdminExtension |
VcloudClient.getVcloudAdminExtension()
Returns the VcloudAdminExtension Helper |
|
Version |
VcloudClient.getVcloudClientVersion()
This package level method returns the current vcloud client version information. |
|
String |
VcloudClient.getVcloudToken()
Returns the vcloud token |
|
static Vdc |
Vdc.getVdcById(VcloudClient client,
String vCloudId)
Get Vdc helper using the vCloud ID |
|
static Vdc |
Vdc.getVdcByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vdcRef)
Get VDC helper using the VDC ref typically obtained from the Organization. |
|
com.vmware.vcloud.api.rest.schema.ReferenceType |
Vapp.getVdcReference()
Returns the Parent Vdc ReferenceType. |
|
com.vmware.vcloud.api.rest.schema.ReferenceType |
Disk.getVdcReference()
Returns the Parent Vdc ReferenceType. |
|
com.vmware.vcloud.api.rest.schema.ReferenceType |
OrgVdcNetwork.getVdcReference()
Returns the Parent Vdc ReferenceType. |
|
com.vmware.vcloud.api.rest.schema.ReferenceType |
Media.getVdcReference()
Returns the Parent Vdc ReferenceType. |
|
com.vmware.vcloud.api.rest.schema.ReferenceType |
VdcStorageProfile.getVdcReference()
Returns the Parent Vdc ReferenceType. |
|
com.vmware.vcloud.api.rest.schema.ReferenceType |
VappTemplate.getVdcReference()
Returns the Parent Vdc ReferenceType. |
|
static VdcStorageProfile |
VdcStorageProfile.getVdcStorageProfileByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vdcStorageProfileRef)
Get VdcStorageProfile for the given VdcStorageProfile reference |
|
com.vmware.vcloud.api.rest.schema.ReferenceType |
VappTemplate.getVdcStorageProfileReference()
Returns the Vdc storage class reference. |
|
static VdcTemplate |
VdcTemplate.getVdcTemplateById(VcloudClient client,
String vCloudId)
Get VdcTemplate helper using the vCloud ID |
|
static VdcTemplate |
VdcTemplate.getVdcTemplateByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vdcTemplateRef)
Get VdcTemplate for the given VdcTemplate reference |
|
Collection<com.vmware.vcloud.api.rest.schema.ReferenceType> |
VcloudClient.getVdcTemplateRefs()
Returns a Collection of VdcTemplate References |
|
com.vmware.vcloud.api.rest.schema.ovf.VirtualHardwareSectionType |
VM.getVirtualHardwareSection()
Returns the VirtualHardwareSection for the given VM |
|
com.vmware.vcloud.api.rest.schema.ovf.VirtualHardwareSectionType |
VappTemplate.getVirtualHardwareSection()
Returns the VirtualHardwareSection for the vAppTemplate VM |
|
static com.vmware.vcloud.api.rest.schema.ovf.VirtualHardwareSectionType |
VM.getVirtualHardwareSection(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vmRef)
Returns the VirtualHardwareSectionType for the VM |
|
static com.vmware.vcloud.api.rest.schema.ovf.VirtualHardwareSectionType |
VappTemplate.getVirtualHardwareSection(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vappTemplateVmRef)
Returns the VirtualHardwareSectionType for the vAppTemplate VM |
|
com.vmware.vcloud.api.rest.schema.VmAffinityRuleType |
VmAffinityRule.getVmAffinityRule()
Retrieves the specific VM affinity/anti-affinity rule |
|
static VmAffinityRule |
VmAffinityRule.getVmAffinityRuleByObject(VcloudClient client,
com.vmware.vcloud.api.rest.schema.VmAffinityRuleType vmAffinityRuleType)
Returns the VmAffinityRule Helper by VmAffinityRuleByObject |
|
static VmAffinityRule |
VmAffinityRule.getVmAffinityRuleByUrl(VcloudClient client,
String url)
Get VMAffinityRule helper for the given Url |
|
List<com.vmware.vcloud.api.rest.schema.VmAffinityRuleType> |
Vdc.getVmAffinityRules()
Retrieves a list of all VM affinity/anti-affinity rules within a given vDC. |
|
static VM |
VM.getVMById(VcloudClient client,
String vCloudId)
Get VM helper using the vCloud ID |
|
static VM |
VM.getVMByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vmRef)
Returns VM for the given reference |
|
com.vmware.vcloud.api.rest.schema.extension.VimObjectRefType |
VM.getVMDatastoreVimRef()
Returns the Virtual Machine Datastore VIM Object reference. |
|
com.vmware.vcloud.api.rest.schema.extension.VimObjectRefType |
VappTemplate.getVMDatastoreVimRef()
Returns the Virtual Machine Datastore VIM Object reference. |
|
Integer |
VM.getVMDiskChainLength()
Returns the disks of a fast provisioned VM link to parent disks in a chain, and this number is the depth of this VMs disks in that chain. |
|
Integer |
VappTemplate.getVMDiskChainLength()
Returns the disks of a fast provisioned VM link to parent disks in a chain, and this number is the depth of this VMs disks in that chain. |
|
com.vmware.vcloud.api.rest.schema.extension.VimObjectRefType |
VM.getVMHostVimRef()
Returns the Virtual Machine Host VIM Object reference. |
|
com.vmware.vcloud.api.rest.schema.extension.VimObjectRefType |
VappTemplate.getVMHostVimRef()
Returns the Virtual Machine Host VIM Object reference. |
|
com.vmware.vcloud.api.rest.schema.VmPendingQuestionType |
VM.getVmQuestion()
Returns a Vm Pending Question |
|
static com.vmware.vcloud.api.rest.schema.VmPendingQuestionType |
VM.getVmQuestion(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vmRef)
Returns a Vm Pending Question |
|
com.vmware.vcloud.api.rest.schema.ReferenceType |
AllocatedIpAddress.getVMReference()
Returns the VM's ReferenceType |
|
BigInteger |
VM.getVmSize()
Returns the size of a vm. |
|
HashMap<String,String> |
Vapp.getVmUUIDsByName()
Returns a map of the vm's UUIDs based on the name |
|
com.vmware.vcloud.api.rest.schema.extension.VimObjectRefType |
VM.getVMVimRef()
Returns the Virtual Machine VIM Object reference. |
|
com.vmware.vcloud.api.rest.schema.extension.VimObjectRefType |
VappTemplate.getVMVimRef()
Returns the Virtual Machine VIM Object reference. |
|
void |
Response.handleUnExpectedResponse()
This method should be used if un-expected HTTP response is received. |
|
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. |
|
Vapp |
Vdc.instantiateOvf(com.vmware.vcloud.api.rest.schema.InstantiateOvfParamsType instantiateOvfParams)
Instantiate a vApp or VM |
|
Vapp |
Vdc.instantiateVappTemplate(com.vmware.vcloud.api.rest.schema.InstantiateVAppTemplateParamsType instVappTemplParamsType)
Instantiate a vApp from vAppTemplate |
|
Task |
Organization.instantiateVdcTemplate(com.vmware.vcloud.api.rest.schema.InstantiateVdcTemplateParamsType instantiateVdcTemplateParams)
Instantiating a VDC template. |
|
boolean |
VirtualNetworkCard.isConnected()
Check if this network adapter is connected |
|
boolean |
Media.isPartOfCatalogItem()
Returns true if VappTemplate is in Catalog, otherwise false. |
|
boolean |
VappTemplate.isPartOfCatalogItem()
Returns true if VappTemplate is in Catalog, otherwise false. |
|
boolean |
VirtualNetworkCard.isPrimaryNetworkConnection()
Check if this is the primary network connection |
|
Boolean |
VM.isVMwareToolsInstalled()
Checks whether the VMware tools installed or not. |
|
void |
VcloudClient.login(String userName,
String password)
Login to vCloud using the credentials and the version information |
|
void |
VcloudClient.logout()
Logs out the user and invalidates the authentication |
|
HashMap<String,com.vmware.vcloud.api.rest.schema.FileType> |
Media.monitorUpload()
Monitor the file upload status. |
|
HashMap<String,com.vmware.vcloud.api.rest.schema.FileType> |
VappTemplate.monitorUpload()
Monitor the file upload status. |
|
Task |
Catalog.moveCatalogItem(String name,
String description,
com.vmware.vcloud.api.rest.schema.ReferenceType sourceRef)
Move a catalog item from one catalog to another |
|
void |
VirtualDisk.overrideVmStorageProfile(boolean value)
Override the Default Vm Storage Profile with the specified Storage Profile |
|
static
|
SdkUtil.post(VcloudClient client,
String url,
String requestString,
String mediaType,
int statusCode)
This method calls the POST operation in the Rest Utility. |
|
static Response |
RestUtil.post(VcloudClient client,
String url,
String content,
String contentType,
String charset)
This method performs a HTTP POST operation |
|
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. |
|
static
|
SdkUtil.put(VcloudClient client,
String url,
String requestString,
String mediaType,
int statusCode)
This method calls the PUT operation in the Rest Utility. |
|
static Response |
RestUtil.put(VcloudClient client,
String url,
String content,
String contentType,
String charset)
This method performs a HTTP PUT operation |
|
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultCatalogRecordType> |
QueryService.queryCatalogIdRecords()
Executes a specialized query for retrieving the list of catalog records. |
|
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultCatalogRecordType> |
QueryService.queryCatalogIdRecords(QueryParams<QueryCatalogField> queryParams)
Executes a specialized query for retrieving the list of catalogs records. |
|
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultCatalogRecordType> |
QueryService.queryCatalogRecords()
Executes a specialized query for retrieving the list of catalog records. |
|
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultCatalogRecordType> |
QueryService.queryCatalogRecords(QueryParams<QueryCatalogField> queryParams)
Executes a specialized query for retrieving the list of catalogs records. |
|
ReferenceResult |
QueryService.queryCatalogReferences()
Executes a specialized query for retrieving the list of catalog references. |
|
ReferenceResult |
QueryService.queryCatalogReferences(QueryParams<QueryCatalogField> queryParams)
Executes a specialized query for retrieving the list of catalogs references. |
|
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultDiskRecordType> |
QueryService.queryDiskIdRecords()
Executes a specialized query for retrieving the list of Disk records. |
|
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultDiskRecordType> |
QueryService.queryDiskIdRecords(QueryParams<QueryDiskField> queryParams)
Executes a specialized query for retrieving the list of disk records. |
|
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultDiskRecordType> |
QueryService.queryDiskRecords()
Executes a specialized query for retrieving the list of Disk records. |
|
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultDiskRecordType> |
QueryService.queryDiskRecords(QueryParams<QueryDiskField> queryParams)
Executes a specialized query for retrieving the list of Disk records. |
|
ReferenceResult |
QueryService.queryDiskReferences()
Executes a specialized query for retrieving the list of Disk references. |
|
ReferenceResult |
QueryService.queryDiskReferences(QueryParams<QueryDiskField> queryParams)
Executes a specialized query for retrieving the list of disk references. |
|
RecordResult |
QueryService.queryIdRecords(QueryRecordType queryRecordType)
Executes the generalized query based on the query type. |
|
RecordResult |
QueryService.queryIdRecords(QueryRecordType queryRecordType,
QueryParams<? extends QueryField> queryParams)
Executes the generalized query based on the query type and query params. |
|
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultMediaRecordType> |
QueryService.queryMediaIdRecords()
Executes a specialized query for retrieving the list of media records. |
|
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultMediaRecordType> |
QueryService.queryMediaIdRecords(QueryParams<QueryMediaField> queryParams)
Executes a specialized query for retrieving the list of media records. |
|
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultMediaRecordType> |
QueryService.queryMediaRecords()
Executes a specialized query for retrieving the list of media records. |
|
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultMediaRecordType> |
QueryService.queryMediaRecords(QueryParams<QueryMediaField> queryParams)
Executes a specialized query for retrieving the list of media records. |
|
ReferenceResult |
QueryService.queryMediaReferences()
Executes a specialized query for retrieving the list of media references. |
|
ReferenceResult |
QueryService.queryMediaReferences(QueryParams<QueryMediaField> queryParams)
Executes a specialized query for retrieving the list of media references |
|
RecordResult |
QueryService.queryRecords(QueryRecordType queryRecordType)
Executes the generalized query based on the query type. |
|
RecordResult |
QueryService.queryRecords(QueryRecordType queryRecordType,
QueryParams<? extends QueryField> queryParams)
Executes the generalized query based on the query type and query params. |
|
ReferenceResult |
QueryService.queryReferences(QueryReferenceType queryReferenceType)
Executes the generalized query based on the query type. |
|
ReferenceResult |
QueryService.queryReferences(QueryReferenceType queryReferenceType,
QueryParams<? extends QueryField> queryParams)
Executes the generalized query based on the query type and query params. |
|
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultVAppRecordType> |
QueryService.queryvAppIdRecords()
Executes a specialized query for retrieving the list of vApps records. |
|
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultVAppRecordType> |
QueryService.queryvAppIdRecords(QueryParams<QueryVAppField> queryParams)
Executes a specialized query for retrieving the list of vApps records. |
|
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultVAppRecordType> |
QueryService.queryvAppRecords()
Executes a specialized query for retrieving the list of vApps records. |
|
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultVAppRecordType> |
QueryService.queryvAppRecords(QueryParams<QueryVAppField> queryParams)
Executes a specialized query for retrieving the list of vApps records. |
|
ReferenceResult |
QueryService.queryvAppReferences()
Executes a specialized query for retrieving the list of vApp references. |
|
ReferenceResult |
QueryService.queryvAppReferences(QueryParams<QueryVAppField> queryParams)
Executes a specialized query for retrieving the list of vApps references. |
|
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultVAppTemplateRecordType> |
QueryService.queryvAppTemplateIdRecords()
Executes a specialized query for retrieving the list of vAppTemplate records. |
|
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultVAppTemplateRecordType> |
QueryService.queryvAppTemplateIdRecords(QueryParams<QueryVAppTemplateField> queryParams)
Executes a specialized query for retrieving the list of vAppTemplate records. |
|
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultVAppTemplateRecordType> |
QueryService.queryvAppTemplateRecords()
Executes a specialized query for retrieving the list of vAppTemplate records. |
|
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultVAppTemplateRecordType> |
QueryService.queryvAppTemplateRecords(QueryParams<QueryVAppTemplateField> queryParams)
Executes a specialized query for retrieving the list of vAppTemplate records. |
|
ReferenceResult |
QueryService.queryvAppTemplateReferences()
Executes a specialized query for retrieving the list of vAppTemplates references |
|
ReferenceResult |
QueryService.queryvAppTemplateReferences(QueryParams<QueryVAppTemplateField> queryParams)
Executes a specialized query for retrieving the list of vAppTemplate references. |
|
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultVMRecordType> |
QueryService.queryVmIdRecords()
Executes a specialized query for retrieving the list of vm records. |
|
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultVMRecordType> |
QueryService.queryVmIdRecords(QueryParams<QueryVMField> queryParams)
Executes a specialized query for retrieving the list of vm records. |
|
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultVMRecordType> |
QueryService.queryVmRecords()
Executes a specialized query for retrieving the list of vm records. |
|
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultVMRecordType> |
QueryService.queryVmRecords(QueryParams<QueryVMField> queryParams)
Executes a specialized query for retrieving the list of vm records. |
|
ReferenceResult |
QueryService.queryVmReferences()
Executes a specialized query for retrieving the list of vm references. |
|
ReferenceResult |
QueryService.queryVmReferences(QueryParams<QueryVMField> queryParams)
Executes a specialized query for retrieving the list of vm references. |
|
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. |
|
void |
VcloudClient.ssoLogin(Element tokenElement,
String orgName)
Login to vCloud Director using SAML Assertion token element from the vSphere SSO/SAML Identity Provider. |
|
void |
VcloudClient.ssoLogin(Element hokToken,
String orgName,
String signature,
String signature_algorithm)
Login to vCloud Director using SAML Assertion token element from the vSphere SSO/SAML Identity Provider. |
|
void |
VcloudClient.ssoLogin(String samlAssertionXML,
String orgName)
Login to vCloud Director using SAML Assertion XML from the vSphere SSO/SAML Identity Provider. |
|
void |
VcloudClient.ssoLogin(String samlAssertionXML,
String orgName,
String signature,
String signature_algorithm)
Login to vCloud Director using SAML Assertion XML from the vSphere SSO/SAML Identity Provider. |
|
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 |
|
com.vmware.vcloud.api.rest.schema.ControlAccessParamsType |
Organization.updateCatalogControlAccessByReference(com.vmware.vcloud.api.rest.schema.ReferenceType catalogRef,
com.vmware.vcloud.api.rest.schema.ControlAccessParamsType controlAccessParams)
Updates the Catalog Control access for the given catalog reference |
|
CatalogItem |
CatalogItem.updateCatalogItem(com.vmware.vcloud.api.rest.schema.CatalogItemType catalogItemType)
Updates CatalogItem |
|
com.vmware.vcloud.api.rest.schema.ControlAccessParamsType |
Vapp.updateControlAccess(com.vmware.vcloud.api.rest.schema.ControlAccessParamsType controlAccessParams)
Update Vapp Control access |
|
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. |
|
void |
VirtualDisk.updateHardDiskSize(BigInteger hardDiskSize)
Update the size of the HardDisk. |
|
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. |
|
void |
VirtualNetworkCard.updateIpAddress(String ipAddress)
Updating the ip address for the nic in manual ip mode. |
|
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. |
|
void |
VirtualNetworkCard.updateNetwork(String networkName)
Updating network connected to the nic. |
|
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 |
|
void |
VirtualDisk.updateStorageProfile(com.vmware.vcloud.api.rest.schema.ReferenceType storageProfileRef)
Update the storage Profile of the Disk. |
|
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. |
|
com.vmware.vcloud.api.rest.schema.TaskType |
VmAffinityRule.updateVmAffinityRule(com.vmware.vcloud.api.rest.schema.VmAffinityRuleType vmAffinityRuleType)
Updates the specified VM affinity/anti-affinity rule. |
|
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 |
|
void |
Vapp.uploadFile(String fileName,
InputStream is,
long size)
Upload the vApp related files. |
|
void |
Media.uploadFile(String fileName,
InputStream is,
long size)
Upload the Media file. |
|
void |
VappTemplate.uploadFile(String fileName,
InputStream is,
long size)
Upload the vApp Template related files. |
|
void |
Media.uploadFile(String fileName,
InputStream is,
long startByte,
long endByte)
Partial Upload the Media file. |
|
void |
VappTemplate.uploadFile(String fileName,
InputStream is,
long startByte,
long endByte)
Partial upload for the vApp Template related files. |
|
static void |
RestUtil.uploadFile(VcloudClient client,
com.vmware.vcloud.api.rest.schema.FileType file,
InputStream is,
long size,
long startByte,
long endByte)
Upload the file |
|
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. |
|
void |
Vapp.uploadOVFFile(InputStream is,
long size)
Upload the OVF file for the vApp. |
|
void |
VappTemplate.uploadOVFFile(InputStream is,
long size)
Upload the OVF file for the vApp Template. |
|
Vapp |
Vdc.uploadVapp(com.vmware.vcloud.api.rest.schema.InstantiateOvfParamsType InstantiateOvfParamsType,
String localOvfFileLocation)
Uploading the ovf package as a vapp. |
|
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. |
|
void |
Task.waitForTask(long timeout)
Waits for the current task to be completed. |
|
void |
Task.waitForTask(long timeout,
long period)
Waits for the current task to be completed. |
|
static void |
Task.waitForTask(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType taskRef,
long timeout)
Waits for the current task to be completed. |
|
static void |
Task.waitForTask(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType taskRef,
long timeout,
long period)
Waits for the current task to be completed. |
|
| Uses of VCloudException in com.vmware.vcloud.sdk.admin |
|---|
| Methods in com.vmware.vcloud.sdk.admin that throw VCloudException | |
|---|---|
CatalogItem |
AdminCatalog.addCatalogItem(com.vmware.vcloud.api.rest.schema.CatalogItemType catalogItemType)
Adding a catalogItem |
Role |
Right.addToRole(com.vmware.vcloud.api.rest.schema.ReferenceType roleRef)
Add this right to a role. |
Role |
Right.addToRole(String vCloudRoleId)
Add this right to a role. |
void |
AdminCatalog.changeOwner(com.vmware.vcloud.api.rest.schema.ReferenceType userReference)
Change Catalog owner. |
static void |
AdminCatalog.changeOwner(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType catalogRef,
com.vmware.vcloud.api.rest.schema.ReferenceType userReference)
Change Catalog owner. |
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. |
AdminOrganization |
VcloudAdmin.createAdminOrg(com.vmware.vcloud.api.rest.schema.AdminOrgType adminOrgType)
Creating an Organization |
AdminVdc |
AdminOrganization.createAdminVdc(com.vmware.vcloud.api.rest.schema.AdminVdcType adminVdcType)
Deprecated. API 5.1, SDK 5.1, use AdminOrganization
AdminOrganization.createAdminVdc(CreateVdcParamsType) |
AdminVdc |
AdminOrganization.createAdminVdc(com.vmware.vcloud.api.rest.schema.CreateVdcParamsType vdcParams)
Creating a Admin Vdc |
com.vmware.vcloud.api.rest.schema.SelectorExtensionType |
AdminVdc.createAdminVdcSelectorExtension(com.vmware.vcloud.api.rest.schema.SelectorExtensionType selectorExtensionType)
Creates a Selector Extension for selector VDC. |
AdminCatalog |
AdminOrganization.createCatalog(com.vmware.vcloud.api.rest.schema.AdminCatalogType adminCatalogType)
Creating a Catalog |
com.vmware.vcloud.api.rest.schema.SelectorExtensionType |
AdminCatalog.createCatalogSelectorExtension(com.vmware.vcloud.api.rest.schema.SelectorExtensionType selectorExtensionType)
Creates a Selector Extension for selector Catalog. |
com.vmware.vcloud.api.rest.schema.SelectorExtensionType |
VcloudAdmin.createCatalogsSelectorExtension(com.vmware.vcloud.api.rest.schema.SelectorExtensionType selectorExtensionType)
Creates a default Catalog selector extension. |
EdgeGateway |
AdminVdc.createEdgeGateway(com.vmware.vcloud.api.rest.schema.GatewayType gatewayParams)
Creating a edgeGateway. |
void |
AdminOrganization.createEvent(com.vmware.vcloud.api.rest.schema.EventType eventType)
Creating custom events. |
Task |
AdminOrganization.createOrgAssociation(com.vmware.vcloud.api.rest.schema.OrgAssociationType orgAssociation)
Adds a new member to organization's associations. |
AdminOrgNetwork |
AdminOrganization.createOrgNetwork(com.vmware.vcloud.api.rest.schema.OrgNetworkType orgNetworkType)
Deprecated. API 5.1, SDK 5.1 |
com.vmware.vcloud.api.rest.schema.SelectorExtensionType |
AdminOrganization.createOrgSelectorExtension(com.vmware.vcloud.api.rest.schema.SelectorExtensionType selectorExtensionType)
Creates a Selector Extension for selector org. |
com.vmware.vcloud.api.rest.schema.SelectorExtensionType |
VcloudAdmin.createOrgsSelectorExtension(com.vmware.vcloud.api.rest.schema.SelectorExtensionType selectorExtensionType)
Creates a default Org selector extension.. |
AdminOrgVdcNetwork |
AdminVdc.createOrgVdcNetwork(com.vmware.vcloud.api.rest.schema.OrgVdcNetworkType orgVdcNetworkParams)
Create an Org vDC Network. |
com.vmware.vcloud.api.rest.schema.SelectorExtensionType |
ProviderVdc.createProviderVdcSelectorExtension(com.vmware.vcloud.api.rest.schema.SelectorExtensionType selectorExtensionType)
Creates a Selector Extension for selector ProviderVdc. |
com.vmware.vcloud.api.rest.schema.SelectorExtensionType |
VcloudAdmin.createProviderVdcsSelectorExtension(com.vmware.vcloud.api.rest.schema.SelectorExtensionType selectorExtensionType)
Creates a default ProviderVdc selector extension. |
Role |
VcloudAdmin.createRole(com.vmware.vcloud.api.rest.schema.RoleType roleType)
Creating a role |
User |
AdminOrganization.createUser(com.vmware.vcloud.api.rest.schema.UserType userType)
Creating a User |
com.vmware.vcloud.api.rest.schema.SelectorExtensionType |
VcloudAdmin.createVdcsSelectorExtension(com.vmware.vcloud.api.rest.schema.SelectorExtensionType selectorExtensionType)
Creates a default VDC selector extension. |
Task |
AdminOrgVdcNetwork.delete()
Delete OrgVdcNetwork |
Task |
EdgeGateway.delete()
Delete the edgeGateway. |
void |
Right.delete()
Delete the right. |
Task |
AdminOrgNetwork.delete()
Deprecated. Delete OrgNetwork |
Task |
AdminVdc.delete()
Delete AdminVdc, AdminVdc should be disabled before deletion |
void |
User.delete()
Delete User |
void |
AdminCatalog.delete()
Delete Admin Catalog |
void |
Role.delete()
Delete Role |
void |
AdminOrganization.delete()
Delete Admin Organization for version till 5.6, added support for Higher version backward compatibility is maintained since a task is waited for and not returned. |
void |
Group.delete()
Delete Group |
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 void |
Right.delete(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType rightRef)
Delete the right. |
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 |
static void |
User.delete(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType userRef)
Delete User |
static void |
AdminCatalog.delete(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType adminCatalogRef)
Delete Admin Catalog |
static void |
Role.delete(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType roleRef)
Delete Role |
static void |
AdminOrganization.delete(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType adminOrgRef)
Static Delete Admin Organization for version till 5.6 |
static void |
Group.delete(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType groupRef)
Delete Group |
Task |
AdminOrganization.deleteAdminOrg(boolean force,
boolean recrusive)
Delete Admin Organization for version greater than 5.6. |
void |
AdminVdc.deleteAdminVdcSelectorExtensionById(String selectorExtensionId)
Deletes a Selector Extension that is associated with this VDC. |
void |
AdminCatalog.deleteCatalogSelectorExtensionById(String selectorExtensionId)
Deletes a Selector Extensions that is associated with this Catalog. |
void |
VcloudAdmin.deleteCatalogsSelectorExtensionById(String selectorExtensionId)
Deletes a CatalogSelector Extension. |
Role |
Right.deleteFromRole(com.vmware.vcloud.api.rest.schema.ReferenceType roleRef)
Delete this right from the specified role. |
Role |
Right.deleteFromRole(String vCloudRoleId)
Delete this right from the specified role. |
Task |
AdminOrganization.deleteOrgAssociationByName(String memberName)
Removes the specified member from this organization's associations. |
void |
AdminOrganization.deleteOrgSelectorExtensionById(String selectorExtensionId)
Deletes a Selector Extensions that is associated with this Org. |
void |
VcloudAdmin.deleteOrgsSelectorExtensionById(String selectorExtensionId)
Deletes a OrgSelector Extension. |
void |
ProviderVdc.deleteProviderVdcSelectorExtensionById(String selectorExtensionId)
Deletes a Selector Extension that is associated with this ProviderVdc. |
void |
VcloudAdmin.deleteProviderVdcsSelectorExtensionById(String selectorExtensionId)
Deletes a ProviderVdcSelector Extension. |
void |
VcloudAdmin.deleteVdcsSelectorExtensionById(String selectorExtensionId)
Deletes a VdcSelector Extension. |
void |
AdminVdc.disable()
Disable the Vdc |
void |
AdminOrganization.disable()
Disable the Organization |
static void |
AdminVdc.disable(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType adminVdcRef)
Disable the Vdc |
static void |
AdminOrganization.disable(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType adminOrgRef)
Disable the Organization |
Task |
AdminVdc.disableFastProvisioning()
Disable fast provisioning |
void |
AdminVdc.enable()
Enable the Vdc |
void |
AdminOrganization.enable()
Enable the Organization |
static void |
AdminVdc.enable(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType adminVdcRef)
Enable the Vdc |
static void |
AdminOrganization.enable(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType orgRef)
Enable the Organization |
Task |
AdminVdc.enableFastProvisioning()
Enable fast provisioning. |
com.vmware.vcloud.api.rest.schema.ReferenceType |
AdminOrgNetwork.getAdminOrganizationReference()
Deprecated. Returns the Parent Admin Organization ReferenceType. |
com.vmware.vcloud.api.rest.schema.ReferenceType |
AdminVdc.getAdminOrganizationReference()
Returns the Parent Admin Organization ReferenceType. |
com.vmware.vcloud.api.rest.schema.ReferenceType |
AdminCatalog.getAdminOrganizationReference()
Returns the Admin Organization reference. |
static AdminOrganization |
AdminOrganization.getAdminOrgById(VcloudClient client,
String vCloudId)
Get Admin Organization helper using the vCloud ID |
static AdminOrganization |
AdminOrganization.getAdminOrgByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType orgRef)
Returns the Admin Organization helper By ReferenceType |
static AdminVdc |
AdminVdc.getAdminVdcById(VcloudClient client,
String vCloudId)
Get Admin Vdc helper using the vCloud ID |
static AdminVdc |
AdminVdc.getAdminVdcByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vdcRef)
Returns AdminVdc using the AdminVdc ref typically obtained from the Organization. |
com.vmware.vcloud.api.rest.schema.ReferenceType |
AdminVdcStorageProfile.getAdminVdcReference()
Returns the Parent Admin Vdc ReferenceType. |
com.vmware.vcloud.api.rest.schema.ReferenceType |
AdminOrgVdcNetwork.getAdminVdcReference()
Returns the Parent Admin Vdc ReferenceType. |
com.vmware.vcloud.api.rest.schema.ReferenceType |
EdgeGateway.getAdminVdcReference()
Returns the Parent Admin Vdc ReferenceType. |
HashMap<String,com.vmware.vcloud.api.rest.schema.ReferenceType> |
ProviderVdc.getAdminVdcRefsByName()
Returns a HashMap of the AdminVdc References By Name |
static HashMap<String,com.vmware.vcloud.api.rest.schema.ReferenceType> |
ProviderVdc.getAdminVdcRefsByName(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vmwProviderVdcRef)
Returns a HashMap of the AdminVdc References By Name |
List<com.vmware.vcloud.api.rest.schema.SelectorExtensionType> |
AdminVdc.getAdminVdcSelectorExtension()
Retrieves a list of Selector Extensions that are associated with this VDC. |
com.vmware.vcloud.api.rest.schema.SelectorExtensionType |
AdminVdc.getAdminVdcSelectorExtensionById(String selectorExtensionId)
Retrieves a Selector Extension that is associated with this VDC. |
static AdminVdcStorageProfile |
AdminVdcStorageProfile.getAdminVdcStorageProfileByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType adminVdcStorageProfileRef)
Get AdminVdcStorageProfile for the given AdminVdcStorageProfile reference |
List<AllocatedIpAddress> |
AdminOrgVdcNetwork.getAllocatedAddresses()
Returns the list of allocated ip address List< AllocatedIpAddress>. |
static AuditEvent |
AuditEvent.getAuditEventById(VcloudClient client,
String vCloudId)
Returns AuditEvent for the given referenceID |
static AuditEvent |
AuditEvent.getAuditEventByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType auditEventRef)
Returns AuditEvent for the given reference |
static AdminCatalog |
AdminCatalog.getCatalogById(VcloudClient client,
String vCloudId)
Get Admin Catalog helper using the vCloud ID |
static AdminCatalog |
AdminCatalog.getCatalogByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType catalogRef)
Returns Catalog using the Catalog ReferenceType typically obtained from the Admin Organization. |
com.vmware.vcloud.api.rest.schema.ReferenceType |
AdminCatalog.getCatalogReference()
Returns the Catalog reference |
List<com.vmware.vcloud.api.rest.schema.SelectorExtensionType> |
AdminCatalog.getCatalogSelectorExtension()
Retrieves a list of Selector Extensions that are associated with this Catalog. |
com.vmware.vcloud.api.rest.schema.SelectorExtensionType |
AdminCatalog.getCatalogSelectorExtensionById(String selectorExtensionId)
Retrieves a Selector Extensions that is associated with this Catalog. |
List<com.vmware.vcloud.api.rest.schema.SelectorExtensionType> |
VcloudAdmin.getCatalogsSelectorExtension()
Retrieves a list of default Catalog selector extensions. |
com.vmware.vcloud.api.rest.schema.SelectorExtensionType |
VcloudAdmin.getCatalogsSelectorExtensionById(String selectorExtensionId)
Retrieves a CatalogSelector Extension. |
static EdgeGateway |
EdgeGateway.getEdgeGatewayById(VcloudClient client,
String vCloudId)
Get EdgeGateway helper using the vCloud ID |
static EdgeGateway |
EdgeGateway.getEdgeGatewayByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType edgeGatewayTypeRef)
Returns the EdgeGateway by reference |
ReferenceResult |
AdminVdc.getEdgeGatewayRefs()
Returns the list of all the edgeGateway references. |
static com.vmware.vcloud.api.rest.schema.OrgEmailSettingsType |
AdminOrganization.getEmailSettings(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType adminOrgReference)
Retrieves the organization email settings |
List<com.vmware.vcloud.api.rest.schema.extension.EntityRightsType> |
User.getEntityRights(List<com.vmware.vcloud.api.rest.schema.ReferenceType> entityRefs)
Queries user privileges on a set of entities |
static ExternalNetwork |
ExternalNetwork.getExternalNetworkById(VcloudClient client,
String vCloudId)
Get External Network helper using the vCloud ID |
static ExternalNetwork |
ExternalNetwork.getExternalNetworkByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType externalNetworkRef)
Getting the ExternalNetwork by ReferenceType |
static com.vmware.vcloud.api.rest.schema.OrgFederationSettingsType |
AdminOrganization.getFederationSettings(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType adminOrgReference)
Retrieves the organization federation settings |
static com.vmware.vcloud.api.rest.schema.OrgGeneralSettingsType |
AdminOrganization.getGeneralSettings(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType adminOrgReference)
Retrieves the organization general settings |
List<com.vmware.vcloud.api.rest.schema.ReferenceType> |
User.getGrantedRights()
Queries user granted privileges |
static Group |
Group.getGroupById(VcloudClient client,
String vCloudId)
Get Group helper using the vCloud ID |
static Group |
Group.getGroupByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType groupRef)
Returns the group by reference |
com.vmware.vcloud.api.rest.schema.OrgGuestPersonalizationSettingsType |
AdminOrganization.getGuestPersonalizationSettings()
Retrieves the organization guest personlization settings |
com.vmware.vcloud.api.rest.schema.OrgLdapSettingsType |
AdminOrganization.getLdapSettings()
Deprecated. API 5.1, SDK 5.1 |
static com.vmware.vcloud.api.rest.schema.OrgLdapSettingsType |
AdminOrganization.getLdapSettings(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType adminOrgReference)
Deprecated. API 5.1, SDK 5.1 |
com.vmware.vcloud.api.rest.schema.ReferenceType |
AdminVdc.getNetworkPoolRef()
Returns the network pool reference |
com.vmware.vcloud.api.rest.schema.extension.VimObjectRefType |
AdminOrgNetwork.getNetworkVimRef()
Deprecated. Returns the Network Vim Object ReferenceType |
com.vmware.vcloud.api.rest.schema.OrgOperationLimitsSettingsType |
AdminOrganization.getOperationLimitsSettings()
Retrieves the organization operation limit settings |
com.vmware.vcloud.api.rest.schema.OrgAssociationType |
AdminOrganization.getOrgAssociationByName(String memberName)
Retrieves a specific member from the organization's associations as identified by OrgAssociation Name included in the request |
static com.vmware.vcloud.api.rest.schema.OrgAssociationsType |
AdminOrganization.getOrgAssociations(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType adminOrgReference)
Retrieves the complete list of Organizations associated with this organization |
static AdminOrgNetwork |
AdminOrgNetwork.getOrgNetworkById(VcloudClient client,
String vCloudId)
Deprecated. Get Admin Org Network helper using the vCloud ID |
static AdminOrgNetwork |
AdminOrgNetwork.getOrgNetworkByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType orgNetworkRef)
Deprecated. Returns the OrgNetwork By ReferenceType |
com.vmware.vcloud.api.rest.schema.ReferenceType |
AdminOrgNetwork.getOrgNetworkReference()
Deprecated. Returns the OrgNetwork ReferenceType. |
static com.vmware.vcloud.api.rest.schema.OrgOAuthSettingsType |
AdminOrganization.getOrgOAuthSettings(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType adminOrgReference)
Retrieves the organization Oauth settings |
com.vmware.vcloud.api.rest.schema.ReferenceType |
AdminOrganization.getOrgReference()
Returns the Organization ReferenceType in the Vcloud User API |
List<com.vmware.vcloud.api.rest.schema.SelectorExtensionType> |
AdminOrganization.getOrgSelectorExtension()
Retrieves a list of Selector Extensions that are associated with this org. |
com.vmware.vcloud.api.rest.schema.SelectorExtensionType |
AdminOrganization.getOrgSelectorExtensionById(String selectorExtensionId)
Retrieves a Selector Extensions that is associated with this Org. |
static com.vmware.vcloud.api.rest.schema.OrgSettingsType |
AdminOrganization.getOrgSettings(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType adminOrgReference)
Retrieves the organization settings |
List<com.vmware.vcloud.api.rest.schema.SelectorExtensionType> |
VcloudAdmin.getOrgsSelectorExtension()
Retrieves a list of default Orgs selector extensions. |
com.vmware.vcloud.api.rest.schema.SelectorExtensionType |
VcloudAdmin.getOrgsSelectorExtensionById(String selectorExtensionId)
Retrieves a OrgSelector Extension. |
static AdminOrgVdcNetwork |
AdminOrgVdcNetwork.getOrgVdcNetworkById(VcloudClient client,
String vCloudId)
Get Admin Org Network helper using the vCloud ID |
static AdminOrgVdcNetwork |
AdminOrgVdcNetwork.getOrgVdcNetworkByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType adminOrgVdcNetworkRef)
Returns the AdminOrgVdcNetwork By ReferenceType |
ReferenceResult |
AdminVdc.getOrgVdcNetworkRefs()
Returns the list of all the org vdc network references. |
com.vmware.vcloud.api.rest.schema.ReferenceType |
AdminCatalog.getOwner()
Returns the owner of the catalog. |
static com.vmware.vcloud.api.rest.schema.ReferenceType |
AdminCatalog.getOwner(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType adminCatalogRef)
Returns the owner of the catalog |
static com.vmware.vcloud.api.rest.schema.OrgPasswordPolicySettingsType |
AdminOrganization.getPasswordPolicySettings(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType adminOrgReference)
Retrieves the organization password policy settings |
static ProviderVdc |
ProviderVdc.getProviderVdcById(VcloudClient client,
String vCloudId)
Get Provider Vdc helper using the vCloud ID |
static ProviderVdc |
ProviderVdc.getProviderVdcByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType providerVdcRef)
Returns the ProviderVdc by ReferenceType |
com.vmware.vcloud.api.rest.schema.ReferenceType |
ProviderVdcStorageProfile.getProviderVdcReference()
Returns the Parent ProviderVdc ReferenceType. |
List<com.vmware.vcloud.api.rest.schema.SelectorExtensionType> |
ProviderVdc.getProviderVdcSelectorExtension()
Retrieves a list of Selector Extensions that are associated with a particular ProviderVdc. |
com.vmware.vcloud.api.rest.schema.SelectorExtensionType |
ProviderVdc.getProviderVdcSelectorExtensionById(String selectorExtensionId)
Retrieves a Selector Extension that is associated with this ProviderVdc. |
List<com.vmware.vcloud.api.rest.schema.SelectorExtensionType> |
VcloudAdmin.getProviderVdcsSelectorExtension()
Retrieves a list of default ProviderVdc selector extensions |
com.vmware.vcloud.api.rest.schema.SelectorExtensionType |
VcloudAdmin.getProviderVdcsSelectorExtensionById(String selectorExtensionId)
Retrieves a ProviderVdcSelector Extension. |
static ProviderVdcStorageProfile |
ProviderVdcStorageProfile.getProviderVdcStorageProfileByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType providerVdcStorageProfileRef)
Get ProviderVdcStorageProfile for the given ProviderVdcStorageProfile reference |
List<com.vmware.vcloud.api.rest.schema.ReferenceType> |
ProviderVdc.getProviderVdcStorageProfileRefs()
Returns a list of all the provider vdc storage profiles references. |
com.vmware.vcloud.api.rest.schema.extension.VimObjectRefType |
AdminVdc.getResourcePoolVimRef()
Returns the ResourcePool VIM Object reference. |
HashMap<String,com.vmware.vcloud.api.rest.schema.extension.VimObjectRefType> |
AdminVdc.getResourcePoolVimRefsByMoref()
Get the Org Vdc's backing resource pool vim object references by moref. |
static Right |
Right.getRightById(VcloudClient client,
String vCloudId)
Get Right helper using the vCloud ID |
static Right |
Right.getRightByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType rightRef)
Returns the Right by ReferenceType |
static Role |
Role.getRoleById(VcloudClient client,
String vCloudId)
Get Role helper using the vCloud ID |
static Role |
Role.getRoleByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType roleRef)
Returns the Role by ReferenceType |
com.vmware.vcloud.api.rest.schema.ReferenceType |
User.getRoleReference()
Returns the User's Role reference type |
com.vmware.vcloud.api.rest.schema.ReferenceType |
Group.getRoleReference()
Returns the role reference type |
AdminOrganization |
VcloudAdmin.getSystemAdminOrg()
Returns the System Admin Organization |
com.vmware.vcloud.api.rest.schema.ReferenceType |
AdminOrganization.getTaskListReference()
Returns the TaskList reference in the Vcloud User API |
static User |
User.getUserById(VcloudClient client,
String vCloudId)
Get User helper using the vCloud ID |
static User |
User.getUserByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType userRef)
Returns the User By ReferenceType |
com.vmware.vcloud.api.rest.schema.OrgLeaseSettingsType |
AdminOrganization.getvAppLeaseSettings()
Retrieves the organizations vapp lease settings. |
static com.vmware.vcloud.api.rest.schema.OrgLeaseSettingsType |
AdminOrganization.getvAppLeaseSettings(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType adminOrgReference)
Retrieves the organizations vapp lease settings. |
com.vmware.vcloud.api.rest.schema.OrgVAppTemplateLeaseSettingsType |
AdminOrganization.getvAppTemplateLeaseSettings()
Retrieves the organizaitons vapp template lease settings. |
static com.vmware.vcloud.api.rest.schema.OrgVAppTemplateLeaseSettingsType |
AdminOrganization.getvAppTemplateLeaseSettings(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType adminOrgReference)
Retrieves the organizaitons vapp template lease settings. |
com.vmware.vcloud.api.rest.schema.ReferenceType |
AdminVdc.getVdcReference()
Returns the Vdc ReferenceType. |
List<com.vmware.vcloud.api.rest.schema.SelectorExtensionType> |
VcloudAdmin.getVdcsSelectorExtension()
Retrieves a list of default Vdc selector extensions |
com.vmware.vcloud.api.rest.schema.SelectorExtensionType |
VcloudAdmin.getVdcsSelectorExtensionById(String selectorExtensionId)
Retrieves a VdcSelector Extension. |
Group |
AdminOrganization.importGroup(com.vmware.vcloud.api.rest.schema.GroupType groupType)
Creating a Group |
void |
AdminCatalog.publishCatalog(com.vmware.vcloud.api.rest.schema.PublishCatalogParamsType publishCatalogParamsType)
Publishing the Catalog |
void |
AdminCatalog.publishToExternalOrganizations(com.vmware.vcloud.api.rest.schema.PublishExternalCatalogParamsType publishExternalCatalogParams)
Publish a catalog to external organizations |
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultGroupRecordType> |
AdminQueryService.queryGroupIdRecords()
Executes a specialized query for retrieving the list of group records. |
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultGroupRecordType> |
AdminQueryService.queryGroupIdRecords(QueryParams<QueryGroupField> queryParams)
Executes a specialized query for retrieving the list of group records. |
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultGroupRecordType> |
AdminQueryService.queryGroupRecords()
Executes a specialized query for retrieving the list of group records. |
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultGroupRecordType> |
AdminQueryService.queryGroupRecords(QueryParams<QueryGroupField> queryParams)
Executes a specialized query for retrieving the list of group records. |
ReferenceResult |
AdminQueryService.queryGroupReferences()
Executes a specialized query for retrieving the list of group references. |
ReferenceResult |
AdminQueryService.queryGroupReferences(QueryParams<QueryGroupField> queryParams)
Executes a specialized query for retrieving the list of group references |
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultOrgRecordType> |
AdminQueryService.queryOrgIdRecords()
Executes a specialized query for retrieving the list of org records. |
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultOrgRecordType> |
AdminQueryService.queryOrgIdRecords(QueryParams<QueryOrgField> queryParams)
Executes a specialized query for retrieving the list of org records. |
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultOrgRecordType> |
AdminQueryService.queryOrgRecords()
Executes a specialized query for retrieving the list of org records. |
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultOrgRecordType> |
AdminQueryService.queryOrgRecords(QueryParams<QueryOrgField> queryParams)
Executes a specialized query for retrieving the list of org records. |
ReferenceResult |
AdminQueryService.queryOrgReferences()
Executes a specialized query for retrieving the list of org references. |
ReferenceResult |
AdminQueryService.queryOrgReferences(QueryParams<QueryOrgField> queryParams)
Executes a specialized query for retrieving the list of org records. |
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultOrgVdcRecordType> |
AdminQueryService.queryOrgVdcIdRecords()
Executes a specialized query for retrieving the list of OrgVdc records. |
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultOrgVdcRecordType> |
AdminQueryService.queryOrgVdcIdRecords(QueryParams<QueryOrgVdcField> queryParams)
Executes a specialized query for retrieving the list of OrgVdc records. |
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultOrgVdcRecordType> |
AdminQueryService.queryOrgVdcRecords()
Executes a specialized query for retrieving the list of OrgVdc records. |
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultOrgVdcRecordType> |
AdminQueryService.queryOrgVdcRecords(QueryParams<QueryOrgVdcField> queryParams)
Executes a specialized query for retrieving the list of OrgVdc records. |
ReferenceResult |
AdminQueryService.queryOrgVdcReferences()
Executes a specialized query for retrieving the list of org vdc references. |
ReferenceResult |
AdminQueryService.queryOrgVdcReferences(QueryParams<QueryOrgVdcField> queryParams)
Executes a specialized query for retrieving the list of org vdc records. |
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultRightRecordType> |
AdminQueryService.queryRightIdRecords()
Executes a specialized query for retrieving the list of right records. |
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultRightRecordType> |
AdminQueryService.queryRightIdRecords(QueryParams<QueryRightField> queryParams)
Executes a specialized query for retrieving the list of right records. |
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultRightRecordType> |
AdminQueryService.queryRightRecords()
Executes a specialized query for retrieving the list of right records. |
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultRightRecordType> |
AdminQueryService.queryRightRecords(QueryParams<QueryRightField> queryParams)
Executes a specialized query for retrieving the list of right records. |
ReferenceResult |
AdminQueryService.queryRightReferences()
Executes a specialized query for retrieving the list of right references. |
ReferenceResult |
AdminQueryService.queryRightReferences(QueryParams<QueryRightField> queryParams)
Executes a specialized query for retrieving the list of right references |
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultRoleRecordType> |
AdminQueryService.queryRoleIdRecords()
Executes a specialized query for retrieving the list of role records. |
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultRoleRecordType> |
AdminQueryService.queryRoleIdRecords(QueryParams<QueryRoleField> queryParams)
Executes a specialized query for retrieving the list of role records. |
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultRoleRecordType> |
AdminQueryService.queryRoleRecords()
Executes a specialized query for retrieving the list of role records. |
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultRoleRecordType> |
AdminQueryService.queryRoleRecords(QueryParams<QueryRoleField> queryParams)
Executes a specialized query for retrieving the list of role records. |
ReferenceResult |
AdminQueryService.queryRoleReferences()
Executes a specialized query for retrieving the list of role references. |
ReferenceResult |
AdminQueryService.queryRoleReferences(QueryParams<QueryRoleField> queryParams)
Executes a specialized query for retrieving the list of role references |
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultStrandedUserRecordType> |
AdminQueryService.queryStrandedUserIdRecords()
Executes a specialized query for retrieving the list of stranded user records. |
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultStrandedUserRecordType> |
AdminQueryService.queryStrandedUserIdRecords(QueryParams<QueryStrandedUserField> queryParams)
Executes a specialized query for retrieving the list of stranded user records. |
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultStrandedUserRecordType> |
AdminQueryService.queryStrandedUserRecords()
Executes a specialized query for retrieving the list of stranded user records. |
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultStrandedUserRecordType> |
AdminQueryService.queryStrandedUserRecords(QueryParams<QueryStrandedUserField> queryParams)
Executes a specialized query for retrieving the list of stranded user records. |
ReferenceResult |
AdminQueryService.queryStrandedUserReferences()
Executes a specialized query for retrieving the list of stranded user references. |
ReferenceResult |
AdminQueryService.queryStrandedUserReferences(QueryParams<QueryStrandedUserField> queryParams)
Executes a specialized query for retrieving the list of stranded user references |
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultUserRecordType> |
AdminQueryService.queryUserIdRecords()
Executes a specialized query for retrieving the list of user records. |
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultUserRecordType> |
AdminQueryService.queryUserIdRecords(QueryParams<QueryUserField> queryParams)
Executes a specialized query for retrieving the list of user records. |
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultUserRecordType> |
AdminQueryService.queryUserRecords()
Executes a specialized query for retrieving the list of user records. |
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultUserRecordType> |
AdminQueryService.queryUserRecords(QueryParams<QueryUserField> queryParams)
Executes a specialized query for retrieving the list of user records. |
ReferenceResult |
AdminQueryService.queryUserReferences()
Executes a specialized query for retrieving the list of user references. |
ReferenceResult |
AdminQueryService.queryUserReferences(QueryParams<QueryUserField> queryParams)
Executes a specialized query for retrieving the list of user references |
Task |
EdgeGateway.reapplyServices()
Reapply services on an edgeGateway. |
Task |
EdgeGateway.redeploy()
Redeploy edgeGateway. |
void |
AdminOrganization.regenerateFederationCertificate()
Regenerates the certificates used to establish trust between an organization and its identity provider |
static void |
AdminOrganization.regenerateFederationCertificate(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType adminOrgReference)
Regenerates the certificates used to establish trust between an organization and its identity provider |
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 |
void |
AdminOrganization.resetLdapCertificate()
Resets organization LDAP SSL certificate |
void |
AdminOrganization.resetLdapKeyStore()
Resets organization LDAP keystore |
void |
AdminOrganization.resetLdapSspiKeytab()
Resets organization LDAP SSPI key tab. |
void |
AdminCatalog.subscribeToExternalCatalog(com.vmware.vcloud.api.rest.schema.ExternalCatalogSubscriptionParamsType externalCatalogSubscription)
Subscribe to an external catalog |
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. |
void |
User.takeOwnership()
Takes ownership of specified user's vApps, media, and catalogs. |
static void |
User.takeOwnership(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType userRef)
Takes ownership of specified user's vApps, media, and catalogs. |
void |
User.unlock()
Unlocks the user. |
static void |
User.unlock(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType userRef)
Unlocks the user. |
AdminCatalog |
AdminCatalog.updateAdminCatalog(com.vmware.vcloud.api.rest.schema.AdminCatalogType catalogType)
Updating the Admin Catalog |
AdminOrganization |
AdminOrganization.updateAdminOrg(com.vmware.vcloud.api.rest.schema.AdminOrgType adminOrgType)
Updating the Admin Organization |
Task |
AdminVdc.updateAdminVdc(com.vmware.vcloud.api.rest.schema.AdminVdcType adminVdcType)
Updating the Admin Vdc |
com.vmware.vcloud.api.rest.schema.SelectorExtensionType |
AdminVdc.updateAdminVdcSelectorExtensionById(String selectorExtensionId,
com.vmware.vcloud.api.rest.schema.SelectorExtensionType selectorExtensionType)
Updates a Selector Extension that is associated with this VDC. |
AdminVdcStorageProfile |
AdminVdcStorageProfile.updateAdminVdcStorageProfile(com.vmware.vcloud.api.rest.schema.AdminVdcStorageProfileType adminVdcStorageProfileResource)
Update the vdc storage profile. |
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. |
com.vmware.vcloud.api.rest.schema.SelectorExtensionType |
AdminCatalog.updateCatalogSelectorExtensionById(String selectorExtensionId,
com.vmware.vcloud.api.rest.schema.SelectorExtensionType selectorExtensionType)
Updates a Selector Extensions that is associated with this Catalog. |
com.vmware.vcloud.api.rest.schema.SelectorExtensionType |
VcloudAdmin.updateCatalogsSelectorExtensionById(String selectorExtensionId,
com.vmware.vcloud.api.rest.schema.SelectorExtensionType selectorExtensionType)
Updates a CatalogSelector Extension. |
Task |
EdgeGateway.updateEdgeGateway(com.vmware.vcloud.api.rest.schema.GatewayType gatewayParams)
Update a edgeGateway. |
com.vmware.vcloud.api.rest.schema.OrgEmailSettingsType |
AdminOrganization.updateEmailSettings(com.vmware.vcloud.api.rest.schema.OrgEmailSettingsType orgEmailSettingsType)
Updates the organization email settings. |
com.vmware.vcloud.api.rest.schema.OrgFederationSettingsType |
AdminOrganization.updateFederationSettings(com.vmware.vcloud.api.rest.schema.OrgFederationSettingsType orgFederationSettingsType)
Updates the organization federation settings. |
com.vmware.vcloud.api.rest.schema.OrgGeneralSettingsType |
AdminOrganization.updateGeneralSettings(com.vmware.vcloud.api.rest.schema.OrgGeneralSettingsType orgGeneralSettingsType)
Updates the organization general settings. |
Group |
Group.updateGroup(com.vmware.vcloud.api.rest.schema.GroupType groupType)
Updating the Group |
com.vmware.vcloud.api.rest.schema.OrgGuestPersonalizationSettingsType |
AdminOrganization.updateGuestPersonalizationSettings(com.vmware.vcloud.api.rest.schema.OrgGuestPersonalizationSettingsType orgGuestPersonalizationSettingsType)
Updates the organization guest personalization settings. |
com.vmware.vcloud.api.rest.schema.CertificateUploadSocketType |
AdminOrganization.updateLdapCertificate(com.vmware.vcloud.api.rest.schema.CertificateUpdateParamsType certificateUpdateParamsType)
Updates organization LDAP SSL certificate. |
com.vmware.vcloud.api.rest.schema.KeystoreUploadSocketType |
AdminOrganization.updateLdapKeyStore(com.vmware.vcloud.api.rest.schema.KeystoreUpdateParamsType keystoreUpdateParamsType)
Updates organization LDAP keystore. |
com.vmware.vcloud.api.rest.schema.OrgLdapSettingsType |
AdminOrganization.UpdateLdapSettings(com.vmware.vcloud.api.rest.schema.OrgLdapSettingsType orgLdapSettingsType)
Deprecated. API 5.1, SDK 5.1 |
com.vmware.vcloud.api.rest.schema.SspiKeytabUploadSocketType |
AdminOrganization.updateLdapSspiKeytab(com.vmware.vcloud.api.rest.schema.SspiKeytabUpdateParamsType sspiKeytabUpdateParamsType)
Updates organization LDAP SSPI keytab. |
com.vmware.vcloud.api.rest.schema.OrgOperationLimitsSettingsType |
AdminOrganization.updateOperationLimitsSettings(com.vmware.vcloud.api.rest.schema.OrgOperationLimitsSettingsType operationLimitsSettingsType)
Updates the organization operation limit settings. |
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 |
com.vmware.vcloud.api.rest.schema.OrgOAuthSettingsType |
AdminOrganization.updateOrgOauthSettings(com.vmware.vcloud.api.rest.schema.OrgOAuthSettingsType orgOAuthSettings)
Update organization OAuth settings. |
com.vmware.vcloud.api.rest.schema.SelectorExtensionType |
AdminOrganization.updateOrgSelectorExtensionById(String selectorExtensionId,
com.vmware.vcloud.api.rest.schema.SelectorExtensionType selectorExtensionType)
Updates a Selector Extensions that is associated with this Org. |
com.vmware.vcloud.api.rest.schema.OrgSettingsType |
AdminOrganization.updateOrgSettings(com.vmware.vcloud.api.rest.schema.OrgSettingsType orgSettingsType)
Updates the organization settings. |
com.vmware.vcloud.api.rest.schema.SelectorExtensionType |
VcloudAdmin.updateOrgsSelectorExtensionById(String selectorExtensionId,
com.vmware.vcloud.api.rest.schema.SelectorExtensionType selectorExtensionType)
Updates a OrgSelector Extension. |
Task |
AdminOrgVdcNetwork.updateOrgVdcNetwork(com.vmware.vcloud.api.rest.schema.OrgVdcNetworkType orgVdcNetworkType)
Updating the OrgVdcNetwork |
com.vmware.vcloud.api.rest.schema.OrgPasswordPolicySettingsType |
AdminOrganization.updatePasswordPolicySettings(com.vmware.vcloud.api.rest.schema.OrgPasswordPolicySettingsType orgPasswordPolicySettingsType)
Updates the organization password policy settings. |
com.vmware.vcloud.api.rest.schema.SelectorExtensionType |
ProviderVdc.updateProviderVdcSelectorExtensionById(String selectorExtensionId,
com.vmware.vcloud.api.rest.schema.SelectorExtensionType selectorExtensionType)
Updates a Selector Extension that is associated with this ProviderVdc. |
com.vmware.vcloud.api.rest.schema.SelectorExtensionType |
VcloudAdmin.updateProviderVdcsSelectorExtensionById(String selectorExtensionId,
com.vmware.vcloud.api.rest.schema.SelectorExtensionType selectorExtensionType)
Updates a ProviderVdcSelector Extension. |
Role |
Role.updateRole(com.vmware.vcloud.api.rest.schema.RoleType roleType)
Updating the Role |
User |
User.updateUser(com.vmware.vcloud.api.rest.schema.UserType userType)
Updating the User |
com.vmware.vcloud.api.rest.schema.OrgLeaseSettingsType |
AdminOrganization.updatevAppLeaseSettings(com.vmware.vcloud.api.rest.schema.OrgLeaseSettingsType orgVAppLeaseSettingsType)
Updates the organizations vApp lease settings. |
com.vmware.vcloud.api.rest.schema.OrgVAppTemplateLeaseSettingsType |
AdminOrganization.updatevAppTemplateLeaseSettings(com.vmware.vcloud.api.rest.schema.OrgVAppTemplateLeaseSettingsType orgVAppTemplateLeaseSettingsType)
Updates the organizations vApp template lease settings. |
com.vmware.vcloud.api.rest.schema.SelectorExtensionType |
VcloudAdmin.updateVdcsSelectorExtensionById(String selectorExtensionId,
com.vmware.vcloud.api.rest.schema.SelectorExtensionType selectorExtensionType)
Updates a VdcSelector Extension. |
Task |
EdgeGateway.upgradeConfig()
Upgrade edgeGateway configuration from compact to full. |
| Constructors in com.vmware.vcloud.sdk.admin that throw VCloudException | |
|---|---|
VcloudAdmin(VcloudClient client)
Default Parameterized Constructor. |
|
| Uses of VCloudException in com.vmware.vcloud.sdk.admin.extensions |
|---|
| Methods in com.vmware.vcloud.sdk.admin.extensions that throw VCloudException | |
|---|---|
void |
BlockingTask.abortOperation(String abortMessage)
This operation aborts blocking task. |
static void |
BlockingTask.abortOperation(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType blockingTaskRef,
String abortMessage)
This operation aborts blocking task. |
void |
VcloudAdminExtension.clearUnusedLocalizationBundle()
Clear the unused localization bundle. |
void |
VcloudAdminExtension.clearUnusedRights()
Clears all the rights that are not associated with a role or acl rule and which extension service is already deleted. |
AdminService |
VcloudAdminExtension.createService(com.vmware.vcloud.api.rest.schema.extension.AdminServiceType serviceParams)
Creates a new vcloud extension/service. |
AdminService |
VcloudAdminExtension.createService(String serviceName,
String serviceNamespace,
String serviceExchange,
String serviceRoutingKey,
int servicePriority,
boolean serviceAuthorizationEnabled)
Creating an extension/service with the basic settings. |
VMWExternalNetwork |
VcloudAdminExtension.createVMWExternalNetwork(com.vmware.vcloud.api.rest.schema.extension.VMWExternalNetworkType vmwExternalNetworkType)
Creating VMWExternalNetwork |
VMWNetworkPool |
VcloudAdminExtension.createVMWNetworkPool(com.vmware.vcloud.api.rest.schema.extension.VMWNetworkPoolType vmwNetworkPoolType)
Creating VMWNetworkPool |
VMWProviderVdc |
VcloudAdminExtension.createVMWProviderVdc(com.vmware.vcloud.api.rest.schema.extension.VMWProviderVdcParamsType vmwProviderVdcParams)
Creating VMWProviderVdc |
VMWProviderVdc |
VcloudAdminExtension.createVMWProviderVdc(com.vmware.vcloud.api.rest.schema.extension.VMWProviderVdcType vmwProviderVdcType)
Deprecated. API 5.1, SDK 5.1, use VcloudAdminExtension
VcloudAdminExtension.createVMWProviderVdc(VMWProviderVdcParamsType) |
VMWVdcTemplate |
VcloudAdminExtension.createVMWVdcTemplate(com.vmware.vcloud.api.rest.schema.extension.VMWVdcTemplateType vmwVdcTemplateType)
Creating VMW VDC Template |
void |
ObjectExtension.delete()
Deletes a registered object extension. |
void |
VMWDatastore.delete()
Delete the VMWDatastore. |
Task |
StrandedItem.delete()
Delete the stranded item. |
void |
VMWVdcTemplate.delete()
Delete VMWVdcTemplate |
Task |
VMWNetworkPool.delete()
Delete VMWNetworkPool |
Task |
VMWExternalNetwork.delete()
Delete VMWExternalNetwork |
Task |
VMWProviderVdc.delete()
Delete VMWProviderVdc |
static void |
VMWDatastore.delete(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vmwDatastoreRef)
Delete the VMWDatastore. |
static Task |
StrandedItem.delete(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType strandedItemRef)
Delete the StrandedItem. |
static void |
VMWVdcTemplate.delete(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vmwVdcTemplateRef)
Delete VMWVdcTemplate |
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 |
VMWDatastore |
VMWDatastore.disable()
Disable the Datastore |
void |
VMWProviderVdc.disable()
Disable the VMW Provider Vdc |
static VMWDatastore |
VMWDatastore.disable(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vmwDatastoreRef)
Disable the Datastore |
static void |
VMWProviderVdc.disable(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vmwProviderVdcRef)
Disable the VMW Provider Vdc |
Task |
VMWHost.disableHost()
Disable the Host |
static Task |
VMWHost.disableHost(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vmwHostRef)
Disable the Host |
void |
VMWProviderVdc.disableResourcePool(String morefValue)
Disable the resource pool. |
VMWDatastore |
VMWDatastore.enable()
Enable the Datastore |
void |
VMWProviderVdc.enable()
Enable the VMW Provider Vdc |
static VMWDatastore |
VMWDatastore.enable(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vmwDatastoreRef)
Enable the Datastore |
static void |
VMWProviderVdc.enable(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vmwProviderVdcRef)
Enable the VMW Provider Vdc |
Task |
VMWHost.enableHost()
Enable the Host |
static Task |
VMWHost.enableHost(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vmwHostRef)
Enable the Host |
void |
VMWProviderVdc.enableResourcePool(String morefValue)
Enable the resource pool. |
void |
BlockingTask.failOperation(String failMessage)
This operation fails blocking task. |
static void |
BlockingTask.failOperation(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType blockingTaskRef,
String failMessage)
This operation fails blocking task. |
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 |
AdminService |
VcloudAdminExtension.getAdminServiceByName(String serviceName)
Search for the provided service/extension name. |
ReferenceResult |
VcloudAdminExtension.getAdminServiceRefs()
Returns the list of the extension services. |
HashMap<String,com.vmware.vcloud.api.rest.schema.ReferenceType> |
VMWProviderVdc.getAdminVdcRefsByName()
Returns a HashMap of the AdminVdc References By Name |
static com.vmware.vcloud.api.rest.schema.extension.AmqpSettingsType |
VcloudAdminExtensionSettings.getAmqpSettings(VcloudClient client)
Returns the Amqp settings of the vcloud system |
List<com.vmware.vcloud.api.rest.schema.extension.VMWStorageProfileType> |
VMWProviderVdc.getAvailableVMWProviderVdcStorageProfiles()
Returns a list of all the available storage profiles in this provider vdc. |
static BlockingTask |
BlockingTask.getBlockingTaskById(VcloudClient client,
String vCloudId)
Returns blocking task using the vCloud ID obtained from a blocking Notification. |
static BlockingTask |
BlockingTask.getBlockingTaskByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType reference)
Returns blocking task using the entity ReferenceType |
Collection<com.vmware.vcloud.api.rest.schema.ReferenceType> |
VcloudAdminExtension.getBlockingTaskRefs()
Returns a collection of blocking tasks that have already been processed or are currently active. |
static com.vmware.vcloud.api.rest.schema.extension.BlockingTaskSettingsType |
VcloudAdminExtensionSettings.getBlockingTaskSettings(VcloudClient client)
Returns global blocking task settings. |
com.vmware.vcloud.api.rest.schema.extension.BrandingSettingsType |
VcloudAdminExtensionSettings.getBrandingSettings()
Returns the Branding settings of the vcloud system |
static com.vmware.vcloud.api.rest.schema.extension.BrandingSettingsType |
VcloudAdminExtensionSettings.getBrandingSettings(VcloudClient client)
Returns the Branding settings of the vcloud system |
com.vmware.vcloud.api.rest.schema.extension.CatalogSettingsType |
VcloudAdminExtensionSettings.getCatalogSettings()
Retrieve vCloud Director catalog setting details. |
static com.vmware.vcloud.api.rest.schema.extension.CatalogSettingsType |
VcloudAdminExtensionSettings.getCatalogSettings(VcloudClient client)
Retrieve vCloud Director catalog setting details. |
com.vmware.vcloud.api.rest.schema.ControlAccessParamsType |
VMWVdcTemplate.getControlAccess()
Returns Vdc Template ControlAccessParamsType |
static XMLGregorianCalendar |
BlockingTask.getCreatedDate(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType blockingTaskRef)
Returns the blocking task created date. |
com.vmware.vcloud.api.rest.schema.extension.VimObjectRefType |
VMWDatastore.getDatastoreVimRef()
Returns the Datastore VIM Object reference. |
com.vmware.vcloud.api.rest.schema.extension.EmailSettingsType |
VcloudAdminExtensionSettings.getEmailSettings()
Returns the Email settings of the vcloud system |
static com.vmware.vcloud.api.rest.schema.extension.EmailSettingsType |
VcloudAdminExtensionSettings.getEmailSettings(VcloudClient client)
Returns the Email settings of the vcloud system |
com.vmware.vcloud.api.rest.schema.extension.SmtpSettingsType |
VcloudAdminExtensionSettings.getEmailSmtpSettings()
Returns the EmailSmtp settings of the vcloud system |
static List<BlockingTaskOperationType> |
VcloudAdminExtensionSettings.getEnabledBlockingTaskOperations(VcloudClient client)
Get blocking task operations which are enabled. |
com.vmware.vcloud.api.rest.schema.ReferenceType |
VMWExternalNetwork.getExternalNetworkReference()
Returns the ExternalNetwork reference. |
static com.vmware.vcloud.api.rest.schema.extension.GeneralSettingsType |
VcloudAdminExtensionSettings.getGeneralSettings(VcloudClient client)
Returns the General settings of the vcloud system |
static com.vmware.vcloud.api.rest.schema.extension.KerberosSettingsType |
VcloudAdminExtensionSettings.getKerberosSettings(VcloudClient client)
Returns the Kerberos settings |
static com.vmware.vcloud.api.rest.schema.extension.LdapSettingsType |
VcloudAdminExtensionSettings.getLdapSettings(VcloudClient client)
Deprecated. API 5.1, SDK 5.1 |
com.vmware.vcloud.api.rest.schema.extension.LicenseMetricsInfoType |
VcloudAdminExtensionSettings.getLicenseMetricsInfo()
Returns the LicenseMetrics info of the vcloud system |
static LicenseReport |
LicenseReport.getLicenseReportByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType referenceType)
Deprecated. API 1.5, SDK 5.5 |
com.vmware.vcloud.api.rest.schema.extension.LicenseType |
VcloudAdminExtensionSettings.getLicenseSettings()
Returns the License settings of the vcloud system |
static com.vmware.vcloud.api.rest.schema.extension.LicenseType |
VcloudAdminExtensionSettings.getLicenseSettings(VcloudClient client)
Returns the License settings of the vcloud system |
Collection<com.vmware.vcloud.api.rest.schema.ReferenceType> |
VcloudAdminExtension.getLicensingReportRefs()
Deprecated. API 1.5, SDK 5.5 |
com.vmware.vcloud.api.rest.schema.extension.LookupServiceSettingsType |
VcloudAdminExtensionSettings.getLookupService()
Returns the Lookup service of the vcloud system. |
static com.vmware.vcloud.api.rest.schema.extension.LookupServiceSettingsType |
VcloudAdminExtensionSettings.getLookupService(VcloudClient client)
Returns the Lookup service of the vcloud system. |
HashMap<String,com.vmware.vcloud.api.rest.schema.extension.VimObjectRefType> |
VMWVimServer.getNetworkVimRefsByMoref()
Retrieves the unused/available Network References by Moref for a VMWVimServer. |
static HashMap<String,com.vmware.vcloud.api.rest.schema.extension.VimObjectRefType> |
VMWVimServer.getNetworkVimRefsByMoref(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vimServerRef)
Retrieves the unused/available Port Group Network References by Moref for a VMWVimServer |
com.vmware.vcloud.api.rest.schema.extension.ObjectExtensionType |
ObjectExtension.getObjectExtension()
Retrieves a registered object extension. |
static ObjectExtension |
ObjectExtension.getObjectExtensionByObject(VcloudClient client,
com.vmware.vcloud.api.rest.schema.extension.ObjectExtensionType objectExtensionType)
Helper method that returns the object of sdk class ObjectExtension |
com.vmware.vcloud.api.rest.schema.extension.OperationLimitsSettingsType |
VcloudAdminExtension.getOperationLimitsSettings()
Retrieves OperationLimitsSettings |
static com.vmware.vcloud.api.rest.schema.ReferenceType |
BlockingTask.getOrgReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType blockingTaskRef)
Returns the organization reference. |
static com.vmware.vcloud.api.rest.schema.ReferenceType |
BlockingTask.getOwnerReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType blockingTaskRef)
Returns the owner reference. |
static com.vmware.vcloud.api.rest.schema.extension.SystemPasswordPolicySettingsType |
VcloudAdminExtensionSettings.getPasswordPolicySettings(VcloudClient client)
Returns the PasswordPolicy settings of the vcloud system |
com.vmware.vcloud.api.rest.schema.ReferenceType |
VMWProviderVdc.getProviderVdcReference()
Returns the provider vdc reference. |
List<com.vmware.vcloud.api.rest.schema.extension.ObjectExtensionType> |
VcloudAdminExtension.getRegisteredObjExtensionRefs()
Retrieves the list of currently registered object extensions. |
HashMap<String,com.vmware.vcloud.api.rest.schema.extension.ResourcePoolType> |
VMWVimServer.getResourcePools()
Returns a HashMap of the ResourcePools By Name |
static HashMap<String,com.vmware.vcloud.api.rest.schema.extension.ResourcePoolType> |
VMWVimServer.getResourcePools(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vimServerRef)
Returns a HashMap of the ResourcePools By Name |
HashMap<String,com.vmware.vcloud.api.rest.schema.extension.VMWProviderVdcResourcePoolType> |
VMWProviderVdc.getResourcePoolsByMoref()
Get the VMW Provider Vdc's backing resource pools by moref. |
static HashMap<String,com.vmware.vcloud.api.rest.schema.extension.VMWProviderVdcResourcePoolType> |
VMWProviderVdc.getResourcePoolsByMoref(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vmwProvVdcRef)
Get the VMW Provider Vdc's backing resource pools by moref. |
List<com.vmware.vcloud.api.rest.schema.extension.VimObjectRefType> |
VMWProviderVdc.getResourcePoolVimRefs()
Returns the Resource Pool vim object references |
List<com.vmware.vcloud.api.rest.schema.SelectorExtensionType> |
ObjectExtension.getSelectorExtensions()
Retrieves a list of all selector extensions of a registered object extension. |
static String |
BlockingTask.getStatus(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType blockingTaskRef)
Returns the blocking task status. |
static StrandedItem |
StrandedItem.getStrandedItemById(VcloudClient client,
String vCloudId)
Get StrandedItem helper using the vCloud ID |
static StrandedItem |
StrandedItem.getStrandedItemByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType reference)
Returns the StrandedItem Helper for the given stranded item reference |
ReferenceResult |
VcloudAdminExtension.getStrandedItemRefs()
Returns the list of stranded item references. |
com.vmware.vcloud.api.rest.schema.ReferenceType |
BlockingTask.getTaskReference()
Returns the task reference. |
static String |
BlockingTask.getTimeoutAction(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType blockingTaskRef)
Returns the blocking task timeout action. |
static XMLGregorianCalendar |
BlockingTask.getTimeoutDate(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType blockingTaskRef)
Returns the blocking task timeout date. |
static com.vmware.vcloud.api.rest.schema.ReferenceType |
BlockingTask.getUserReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType blockingTaskRef)
Returns the user reference. |
VcloudAdminExtensionSettings |
VcloudAdminExtension.getVcloudAdminExtensionSettings()
Returns the VcloudAdminExtensionSettings (General, Notifications, Amqp, BlockingTask, Approval settings). |
HashMap<String,com.vmware.vcloud.api.rest.schema.extension.VmObjectRefType> |
VMWVimServer.getVms()
Retrieves the vm's in the VimServer by name |
HashMap<String,com.vmware.vcloud.api.rest.schema.extension.VmObjectRefType> |
VMWVimServer.getVms(int page)
Retrieves the vm's in the VimServer by name |
HashMap<String,com.vmware.vcloud.api.rest.schema.extension.VmObjectRefType> |
VMWVimServer.getVms(int page,
int pageSize)
Retrieves the vm's in the VimServer by name |
ReferenceResult |
VMWProviderVdc.getVMs(String resourcePoolMoref)
List the VMs on a resource pool. |
static HashMap<String,com.vmware.vcloud.api.rest.schema.extension.VmObjectRefType> |
VMWVimServer.getVms(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vimServerRef)
Returns the list of vms |
static HashMap<String,com.vmware.vcloud.api.rest.schema.extension.VmObjectRefType> |
VMWVimServer.getVms(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vimServerRef,
int page)
Returns the list of vms |
static HashMap<String,com.vmware.vcloud.api.rest.schema.extension.VmObjectRefType> |
VMWVimServer.getVms(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vimServerRef,
int page,
int pageSize)
Returns the list of vms |
static VMWDatastore |
VMWDatastore.getVMWDatastoreById(VcloudClient client,
String vCloudId)
Get VMWDatastore helper using the vCloud ID |
static VMWDatastore |
VMWDatastore.getVMWDatastoreByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType reference)
Returns the VMWDatastore Helper for the given datastore reference |
List<com.vmware.vcloud.api.rest.schema.ReferenceType> |
VcloudAdminExtension.getVMWDatastoreRefs()
Returns a Collection of VMWDatastore refs. |
static VMWExternalNetwork |
VMWExternalNetwork.getVMWExternalNetworkById(VcloudClient client,
String vCloudId)
Get VMWExternalNetwork helper using the vCloud ID |
static VMWExternalNetwork |
VMWExternalNetwork.getVMWExternalNetworkByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType reference)
Returns the VMWExternalNetwork Helper for the given ExternalNetwork reference |
HashMap<String,com.vmware.vcloud.api.rest.schema.ReferenceType> |
VcloudAdminExtension.getVMWExternalNetworkRefsByName()
Returns a HaspMap of the VMWExternalNetworkRefs By Name |
static VMWHost |
VMWHost.getVMWHostById(VcloudClient client,
String vCloudId)
Get VMWHost helper using the vCloud ID |
static VMWHost |
VMWHost.getVMWHostByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType reference)
Returns the VMWHost Helper for the given vmw host reference |
HashMap<String,com.vmware.vcloud.api.rest.schema.ReferenceType> |
VMWVimServer.getVMWHostRefsByName()
Returns a HashMap of the VMWHostReferences By Name |
HashMap<String,com.vmware.vcloud.api.rest.schema.ReferenceType> |
VcloudAdminExtension.getVMWHostRefsByName()
Returns a HashMap of the VMWHostRefs By Name |
static HashMap<String,com.vmware.vcloud.api.rest.schema.ReferenceType> |
VMWVimServer.getVMWHostRefsByName(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vimServerRef)
Returns a HashMap of the VMWHostReferences By Name |
static VMWNetworkPool |
VMWNetworkPool.getVMWNetworkPoolById(VcloudClient client,
String vCloudId)
Get VMWNetworkPool helper using the vCloud ID |
static VMWNetworkPool |
VMWNetworkPool.getVMWNetworkPoolByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType reference)
Returns the VMWNetworkPool Helper for the given network pool reference |
HashMap<String,com.vmware.vcloud.api.rest.schema.ReferenceType> |
VcloudAdminExtension.getVMWNetworkPoolRefsByName()
Returns a HashMap of the VMWNetworkPoolRefs By Name |
static VMWProviderVdc |
VMWProviderVdc.getVMWProviderVdcById(VcloudClient client,
String vCloudId)
Get VMWProviderVdc helper using the vCloud ID |
static VMWProviderVdc |
VMWProviderVdc.getVMWProviderVdcByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType reference)
Returns the VMWProviderVdc Helper for the given provider vdc reference |
com.vmware.vcloud.api.rest.schema.ReferenceType |
VMWProviderVdcStorageProfile.getVMWProviderVdcReference()
Returns the Parent VMWProviderVdc ReferenceType. |
HashMap<String,com.vmware.vcloud.api.rest.schema.ReferenceType> |
VcloudAdminExtension.getVMWProviderVdcRefsByName()
Returns a HashMap of the VMWProviderVdcRefs By Name |
static VMWProviderVdcStorageProfile |
VMWProviderVdcStorageProfile.getVMWProviderVdcStorageProfileByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vmwProviderVdcStorageProfileRef)
Get VMWProviderVdcStorageProfile for the given VMWProviderVdcStorageProfile reference |
List<com.vmware.vcloud.api.rest.schema.ReferenceType> |
VMWProviderVdc.getVMWProviderVdcStorageProfileRefs()
Returns a list of all the vmw provider vdc storage profile references. |
List<com.vmware.vcloud.api.rest.schema.extension.VMWStorageProfileType> |
VMWVimServer.getVMWStorageProfiles()
Returns a list of all the storage profiles in this vmw vimserver. |
static VMWVdcTemplate |
VMWVdcTemplate.getVMWVdcTemplateById(VcloudClient client,
String vCloudId)
Get VMWVdcTemplate helper using the vCloud ID |
static VMWVdcTemplate |
VMWVdcTemplate.getVMWVdcTemplateByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType reference)
Returns the VMWVdcTemplate Helper for the given vdc Template reference |
List<com.vmware.vcloud.api.rest.schema.ReferenceType> |
VcloudAdminExtension.getVMWVdcTemplateRefs()
Returns a Collection of VMWVdcTemplate refs. |
com.vmware.vcloud.api.rest.schema.VendorServicesType |
VMWNetworkPool.getVMWVendorServices()
Retrieve services associated with this network pool |
static VMWVimServer |
VMWVimServer.getVMWVimServerById(VcloudClient client,
String vCloudId)
Get VMWVimServer helper using the vCloud ID |
static VMWVimServer |
VMWVimServer.getVMWVimServerByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vmwVimServerRef)
Retrieves the VimServer helper by reference |
HashMap<String,com.vmware.vcloud.api.rest.schema.ReferenceType> |
VcloudAdminExtension.getVMWVimServerRefsByName()
Returns a HashMap of the VMWVimServerRefs By Name |
com.vmware.vcloud.api.rest.schema.extension.ShieldManagerType |
VMWVimServer.getvShieldManager()
Returns the vShieldManger properties. |
String |
VMWVimServer.getvSphereWebClientUrl(String vimObjectType,
String vimObjectMoref)
Retrieve the vSphere URL of an object. |
Media |
VMWVimServer.importMedia(com.vmware.vcloud.api.rest.schema.extension.ImportMediaParamsType importMediaParamsType)
Imports Media. |
Vapp |
VMWVimServer.importVmAsVApp(com.vmware.vcloud.api.rest.schema.extension.ImportVmAsVAppParamsType importVmAsVAppParamsType)
Imports VM from the vim server as Vapp |
VappTemplate |
VMWVimServer.importVmAsVAppTemplate(com.vmware.vcloud.api.rest.schema.extension.ImportVmAsVAppTemplateParamsType importVmAsVAppTemplateParamsType)
Imports VM from vim server as VappTemplate |
Task |
VMWVimServer.importVmIntoVApp(com.vmware.vcloud.api.rest.schema.extension.ImportVmIntoExistingVAppParamsType importVmIntoVAppParamsType)
Imports VM from the vim server into an existing Vapp. |
boolean |
VcloudAdminExtension.isAuthorized(com.vmware.vcloud.api.rest.schema.extension.AuthorizationCheckParamsType authorizationCheckParamsType)
Checks user authorization for all services with enabled authorization, URL and request verb. |
static Boolean |
VcloudAdminExtensionSettings.isNotificationsEnabled(VcloudClient client)
Returns the Notifications settings of the vcloud system |
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 |
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultAdminOrgNetworkRecordType> |
ExtensionQueryService.queryAllOrgNetworkIdRecords()
Deprecated. API 5.1, SDK 5.1 |
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultAdminOrgNetworkRecordType> |
ExtensionQueryService.queryAllOrgNetworkIdRecords(QueryParams<QueryAdminOrgNetworkField> queryParams)
Deprecated. API 5.1, SDK 5.1 |
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultAdminOrgNetworkRecordType> |
ExtensionQueryService.queryAllOrgNetworkRecords()
Deprecated. API 5.1, SDK 5.1 |
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultAdminOrgNetworkRecordType> |
ExtensionQueryService.queryAllOrgNetworkRecords(QueryParams<QueryAdminOrgNetworkField> queryParams)
Deprecated. API 5.1, SDK 5.1 |
ReferenceResult |
ExtensionQueryService.queryAllOrgNetworkReferences()
Deprecated. API 5.1, SDK 5.1 |
ReferenceResult |
ExtensionQueryService.queryAllOrgNetworkReferences(QueryParams<QueryAdminOrgNetworkField> queryParams)
Deprecated. API 5.1, SDK 5.1 |
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultAdminVdcRecordType> |
ExtensionQueryService.queryAllOrgVdcIdRecords()
Executes a specialized query for retrieving all the org vdc records. |
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultAdminVdcRecordType> |
ExtensionQueryService.queryAllOrgVdcIdRecords(QueryParams<QueryAdminVdcField> queryParams)
Executes a specialized query for retrieving all the org vdc records. |
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultAdminVdcRecordType> |
ExtensionQueryService.queryAllOrgVdcRecords()
Executes a specialized query for retrieving all the org vdc records. |
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultAdminVdcRecordType> |
ExtensionQueryService.queryAllOrgVdcRecords(QueryParams<QueryAdminVdcField> queryParams)
Executes a specialized query for retrieving all the org vdc records. |
ReferenceResult |
ExtensionQueryService.queryAllOrgVdcReferences()
Executes a specialized query for retrieving all the org vdc references. |
ReferenceResult |
ExtensionQueryService.queryAllOrgVdcReferences(QueryParams<QueryAdminVdcField> queryParams)
Executes a specialized query for retrieving all the org vdc references |
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultAdminVAppRecordType> |
ExtensionQueryService.queryAllVappIdRecords()
Executes a specialized query for retrieving all the vapp records. |
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultAdminVAppRecordType> |
ExtensionQueryService.queryAllVappIdRecords(QueryParams<QueryAdminVAppField> queryParams)
Executes a specialized query for retrieving all the vapp records |
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultAdminVAppRecordType> |
ExtensionQueryService.queryAllVappRecords()
Executes a specialized query for retrieving all the vapp records. |
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultAdminVAppRecordType> |
ExtensionQueryService.queryAllVappRecords(QueryParams<QueryAdminVAppField> queryParams)
Executes a specialized query for retrieving all the vapp records |
ReferenceResult |
ExtensionQueryService.queryAllVappReferences()
Executes a specialized query for retrieving all the vapp references. |
ReferenceResult |
ExtensionQueryService.queryAllVappReferences(QueryParams<QueryAdminVAppField> queryParams)
Executes a specialized query for retrieving all the vapp references |
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultDatastoreRecordType> |
ExtensionQueryService.queryDatastoreIdRecords()
Executes a specialized query for retrieving the list of Datastore records. |
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultDatastoreRecordType> |
ExtensionQueryService.queryDatastoreIdRecords(QueryParams<QueryDatastoreField> queryParams)
Executes a specialized query for retrieving the list of Datastore records. |
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultDatastoreRecordType> |
ExtensionQueryService.queryDatastoreRecords()
Executes a specialized query for retrieving the list of Datastore records. |
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultDatastoreRecordType> |
ExtensionQueryService.queryDatastoreRecords(QueryParams<QueryDatastoreField> queryParams)
Executes a specialized query for retrieving the list of Datastore records. |
ReferenceResult |
ExtensionQueryService.queryDatastoreReferences()
Executes a specialized query for retrieving the list of Datastore references. |
ReferenceResult |
ExtensionQueryService.queryDatastoreReferences(QueryParams<QueryDatastoreField> queryParams)
Executes a specialized query for retrieving the list of Datastore references |
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultNetworkRecordType> |
ExtensionQueryService.queryExternalNetworkIdRecords()
Executes a specialized query for retrieving the list of ExternalNetwork records. |
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultNetworkRecordType> |
ExtensionQueryService.queryExternalNetworkIdRecords(QueryParams<QueryNetworkField> queryParams)
Executes a specialized query for retrieving the list of ExternalNetwork records. |
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultNetworkRecordType> |
ExtensionQueryService.queryExternalNetworkRecords()
Executes a specialized query for retrieving the list of ExternalNetwork records. |
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultNetworkRecordType> |
ExtensionQueryService.queryExternalNetworkRecords(QueryParams<QueryNetworkField> queryParams)
Executes a specialized query for retrieving the list of ExternalNetwork records. |
ReferenceResult |
ExtensionQueryService.queryExternalNetworkReferences()
Executes a specialized query for retrieving the list of ExternalNetwork references. |
ReferenceResult |
ExtensionQueryService.queryExternalNetworkReferences(QueryParams<QueryNetworkField> queryParams)
Executes a specialized query for retrieving the list of ExternalNetwork references |
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultHostRecordType> |
ExtensionQueryService.queryHostIdRecords()
Executes a specialized query for retrieving the list of host records. |
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultHostRecordType> |
ExtensionQueryService.queryHostIdRecords(QueryParams<QueryHostField> queryParams)
Executes a specialized query for retrieving the list of host records. |
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultHostRecordType> |
ExtensionQueryService.queryHostRecords()
Executes a specialized query for retrieving the list of host records. |
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultHostRecordType> |
ExtensionQueryService.queryHostRecords(QueryParams<QueryHostField> queryParams)
Executes a specialized query for retrieving the list of host records. |
ReferenceResult |
ExtensionQueryService.queryHostReferences()
Executes a specialized query for retrieving the list of host references. |
ReferenceResult |
ExtensionQueryService.queryHostReferences(QueryParams<QueryHostField> queryParams)
Executes a specialized query for retrieving the list of host references |
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultNetworkPoolRecordType> |
ExtensionQueryService.queryNetworkPoolIdRecords()
Executes a specialized query for retrieving the list of NetworkPool records. |
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultNetworkPoolRecordType> |
ExtensionQueryService.queryNetworkPoolIdRecords(QueryParams<QueryNetworkPoolField> queryParams)
Executes a specialized query for retrieving the list of NetworkPool records. |
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultNetworkPoolRecordType> |
ExtensionQueryService.queryNetworkPoolRecords()
Executes a specialized query for retrieving the list of NetworkPool records. |
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultNetworkPoolRecordType> |
ExtensionQueryService.queryNetworkPoolRecords(QueryParams<QueryNetworkPoolField> queryParams)
Executes a specialized query for retrieving the list of NetworkPool records. |
ReferenceResult |
ExtensionQueryService.queryNetworkPoolReferences()
Executes a specialized query for retrieving the list of NetworkPool references. |
ReferenceResult |
ExtensionQueryService.queryNetworkPoolReferences(QueryParams<QueryNetworkPoolField> queryParams)
Executes a specialized query for retrieving the list of ExternalNetwork references |
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultVMWProviderVdcRecordType> |
ExtensionQueryService.queryProviderVdcIdRecords()
Executes a specialized query for retrieving the list of ProviderVdc records. |
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultVMWProviderVdcRecordType> |
ExtensionQueryService.queryProviderVdcIdRecords(QueryParams<QueryVMWProviderVdcField> queryParams)
Executes a specialized query for retrieving the list of ProviderVdc records. |
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultVMWProviderVdcRecordType> |
ExtensionQueryService.queryProviderVdcRecords()
Executes a specialized query for retrieving the list of ProviderVdc records. |
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultVMWProviderVdcRecordType> |
ExtensionQueryService.queryProviderVdcRecords(QueryParams<QueryVMWProviderVdcField> queryParams)
Executes a specialized query for retrieving the list of ProviderVdc records. |
ReferenceResult |
ExtensionQueryService.queryProviderVdcReferences()
Executes a specialized query for retrieving the list of ProviderVdc references. |
ReferenceResult |
ExtensionQueryService.queryProviderVdcReferences(QueryParams<QueryVMWProviderVdcField> queryParams)
Executes a specialized query for retrieving the list of ProviderVdc references |
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultVirtualCenterRecordType> |
ExtensionQueryService.queryVimServerIdRecords()
Executes a specialized query for retrieving the list of VimServer records. |
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultVirtualCenterRecordType> |
ExtensionQueryService.queryVimServerIdRecords(QueryParams<QueryVirtualCenterField> queryParams)
Executes a specialized query for retrieving the list of VimServer records. |
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultVirtualCenterRecordType> |
ExtensionQueryService.queryVimServerRecords()
Executes a specialized query for retrieving the list of VimServer records. |
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultVirtualCenterRecordType> |
ExtensionQueryService.queryVimServerRecords(QueryParams<QueryVirtualCenterField> queryParams)
Executes a specialized query for retrieving the list of VimServer records. |
ReferenceResult |
ExtensionQueryService.queryVimServerReferences()
Executes a specialized query for retrieving the list of VimServer references. |
ReferenceResult |
ExtensionQueryService.queryVimServerReferences(QueryParams<QueryVirtualCenterField> queryParams)
Executes a specialized query for retrieving the list of VimServer references |
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. |
com.vmware.vcloud.api.rest.schema.extension.ObjectExtensionType |
VcloudAdminExtension.registerObjectExtension(com.vmware.vcloud.api.rest.schema.extension.ObjectExtensionType vmwObjExtension)
Registers a new object extension |
com.vmware.vcloud.api.rest.schema.extension.RegisterVimServerParamsType |
VcloudAdminExtension.registerVMWVimServer(com.vmware.vcloud.api.rest.schema.extension.RegisterVimServerParamsType registerVimServerParamsType)
Register the vimserver. |
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 |
void |
VcloudAdminExtensionSettings.resetAmqpCertificate()
Resets AMQP certificate. |
void |
VcloudAdminExtensionSettings.resetAmqpTruststore()
Resets AMQP truststore. |
void |
VcloudAdminExtensionSettings.resetLdapCertificate()
Resets system LDAP SSL certificate. |
void |
VcloudAdminExtensionSettings.resetLdapKeyStore()
Resets system LDAP keystore. |
void |
VcloudAdminExtensionSettings.resetLdapSspiKeytab()
Resets system LDAP SSPI key tab. |
void |
VcloudAdminExtensionSettings.resetVcTrustsore()
Resets vCenter trust store. |
void |
BlockingTask.resumeOperation(String resumeMessage)
Resumes blocking task and continues with executing underlying operation. |
static void |
BlockingTask.resumeOperation(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType blockingTaskRef,
String resumeMessage)
Resumes blocking task and continues with executing underlying operation. |
void |
VcloudAdminExtensionSettings.setEnableNotifications(Boolean enableNotificationsSetting)
Enable/Disable the vcloud system's notifications settings |
Boolean |
VcloudAdminExtensionSettings.testAmqpConnection()
Test the amqp connection. |
static Boolean |
VcloudAdminExtensionSettings.testAmqpConnection(VcloudClient client,
com.vmware.vcloud.api.rest.schema.extension.AmqpSettingsType amqpSettings)
Test the amqp connection. |
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 |
com.vmware.vcloud.api.rest.schema.CertificateUploadSocketType |
VcloudAdminExtensionSettings.updateAmqpCertificate(com.vmware.vcloud.api.rest.schema.CertificateUpdateParamsType certificateUpdateParamsType)
Updates AMQP certificate. |
com.vmware.vcloud.api.rest.schema.extension.AmqpSettingsType |
VcloudAdminExtensionSettings.updateAmqpSettings(com.vmware.vcloud.api.rest.schema.extension.AmqpSettingsType amqpSettingsType)
Updates the vcloud system's amqp settings |
com.vmware.vcloud.api.rest.schema.TrustStoreUploadSocketType |
VcloudAdminExtensionSettings.updateAmqpTruststore(com.vmware.vcloud.api.rest.schema.TrustStoreUpdateParamsType trustStoreUpdateParamsType)
Updates AMQP trust store. |
com.vmware.vcloud.api.rest.schema.extension.BlockingTaskSettingsType |
VcloudAdminExtensionSettings.updateBlockingTaskSettings(com.vmware.vcloud.api.rest.schema.extension.BlockingTaskSettingsType blockingTaskSettingsType)
Updates the vcloud system's blocking task settings |
com.vmware.vcloud.api.rest.schema.extension.BrandingSettingsType |
VcloudAdminExtensionSettings.updateBrandingSettings(com.vmware.vcloud.api.rest.schema.extension.BrandingSettingsType brandingSettingsType)
Updates the vcloud system's branding settings |
com.vmware.vcloud.api.rest.schema.extension.CatalogSettingsType |
VcloudAdminExtensionSettings.updateCatalogSettings(com.vmware.vcloud.api.rest.schema.extension.CatalogSettingsType catalogSettingsParams)
Update catalog settings details. |
com.vmware.vcloud.api.rest.schema.ControlAccessParamsType |
VMWVdcTemplate.updateControlAccess(com.vmware.vcloud.api.rest.schema.ControlAccessParamsType controlAccessParams)
Update Vdc Template Control access |
com.vmware.vcloud.api.rest.schema.extension.EmailSettingsType |
VcloudAdminExtensionSettings.updateEmailSettings(com.vmware.vcloud.api.rest.schema.extension.EmailSettingsType emailSettingsType)
Updates the vcloud system's email settings |
List<BlockingTaskOperationType> |
VcloudAdminExtensionSettings.updateEnabledBlockingTaskOperations(List<BlockingTaskOperationType> enabledBlockingTaskOperations)
Updates the list of operations for extension. |
com.vmware.vcloud.api.rest.schema.extension.GeneralSettingsType |
VcloudAdminExtensionSettings.updateGeneralSettings(com.vmware.vcloud.api.rest.schema.extension.GeneralSettingsType generalSettingsType)
Updates the vcloud system's general settings |
com.vmware.vcloud.api.rest.schema.extension.KerberosSettingsType |
VcloudAdminExtensionSettings.updateKerberosSettings(com.vmware.vcloud.api.rest.schema.extension.KerberosSettingsType kerberosSettingsType)
Updates the vcloud system's Kerberos settings |
com.vmware.vcloud.api.rest.schema.CertificateUploadSocketType |
VcloudAdminExtensionSettings.updateLdapCertificate(com.vmware.vcloud.api.rest.schema.CertificateUpdateParamsType certificateUpdateParamsType)
Updates system LDAP SSL certificate. |
com.vmware.vcloud.api.rest.schema.KeystoreUploadSocketType |
VcloudAdminExtensionSettings.updateLdapKeyStore(com.vmware.vcloud.api.rest.schema.KeystoreUpdateParamsType keystoreUpdateParamsType)
Updates system LDAP keystore. |
com.vmware.vcloud.api.rest.schema.extension.LdapSettingsType |
VcloudAdminExtensionSettings.updateLdapSettings(com.vmware.vcloud.api.rest.schema.extension.LdapSettingsType ldapSettingsType)
Deprecated. API 5.1, SDK 5.1 |
com.vmware.vcloud.api.rest.schema.SspiKeytabUploadSocketType |
VcloudAdminExtensionSettings.updateLdapSspiKeytab(com.vmware.vcloud.api.rest.schema.SspiKeytabUpdateParamsType sspiKeytabUpdateParamsType)
Updates system LDAP SSPI key tab. |
com.vmware.vcloud.api.rest.schema.extension.LicenseType |
VcloudAdminExtensionSettings.updateLicenseSettings(com.vmware.vcloud.api.rest.schema.extension.LicenseType licenseType)
Updates the vcloud system's license settings |
Task |
VcloudAdminExtensionSettings.updateLookupService(com.vmware.vcloud.api.rest.schema.extension.LookupServiceParamsType lookupServiceParams)
Deprecated. API 5.1, SDK 5.1 |
com.vmware.vcloud.api.rest.schema.extension.ObjectExtensionType |
ObjectExtension.updateObjectExtension(com.vmware.vcloud.api.rest.schema.extension.ObjectExtensionType objectExtension)
Updates a registered object extension. |
com.vmware.vcloud.api.rest.schema.extension.OperationLimitsSettingsType |
VcloudAdminExtension.updateOperationLimitsSettings(com.vmware.vcloud.api.rest.schema.extension.OperationLimitsSettingsType operationLimitsSettingsType)
Update OperationLimitsSettings |
com.vmware.vcloud.api.rest.schema.extension.SystemPasswordPolicySettingsType |
VcloudAdminExtensionSettings.updatePasswordPolicySettings(com.vmware.vcloud.api.rest.schema.extension.SystemPasswordPolicySettingsType passwordPolicySettingsType)
Updates the vcloud system's PasswordPolicy settings |
BlockingTask |
BlockingTask.updateProgress(String updateMessage)
Update the progress of a blocking task operation. |
BlockingTask |
BlockingTask.updateProgress(String updateMessage,
long timeout)
Update the progress of a blocking task operation. |
static BlockingTask |
BlockingTask.updateProgress(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType blockingTaskRef,
String updateMessage)
Update the progress of a blocking task operation. |
static BlockingTask |
BlockingTask.updateProgress(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType blockingTaskRef,
String updateMessage,
long timeout)
Update the progress of a blocking task operation. |
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. |
com.vmware.vcloud.api.rest.schema.extension.SystemSettingsType |
VcloudAdminExtensionSettings.updateSystemSettings(com.vmware.vcloud.api.rest.schema.extension.SystemSettingsType systemSettingsType)
Updates the vcloud system settings |
com.vmware.vcloud.api.rest.schema.extension.VcTrustStoreUploadSocketType |
VcloudAdminExtensionSettings.updateVcTrustsore(com.vmware.vcloud.api.rest.schema.extension.VcTrustStoreUpdateParamsType vcTrustStoreUpdateParamsType)
Updates vCenter trust store. |
VMWDatastore |
VMWDatastore.updateVMWDatastore(com.vmware.vcloud.api.rest.schema.extension.DatastoreType vmwDatastoreType)
Update the VMWDatastore |
VMWExternalNetwork |
VMWExternalNetwork.updateVMWExternalNetwork(com.vmware.vcloud.api.rest.schema.extension.VMWExternalNetworkType vmwExternalNetworkType)
Update the VMWExternalNetwork |
VMWNetworkPool |
VMWNetworkPool.updateVMWNetworkPool(com.vmware.vcloud.api.rest.schema.extension.VMWNetworkPoolType vmwNetworkPoolType)
Update the VMWNetworkPool |
VMWProviderVdc |
VMWProviderVdc.updateVMWProviderVdc(com.vmware.vcloud.api.rest.schema.extension.VMWProviderVdcType vmwProviderVdcType)
Update the VMWProviderVdc |
VMWProviderVdcStorageProfile |
VMWProviderVdcStorageProfile.updateVMWProviderVdcStorageProfile(com.vmware.vcloud.api.rest.schema.extension.VMWProviderVdcStorageProfileType vmwProviderVdcStorageProfileResource)
Update the VMWProviderVdc storage profile. |
Task |
VMWProviderVdc.updateVMWProviderVdcStorageProfiles(List<String> addStorageProfiles,
List<com.vmware.vcloud.api.rest.schema.ReferenceType> removeStorageProfiles)
Updating the provider vdc storage profiles. |
VMWVdcTemplate |
VMWVdcTemplate.updateVMWVdcTemplate(com.vmware.vcloud.api.rest.schema.extension.VMWVdcTemplateType vmwVdcTemplateType)
Update the VMWVdcTemplate |
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 |
void |
VcloudAdminExtension.uploadLocalizationBundle(com.vmware.vcloud.api.rest.schema.extension.BundleUploadParamsType bundleUploadParamsType,
InputStream inputStream)
Upload the localization bundle. |
void |
VcloudAdminExtension.uploadLocalizationBundle(String localFileLocation,
String serviceNamespace)
Upload the localization bundle. |
| Constructors in com.vmware.vcloud.sdk.admin.extensions that throw VCloudException | |
|---|---|
VcloudAdminExtension(VcloudClient client)
Constructor for creating the Vcloud Admin Extension |
|
| Uses of VCloudException in com.vmware.vcloud.sdk.admin.extensions.service |
|---|
| Methods in com.vmware.vcloud.sdk.admin.extensions.service that throw VCloudException | |
|---|---|
AdminApiDefinition |
AdminService.createAdminApiDefinition(com.vmware.vcloud.api.rest.schema.extension.AdminApiDefinitionType apiDefinitionParams)
Creates API definition. |
AdminApiFilter |
AdminService.createAdminApiFilter(com.vmware.vcloud.api.rest.schema.extension.ApiFilterType apiFilterParams)
Creates Api filter. |
AdminFileDescriptor |
AdminApiDefinition.createAdminFileDescriptor(com.vmware.vcloud.api.rest.schema.extension.AdminFileDescriptorType fileDescParams)
Creates file descriptor. |
AdminServiceLink |
AdminService.createAdminLink(com.vmware.vcloud.api.rest.schema.extension.AdminServiceLinkType serviceLinkParams)
Create service link. |
AdminApiFilter |
AdminService.createResponseContentFilter(String responseContentType)
Adding an API Response Content Filter pattern is added. |
Right |
AdminService.createRight(com.vmware.vcloud.api.rest.schema.RightType rightType)
Registers right to the rights managed by this extension service. |
Right |
AdminService.createRight(String rightName,
String rightDescription,
String rightCategory,
String bundleKey,
String operationKey,
String serviceNamespace)
Creating a new right for managing the extension/service. |
AdminServiceLink |
AdminService.createServiceLink(String linkHref,
String relation,
String resourceType,
String mimeType,
String resourceId)
Creating a service link. |
AdminApiFilter |
AdminService.createURLFilter(List<String> urlPatterns)
An API URL filter pattern is added for this service. |
void |
AdminAclRule.delete()
Delete the acl rule |
void |
AdminServiceResource.delete()
Delete the service resource |
void |
AdminResourceClassAction.delete()
Delete the resource class action |
void |
AdminResourceClass.delete()
Delete the resource class |
void |
AdminApiDefinition.delete()
Delete the api definition |
void |
AdminService.delete()
Delete the vcloud extension/service |
void |
AdminFileDescriptor.delete()
Delete the file descriptor |
void |
AdminApiFilter.delete()
Delete the Api filter |
void |
AdminServiceLink.delete()
Delete the service link |
AdminService |
AdminService.disable()
Disable the extension/service |
static AdminAclRule |
AdminAclRule.getAdminAclRuleById(VcloudClient client,
String vCloudId)
Get acl rule helper using the vCloud ID |
static AdminAclRule |
AdminAclRule.getAdminAclRuleByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType reference)
Returns the acl rule Helper for the given acl rule reference |
ReferenceResult |
AdminResourceClassAction.getAdminAclRuleRefs()
List registered resource class ACL rule for extension service. |
static AdminApiDefinition |
AdminApiDefinition.getAdminApiDefinitionById(VcloudClient client,
String vCloudId)
Get Api definition helper using the vCloud ID |
static AdminApiDefinition |
AdminApiDefinition.getAdminApiDefinitionByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType reference)
Returns the Api Definition Helper for the given api definition reference |
ReferenceResult |
AdminService.getAdminApiDefinitionRefs()
Returns the list of all the service api definition references. |
ReferenceResult |
AdminService.getAdminApiFilterRefs()
Returns the list of all the Api filter references. |
static AdminFileDescriptor |
AdminFileDescriptor.getAdminFileDescriptorById(VcloudClient client,
String vCloudId)
Get FileDescriptor helper using the vCloud ID |
static AdminFileDescriptor |
AdminFileDescriptor.getAdminFileDescriptorByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType reference)
Returns the file descriptor Helper for the given file descriptor reference |
ReferenceResult |
AdminApiDefinition.getAdminFileDescriptorRefs()
Returns all file descriptors references for the API definition. |
ReferenceResult |
AdminService.getAdminLinkRefs()
Returns the list of all the service link references. |
static AdminResourceClassAction |
AdminResourceClassAction.getAdminResourceClassActionById(VcloudClient client,
String vCloudId)
Get Resource class action helper using the vCloud ID |
static AdminResourceClassAction |
AdminResourceClassAction.getAdminResourceClassActionByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType reference)
Returns the Resource class Action Helper for the given resource class action reference |
com.vmware.vcloud.api.rest.schema.ReferenceType |
AdminAclRule.getAdminResourceClassActionReference()
Returns the resource class action reference. |
ReferenceResult |
AdminResourceClass.getAdminResourceClassActionRefs()
List registered resource class actions for extension service. |
static AdminResourceClass |
AdminResourceClass.getAdminResourceClassById(VcloudClient client,
String vCloudId)
Get Resource class helper using the vCloud ID |
static AdminResourceClass |
AdminResourceClass.getAdminResourceClassByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType reference)
Returns the Resource class Helper for the given resource class reference |
com.vmware.vcloud.api.rest.schema.ReferenceType |
AdminServiceResource.getAdminResourceClassReference()
Returns the resource class reference. |
com.vmware.vcloud.api.rest.schema.ReferenceType |
AdminResourceClassAction.getAdminResourceClassReference()
Returns the resource class reference. |
ReferenceResult |
AdminService.getAdminResourceClassRefs()
Returns the list of all the resource class references. |
static AdminService |
AdminService.getAdminServiceById(VcloudClient client,
String vCloudId)
Get Service helper using the vCloud ID |
static AdminService |
AdminService.getAdminServiceByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType reference)
Returns the Service Helper for the given service reference |
static AdminServiceLink |
AdminServiceLink.getAdminServiceLinkById(VcloudClient client,
String vCloudId)
Get ServiceLink helper using the vCloud ID |
static AdminServiceLink |
AdminServiceLink.getAdminServiceLinkByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType reference)
Returns the Service Link Helper for the given service link reference |
com.vmware.vcloud.api.rest.schema.ReferenceType |
AdminResourceClass.getAdminServiceReference()
Returns the service reference. |
com.vmware.vcloud.api.rest.schema.ReferenceType |
AdminApiDefinition.getAdminServiceReference()
Returns the service reference. |
com.vmware.vcloud.api.rest.schema.ReferenceType |
AdminServiceLink.getAdminServiceReference()
Returns the service reference. |
static AdminServiceResource |
AdminServiceResource.getAdminServiceResourceById(VcloudClient client,
String vCloudId)
Get service resource helper using the vCloud ID |
static AdminServiceResource |
AdminServiceResource.getAdminServiceResourceByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType reference)
Returns the service resource Helper for the given resource class action reference |
ReferenceResult |
AdminResourceClass.getAdminServiceResourceRefs()
List registered service resources for extension service. |
com.vmware.vcloud.api.rest.schema.ReferenceType |
AdminFileDescriptor.getApiDefinitionReference()
Returns the api definition reference. |
static AdminApiFilter |
AdminApiFilter.getApiFilterById(VcloudClient client,
String vCloudId)
Get ApiFilter helper using the vCloud ID |
static AdminApiFilter |
AdminApiFilter.getApiFilterByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType reference)
Returns the Api filter Helper for the given Api filter reference |
List<com.vmware.vcloud.api.rest.schema.ReferenceType> |
AdminService.getRightRefs()
Gives the rights registered by this extension service. |
com.vmware.vcloud.api.rest.schema.ReferenceType |
AdminApiFilter.getServiceReference()
Returns the service reference. |
boolean |
AdminService.isAuthorized(com.vmware.vcloud.api.rest.schema.extension.AuthorizationCheckParamsType authorizationCheckParamsType)
Checks user authorization for service, URL and request verb. |
AdminAclRule |
AdminResourceClassAction.registerACLRule(String ruleName,
com.vmware.vcloud.api.rest.schema.extension.AclAccessType serviceAclAccess,
com.vmware.vcloud.api.rest.schema.extension.AclAccessType orgAccess,
com.vmware.vcloud.api.rest.schema.extension.AclAccessType principalAccess)
Creating an ACL rule for the resource class action. |
AdminAclRule |
AdminResourceClassAction.registerAdminAclRule(com.vmware.vcloud.api.rest.schema.extension.AclRuleType aclRuleParams)
Registers resource class ACL rule for extension service. |
AdminResourceClass |
AdminService.registerAdminResourceClass(com.vmware.vcloud.api.rest.schema.extension.ResourceClassType resourceClassParams)
Registers resource class for extension service. |
AdminResourceClassAction |
AdminResourceClass.registerAdminResourceClassAction(com.vmware.vcloud.api.rest.schema.extension.ResourceClassActionType resourceClasaActionParams)
Registers resource class action for extension service. |
AdminServiceResource |
AdminResourceClass.registerAdminServiceResource(com.vmware.vcloud.api.rest.schema.extension.ServiceResourceType serviceResParams)
Registers service resource for extension service. |
AdminResourceClass |
AdminService.registerResourceClass(String name,
String type,
String nid,
String urlTemplate,
String urnPattern,
String mimeType)
Creating a new resource class. |
AdminResourceClassAction |
AdminResourceClass.registerResourceClassAction(String actionName,
String actionHttpMethod,
String actionURLPattern,
String actionOperationKey)
Creating an action which can be performed on the resource. |
AdminService |
AdminService.updateAdminService(com.vmware.vcloud.api.rest.schema.extension.AdminServiceType serviceParams)
Update the vcloud extension/service. |
| Uses of VCloudException in com.vmware.vcloud.sdk.exception |
|---|
| Subclasses of VCloudException in com.vmware.vcloud.sdk.exception | |
|---|---|
class |
ResourceNotAddedException
SDK Exception thrown when the created resource(media/vapptemplate) is not added to the catalog via. |
class |
UnauthorizedAccessException
SDK Exception thrown when an unautorized login attempt is made. |
| Constructors in com.vmware.vcloud.sdk.exception with parameters of type VCloudException | |
|---|---|
ResourceNotAddedException(VCloudException vcloudException,
com.vmware.vcloud.api.rest.schema.ReferenceType resourceRef)
Constructor for the ResourceNotAddedException |
|
| Uses of VCloudException in com.vmware.vcloud.sdk.maas |
|---|
| Methods in com.vmware.vcloud.sdk.maas that throw VCloudException | |
|---|---|
com.vmware.vcloud.api.rest.schema.EntityLinkType |
Notification.getBlockingTaskLink()
Deprecated. If the notification is for blocking operation, returns the blocking request link. |
com.vmware.vcloud.api.rest.schema.EntityLinkType |
Notification.getEntityLink()
Deprecated. Returns the entity link. |
EntityType |
Notification.getEntityLinkType()
Deprecated. Returns the notification entity link type. |
EventType |
Notification.getNotificationEventType()
Deprecated. Returns the notification event type. |
Map<String,Object> |
Notification.getNotificationHeaders()
Deprecated. Returns the Notification Headers. |
com.vmware.vcloud.api.rest.schema.EntityLinkType |
Notification.getOrgLink()
Deprecated. Returns the organization link. |
com.vmware.vcloud.api.rest.schema.EntityLinkType |
Notification.getTaskOwnerLink()
Deprecated. Returns the taskOwner link. |
EntityType |
Notification.getTaskOwnerLinkType()
Deprecated. Returns the notification task owner link type. |
com.vmware.vcloud.api.rest.schema.EntityLinkType |
Notification.getUserLink()
Deprecated. Returns the user link. |
Boolean |
Notification.isBlockingTask()
Deprecated. Check if this Notification is a Blocking task. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||