Uses of Class
org.jclouds.savvis.vpdc.domain.VM

Packages that use VM
org.jclouds.savvis.vpdc.compute.functions   
org.jclouds.savvis.vpdc.compute.strategy   
org.jclouds.savvis.vpdc.domain   
org.jclouds.savvis.vpdc.features   
org.jclouds.savvis.vpdc.util   
 

Uses of VM in org.jclouds.savvis.vpdc.compute.functions
 

Methods in org.jclouds.savvis.vpdc.compute.functions with parameters of type VM
 NodeMetadata VMToNodeMetadata.apply(VM from)
           
 boolean VMToNodeMetadata.FindLocationForVM.matches(VM from, Location input)
           
 

Uses of VM in org.jclouds.savvis.vpdc.compute.strategy
 

Methods in org.jclouds.savvis.vpdc.compute.strategy that return VM
 VM VPDCComputeServiceAdapter.createNodeWithGroupEncodedIntoNameThenStoreCredentials(String tag, String name, Template template, Map<String,Credentials> credentialStore)
           
 VM VPDCComputeServiceAdapter.getNode(String id)
           
 

Methods in org.jclouds.savvis.vpdc.compute.strategy that return types with arguments of type VM
 Iterable<VM> VPDCComputeServiceAdapter.listNodes()
           
 

Uses of VM in org.jclouds.savvis.vpdc.domain
 

Methods in org.jclouds.savvis.vpdc.domain that return VM
 VM VM.Builder.build()
           
 

Methods in org.jclouds.savvis.vpdc.domain with parameters of type VM
 VM.Builder VM.Builder.fromVM(VM in)
           
 

Method parameters in org.jclouds.savvis.vpdc.domain with type arguments of type VM
 VM.Builder VM.Builder.fromSection(Section<VM> in)
          
 VM.Builder VM.Builder.fromVirtualSystem(BaseVirtualSystem<VM> in)
          
 

Uses of VM in org.jclouds.savvis.vpdc.features
 

Methods in org.jclouds.savvis.vpdc.features that return VM
 VM BrowsingClient.getVM(URI vm, GetVMOptions... options)
           
 VM BrowsingClient.getVMInVDC(String billingSiteId, String vpdcId, String vAppId, GetVMOptions... options)
          VAPP is a software solution, the API returns details of virtual machine configuration such as CPU,RAM Memory and hard drive.
 

Methods in org.jclouds.savvis.vpdc.features that return types with arguments of type VM
 com.google.common.util.concurrent.ListenableFuture<VM> BrowsingAsyncClient.getVM(URI vm, GetVMOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<VM> BrowsingAsyncClient.getVMInVDC(String billingSiteId, String vpdcId, String vAppId, GetVMOptions... options)
           
 

Uses of VM in org.jclouds.savvis.vpdc.util
 

Methods in org.jclouds.savvis.vpdc.util with parameters of type VM
static Set<String> Utils.getIpsFromVM(VM vm)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.