Get vApp templates with single VM
Hi, My requirement is to get all the vApp templates of a particular organization which have only 1 VM.I tried with this but it didnt work. QueryService queryService = client.getQueryService();...
View ArticleRetrieve AdminOrgType for Organization
The OrganizationCRUD sample shows how to Create, Update and Delete an AdminOrgType but it doesn't show how to retrieve one. I know I can retrieve the AdminOrganization with this: var...
View ArticleGet EdgeGatewayServiceConfiguration from C# Api
I'm noticing that whenever I retrieve an EdgeGateway, its Configuration is missing. The services are all null under EdgeGatewayServiceConfiguration. Here's what i'm trying to do: var edgeGateway =...
View ArticleVApp Instantiation
Hi All, I am using .net sdk for vcloud and i am using samples provided for .net sdk. There is no option specified about how to add NetworkConfigSectionType to InstantiationParamsType. Could...
View ArticleHelp getting Metadata keys / values
Hi All Struggling a bit trying to work out how to view a vApps metadata entries. At the moment just trying to get a list of key/values. I've gotten as far as: Vapp vapp =...
View ArticleHelp in understanding users and login steps
Hi, I am beginning developing c# applications using vcloud sdk for .net. In my first 'hello world' application I am just trying to logon to my vCloud (vCD). 192.168.1.10 - IP address of...
View ArticleChanging NIC Adapter Type
Hello, I was attempting to change the adapter type of the NIC using the .NET SDK. To be more clear, I was trying to create a new NIC on a new VM using the SDK. However, I do not see an adapter type...
View ArticleHow to change the NetworkPool of an OrgVDC using the .NET SDK
I am looking for a method to change the NetworkPool assigned to an OrgVDC using the .NET SDK. I do not see an update or set value for NetworkPool on AdminVCD (only a GET). I assume it can be done...
View ArticleVCO 5.5 REST Client for .NET
The default REST client that comes with VCO 5.5 is the Java based REST Client.Is there any equivalent for .NET ? Official documentation :...
View ArticleC#.Net can't add the vixDiskLib.dll into our Project
Hi I developing the pluing for access the VMware virtual machine. I am trying to access the virtual machine. So i am download the VMWare SDK api for .net(VMware Virtual Disk Development Kit) and am...
View Articlecould not create Vapp from template which is having more than Nic card both...
We are facing issue at cloning VM stage while creating Vapp from Template on the below condition Vapp Template is having 2 Nic cards and both are pointing to two different networks(only this...
View ArticleError in SDK 5.5 in method Task.WaitForTask
I was wondering, why the methods Task.WaitForTask sometimes returns immediatly and sometimes wait until the task finishes independent of the given timeout. I looked at the source code with the help of...
View ArticleHow to obtain requested storage for Vdc Storage Profile using DOT.NET API 5.1
Hi,how can I get requested storage for a Vdc storage profile using DOT.NET API 5.1?I obtain vdcStorageProfile data with this code:VdcStorageProfile vdcStorageProfile =...
View ArticleHow to get VM IP addresses using Query Service
Hi, Anyone can help me to figure out how to retrieve VM IP addresses using vCloud query service? I am using the following code:var recordResult =...
View ArticleC# installVMwareTools vcloudRestSchema_v5.5 and VcloudSDK_v5.5
I can not find any examples in the developer center's forum nor the developer center documents on how to use installVmwareTools on a vm. Is there an example some one could point me to on how to do...
View ArticleSelect Hot ADD CPU and Memory from .net sdk v5.5
I am trying to make a vm hot add enabled for cpu and memory, but the changes do not seem to stick. I get no errors. Here is my code**power off vm in another function workerVm = GetVM(orgName,...
View ArticleFind Owner of Catalog Item
I can get the Catalog Item but how to I find the Owner? For a Vapp I can use getOwner() but I am not finding the equivalent for a catalog item. Thanks
View ArticleUpdateSection Operation Denied
I am updating the storage and deployment leases via UpdateSection like shown here:How to renew the lease of a VApp in VCloud director 5.1 Java API?For some users this works but for others they get an...
View ArticleGetVappByReference Results in "There is an error in XML document"...
Hi, I recently started programming using the vCloud SDK for .NET, version 5.5. Currently, I'm experiencing problems with my first application, which is written to do the following: 1. Log in using...
View ArticleAdd Hardware in SDK and Add User by LDAP Import
Hello community, i have to questions regarding the vcloud SDK for .net. 1) I will create an user by importing the user from our ldap connection. I have used the examples for creating a user and read...
View Article