"Other attributes" field in vCloud entity
Hello, Suppose I execute the following piece of code : com.vmware.vcloud.sdk.admin.ExternalNetwork vcloudExternalNetwork =...
View ArticleHow to get static routing details
Hi, I am trying to get static routing details programatically( Name , Network , Next Hop IP , Route ).Pls find attachment. Below is sample code I am trying. Not sure which methods will give me...
View ArticleGet No. of vAPPS deployed in a day and time taken for provisioning each of them
I want to pull below two statistics information from the vCD: Number of VM’s (or vAPPs for that sake) provisioned in a dayTime taken for provisioning each of these vAPP. I am using the vCloud Java SDK...
View ArticleCloning a VM using Cloud Director/VMWare SDK 5.1
I am probably missing something obvious, but how can I clone a VM (can do VApps and Templates, etc.) [NOT using vSphere APIs], whether to the same VDC or another? I would love to understand all the...
View ArticleHow to get Snapshot space on Datastore using vi java api??
Hi, Plz help me to get the Snapshop space on datastore by using vi java api. Is there any method or property or any calculation to get the snapshot spac???
View ArticleSSL 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 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 Article