SSL connection to VCD using vcloud SDK
We are using vCloud SDK to connect to the vCD. In the sample code we saw that FakeSSLSocketFactory has been used as shown below:vcloudClient.registerScheme("https", 443,...
View ArticleI have got the management object reference, how to obtain management object
I have got the management object reference(MOR), how to obtain management object. For example: I know virtual machine reference, I will be how to get the virtual machine management object?
View ArticleWho can give me a virtual machine configuration information for the sample code
Who can give me a virtual machine configuration information for the sample code.First of all thank you!
View ArticleList of Possible Wildcards for QueryService?
Hello all, I know I had this at one point or another, but cannot seem to find it. Is there a published list of wildcards avaliable for Expressions / Query Service... Might have been right in front of...
View ArticleNetwork configuration for composing a vApp
I am facing some (Network doesn't exists) error while composing vApp . Please tell me how to configure network setting to compose a vApp.
View ArticleUnable to connect VCD through web application
When calling the login method (with the appropriate username and password strings) from a vCloudClient object, I got the following NullPointerException:java.lang.NullPointerExceptionat...
View ArticleDetecting vCloudClient timed out session and extending
I am using the VCD 5.1 SDK for .NET, and am running into an issue where I get "Access Denied" errors when the vCloudClient session expires. I have a static vCloudClient object...
View ArticleHow to retrieve firewall rules of an org network
Hi, I am using vCloud SDK 1.5 for java, I want to retrieve firewall rules of an organisation. There are some classes in SDK related to firewall (...
View ArticleCreating routed org network with org admin crendentials
Hi, Questions 1: Is it possible to create 'routed org network' with 'org admin' credentials using vCloud SDK 5.1 API ?? (I am able to create routed org network using provider level/...
View ArticleSet network adapter type using Java API
Hello, When composing a vapp using Java vCloud API, how to set the network adapter type ? Thank you
View ArticleRetrieving/stamping Org metadata using vCloud SDK java
Could anyone please point out relavent documentation for stamping/retreiving metadata on objects like Org, orgVDC, VM etc?
View Articlevcloud director VcloudAdminExtension exception raised
Hi,I'm using vcloud director sdk for java and in ImportVmAsvAppTemplate community example this exception: Exception in thread "main" com.vmware.vcloud.sdk.VCloudException: This operation is denied....
View Articlemonitor Vm using vcloud director sdk
Hi, I have to monitor performances of VirtualMachines configured in a Vapp in vcloud director (i.e cpu, RAM and disk usage). Can you suggest me some examples using vcloud director sdk? thanksluca
View ArticleGetting null value while retrieving firewall rules using vCD 5.1 SDK
I am trying to retrieve firewall rules using vCD 5.1 SDK. Please refer to the below code snippet for more details: vcloudClient.login(userName, password); ReferenceType adminOrgRef =...
View ArticleUnmarshaller exception with the vCloud SDK for Java
Hi, I'm trying to use the vCloud SDK within Spring.When calling the login method (with the appropriate username and password strings) from a vCloudClient object, I got the following...
View ArticleHow to set the language for sdk exception details
We got an SDK exception, the details for this exception is not english, please take a look at the attached file. Does anybody know how to set it back to english? Thanks!
View Articlexml binding for vcloud 5.1 api for scala, using scalaxb
Is there a prescribed way to generated scala xml bindings for vcloud 5.1 api, We tried to generate class files using scala 2.10.0 and scalaxb 1.0.0, Unexpectedly compile failed at...
View ArticleHow to programmatically disable IP masquerade ?
How using Java API, programmatically remove "IP masquerade" option from "network -> configure sevices -> NAT Mapping" tab ?should become :
View Articleproblem downloading sdk
I'm trying to download the sdk for java from this page. http://www.vmware.com/support/pubs/vcd_pubs.html THe download link does not function for me. Is this link good?
View ArticleSources for Java SDK
Are there source jars available for the vcloud-5.10.jar and rest-api-schemas.jar?
View Article