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 = queryService.QueryIdRecords<QueryAdminVmField,QueryResultAdminVMRecordType>(QueryRecordType.ADMINVM, queryParams);
But QueryAdminVmField does not have the IP information. What query should I use to get the VM IP addresses?
Any suggestion is highly appreciated.