Quantcast
Channel: VMware Communities : Discussion List - VMware {code}
Viewing all articles
Browse latest Browse all 2738

How to get list of VM Templates

$
0
0

The following code is a good example of how to get a list of running VM’s:

this.vmService = VapiAuthHelper.StubFactory.CreateStub<VM>(SessionStubConfiguration);

List<VMTypes.Summary> vmList = this.vmService.List(new VMTypes.FilterSpec());

 

Is there an analogous set of API’s to get a list of VM templates?


Viewing all articles
Browse latest Browse all 2738

Trending Articles