|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VcloudClient | |
|---|---|
| com.vmware.vcloud.sdk | |
| com.vmware.vcloud.sdk.admin | |
| com.vmware.vcloud.sdk.admin.extensions | |
| com.vmware.vcloud.sdk.admin.extensions.service | |
| Uses of VcloudClient in com.vmware.vcloud.sdk |
|---|
| Methods in com.vmware.vcloud.sdk with parameters of type VcloudClient | ||
|---|---|---|
static void |
Task.cancelTask(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType taskReference)
Canceling a task. |
|
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. |
|
static Task |
VM.checkCompliance(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vmRef)
Perform storage profile compliance check 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. |
|
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. |
|
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. |
|
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. |
|
static Task |
Media.deleteMedia(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType mediaRef)
1. |
|
static Task |
Metadata.deleteMetadataEntry(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType entityRef,
String key)
Deletes a specific metadata entry. |
|
static Task |
VappTemplate.deleteVappTemplate(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vAppTemplateRef)
1. |
|
static Task |
AbstractVapp.deploy(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType ref,
boolean powerOn,
int lease,
boolean forceCustomization)
Deploy VAPP/VM. |
|
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 |
|
static void |
Vapp.disableMaintenance(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vappRef)
Disable vApp from Maintenance mode. |
|
static Task |
VM.disableNestedHypervisor(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vmRef)
Disable the nested hypervisor feature on this vm. |
|
static Task |
AbstractVapp.discardSuspend(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType ref)
Discard the Suspended State of a vApp or Virtual Machine |
|
static InputStream |
RestUtil.downloadFile(VcloudClient client,
String downloadURL)
Returns the inputstream of the specified downloadURL. |
|
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 |
|
static void |
Vapp.enableMaintenance(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vappRef)
Enable vApp for Maintenance mode. |
|
static Task |
VM.enableNestedHypervisor(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vmRef)
Enable the nested hypervisor feature on this vm. |
|
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. |
|
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 |
|
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. |
|
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. |
|
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 |
|
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 |
|
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 |
|
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 |
|
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. |
|
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 |
|
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 |
|
static List<VirtualMedia> |
VM.getMedias(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vmRef)
Returns VirtualMedia Item for the given VM Ref |
|
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 |
|
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. |
|
static String |
Metadata.getMetadataEntry(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType entityRef,
String key)
Returns a specific metadata entry. |
|
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 |
|
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 |
|
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 |
|
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 |
|
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. |
|
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 |
|
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 |
|
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 |
|
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 |
|
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. |
|
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 |
|
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 |
|
static com.vmware.vcloud.api.rest.schema.SnapshotSectionType |
AbstractVapp.getSnapshotSection(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vappRef)
Returns the SnapshotSection |
|
static com.vmware.vcloud.api.rest.schema.ovf.StartupSectionType |
Vapp.getStartUpSection(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vappRef)
Returns the StartupSection |
|
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. |
|
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. |
|
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 |
|
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. |
|
static VdcStorageProfile |
VdcStorageProfile.getVdcStorageProfileByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vdcStorageProfileRef)
Get VdcStorageProfile for the given VdcStorageProfile 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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
static Task |
VM.installVMwareTools(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vmRef)
Installs VMware tools to the virtual machine. |
|
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 |
|
static Task |
AbstractVapp.powerOff(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType ref)
Power off 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 |
|
static Task |
AbstractVapp.reboot(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType ref)
Reboot VAPP/VM |
|
static Task |
VM.reloadFromVC(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vmRef)
Reloads VM state from VC. |
|
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 |
|
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. |
|
static Task |
AbstractVapp.reset(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType ref)
Reset VAPP/VM. |
|
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. |
|
static Task |
AbstractVapp.shutdown(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType ref)
Shutdown VAPP/VM gracefully. |
|
static Task |
AbstractVapp.suspend(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType ref)
Suspend VAPP/VM. |
|
static Task |
AbstractVapp.undeploy(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType ref,
UndeployPowerActionType undeployPowerAction)
Undeploys the vApp/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. |
|
static Task |
Metadata.updateMetadataEntry(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType entityRef,
String key,
String value)
Updates a specific metadata entry. |
|
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 |
|
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 |
|
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. |
|
| Constructors in com.vmware.vcloud.sdk with parameters of type VcloudClient | |
|---|---|
AllocatedIpAddress(VcloudClient client,
com.vmware.vcloud.api.rest.schema.AllocatedIpAddressType resourceType)
Constructing the AllocatedIpAddress using AllocatedIpAddressType |
|
CatalogItem(VcloudClient client,
com.vmware.vcloud.api.rest.schema.CatalogItemType catalogItemType_v1_5)
Constructor to create a CatalogItem |
|
Media(VcloudClient client,
com.vmware.vcloud.api.rest.schema.MediaType mediaResource_v1_5)
Constructor to create the Media. |
|
Metadata(VcloudClient client,
com.vmware.vcloud.api.rest.schema.MetadataType metadataType)
Default access constructor for creating a Metadata helper class |
|
Service(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ServiceType serviceResource)
Default access constructor for creating a service helper class |
|
Task(VcloudClient client,
com.vmware.vcloud.api.rest.schema.TaskType taskResource_v1_5)
Constructor to create the Task. |
|
Vapp(VcloudClient client,
com.vmware.vcloud.api.rest.schema.VAppType vAppType)
Constructor for creating a vapp. |
|
VappTemplate(VcloudClient client,
com.vmware.vcloud.api.rest.schema.VAppTemplateType vAppTemplateType_v1_5)
Constructor to create a vapp template |
|
| Uses of VcloudClient in com.vmware.vcloud.sdk.admin |
|---|
| Methods in com.vmware.vcloud.sdk.admin with parameters of type VcloudClient | |
|---|---|
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. |
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 |
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 |
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 |
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. |
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 |
static AdminVdcStorageProfile |
AdminVdcStorageProfile.getAdminVdcStorageProfileByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType adminVdcStorageProfileRef)
Get AdminVdcStorageProfile for the given AdminVdcStorageProfile reference |
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. |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
static com.vmware.vcloud.api.rest.schema.OrgSettingsType |
AdminOrganization.getOrgSettings(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType adminOrgReference)
Retrieves the organization settings |
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 |
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 |
static ProviderVdcStorageProfile |
ProviderVdcStorageProfile.getProviderVdcStorageProfileByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType providerVdcStorageProfileRef)
Get ProviderVdcStorageProfile for the given ProviderVdcStorageProfile reference |
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 |
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 |
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. |
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. |
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 |
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 |
static Task |
AdminOrgNetwork.syncSyslogServer(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType adminOrgNetworkReference)
Deprecated. Synchronizes the syslog server settings with the system defaults. |
static void |
User.takeOwnership(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType userRef)
Takes ownership of specified user's vApps, media, and catalogs. |
static void |
User.unlock(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType userRef)
Unlocks the user. |
| Constructors in com.vmware.vcloud.sdk.admin with parameters of type VcloudClient | |
|---|---|
AuditEvent(VcloudClient client,
com.vmware.vcloud.api.rest.schema.AuditEventType auditEventType)
Constructor to create a AuditEvent |
|
Right(VcloudClient client,
com.vmware.vcloud.api.rest.schema.RightType rightType)
Constructor to create the Right |
|
VcloudAdmin(VcloudClient client)
Default Parameterized Constructor. |
|
| Uses of VcloudClient in com.vmware.vcloud.sdk.admin.extensions |
|---|
| Methods in com.vmware.vcloud.sdk.admin.extensions with parameters of type VcloudClient | |
|---|---|
static void |
BlockingTask.abortOperation(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType blockingTaskRef,
String abortMessage)
This operation aborts blocking task. |
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 |
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 |
static Task |
VMWHost.disableHost(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vmwHostRef)
Disable the Host |
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 |
static Task |
VMWHost.enableHost(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vmwHostRef)
Enable the Host |
static void |
BlockingTask.failOperation(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType blockingTaskRef,
String failMessage)
This operation fails blocking task. |
static Task |
StrandedItem.forceDelete(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType strandedItemRef)
Force delete the stranded item. |
static Task |
VMWVimServer.forceVMWVimServerReconnect(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vmwVimServerRef)
Forcing the vimserver reconnect |
static com.vmware.vcloud.api.rest.schema.extension.AmqpSettingsType |
VcloudAdminExtensionSettings.getAmqpSettings(VcloudClient client)
Returns the Amqp settings of the vcloud system |
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 |
static com.vmware.vcloud.api.rest.schema.extension.BlockingTaskSettingsType |
VcloudAdminExtensionSettings.getBlockingTaskSettings(VcloudClient client)
Returns global blocking task settings. |
static com.vmware.vcloud.api.rest.schema.extension.BrandingSettingsType |
VcloudAdminExtensionSettings.getBrandingSettings(VcloudClient client)
Returns the Branding settings of the vcloud system |
static com.vmware.vcloud.api.rest.schema.extension.CatalogSettingsType |
VcloudAdminExtensionSettings.getCatalogSettings(VcloudClient client)
Retrieve vCloud Director catalog setting details. |
static XMLGregorianCalendar |
BlockingTask.getCreatedDate(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType blockingTaskRef)
Returns the blocking task created date. |
static com.vmware.vcloud.api.rest.schema.extension.EmailSettingsType |
VcloudAdminExtensionSettings.getEmailSettings(VcloudClient client)
Returns the Email settings of the vcloud system |
static List<BlockingTaskOperationType> |
VcloudAdminExtensionSettings.getEnabledBlockingTaskOperations(VcloudClient client)
Get blocking task operations which are enabled. |
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 |
static LicenseReport |
LicenseReport.getLicenseReportByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType referenceType)
Deprecated. API 1.5, SDK 5.5 |
static com.vmware.vcloud.api.rest.schema.extension.LicenseType |
VcloudAdminExtensionSettings.getLicenseSettings(VcloudClient client)
Returns the License settings 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. |
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 |
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 |
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 |
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 |
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. |
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 |
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. |
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 |
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 |
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 |
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 |
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 |
static VMWProviderVdcStorageProfile |
VMWProviderVdcStorageProfile.getVMWProviderVdcStorageProfileByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vmwProviderVdcStorageProfileRef)
Get VMWProviderVdcStorageProfile for the given VMWProviderVdcStorageProfile reference |
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 |
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 |
static Boolean |
VcloudAdminExtensionSettings.isNotificationsEnabled(VcloudClient client)
Returns the Notifications settings of the vcloud system |
static Task |
VMWHost.prepareHost(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType hostRef,
String username,
String password)
Preparing the host |
static Task |
VMWVimServer.refreshStorageProfiles(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vmwVimServerRef)
Refresh the VMW Vimservers storage profiles. |
static Task |
VMWHost.repairHost(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType hostRef)
Repair the host |
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 |
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. |
static Boolean |
VcloudAdminExtensionSettings.testAmqpConnection(VcloudClient client,
com.vmware.vcloud.api.rest.schema.extension.AmqpSettingsType amqpSettings)
Test the amqp connection. |
static Task |
VMWHost.unPrepareHost(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType hostRef)
UnPreparing the host |
static Task |
VMWVimServer.unregisterVMWVimServer(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vmwVimServerRef)
Unregister the vim server |
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. |
static Task |
VMWHost.upgradeHost(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType hostRef)
Upgrades the host agent |
| Constructors in com.vmware.vcloud.sdk.admin.extensions with parameters of type VcloudClient | |
|---|---|
VcloudAdminExtension(VcloudClient client)
Constructor for creating the Vcloud Admin Extension |
|
| Uses of VcloudClient in com.vmware.vcloud.sdk.admin.extensions.service |
|---|
| Methods in com.vmware.vcloud.sdk.admin.extensions.service with parameters of type VcloudClient | |
|---|---|
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
| Constructors in com.vmware.vcloud.sdk.admin.extensions.service with parameters of type VcloudClient | |
|---|---|
AdminAclRule(VcloudClient client,
com.vmware.vcloud.api.rest.schema.extension.AclRuleType aclRuleParams)
Default access constructor for creating a acl rule helper class |
|
AdminResourceClassAction(VcloudClient client,
com.vmware.vcloud.api.rest.schema.extension.ResourceClassActionType resourceClassActionParams)
Default access constructor for creating a resource class action helper class |
|
AdminService(VcloudClient client,
com.vmware.vcloud.api.rest.schema.extension.AdminServiceType serviceResource)
Default access constructor for creating a service helper class |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||