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

Packages that use VMSpec
org.jclouds.savvis.vpdc.binders   
org.jclouds.savvis.vpdc.compute.functions   
org.jclouds.savvis.vpdc.compute.strategy   
org.jclouds.savvis.vpdc.domain   
org.jclouds.savvis.vpdc.features   
 

Uses of VMSpec in org.jclouds.savvis.vpdc.binders
 

Methods in org.jclouds.savvis.vpdc.binders that return VMSpec
protected  VMSpec BindVMSpecToXmlPayload.findSpecInArgsOrNull(GeneratedHttpRequest<?> gRequest)
           
 

Methods in org.jclouds.savvis.vpdc.binders that return types with arguments of type VMSpec
protected  Iterable<VMSpec> BindVMSpecsToXmlPayload.findSpecInArgsOrNull(GeneratedHttpRequest<?> gRequest)
           
 

Methods in org.jclouds.savvis.vpdc.binders with parameters of type VMSpec
protected  void BaseBindVMSpecToXmlPayload.addOperatingSystemAndVirtualHardware(VMSpec spec, com.jamesmurty.utils.XMLBuilder vAppBuilder)
           
protected  void BindVMSpecToXmlPayload.bindSpec(VMSpec spec, com.jamesmurty.utils.XMLBuilder rootBuilder)
           
protected  void BaseBindVMSpecToXmlPayload.checkSpec(VMSpec spec)
           
 

Method parameters in org.jclouds.savvis.vpdc.binders with type arguments of type VMSpec
protected  void BindVMSpecsToXmlPayload.bindSpec(Iterable<VMSpec> specs, com.jamesmurty.utils.XMLBuilder rootBuilder)
           
 

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

Methods in org.jclouds.savvis.vpdc.compute.functions with parameters of type VMSpec
 Hardware VMSpecToHardware.apply(VMSpec from)
           
 

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

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

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

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

Methods in org.jclouds.savvis.vpdc.domain with parameters of type VMSpec
static VMSpec.Builder VMSpec.Builder.fromVMSpec(VMSpec in)
           
 

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

Methods in org.jclouds.savvis.vpdc.features with parameters of type VMSpec
 com.google.common.util.concurrent.ListenableFuture<Task> VMAsyncClient.addVMIntoVDC(String billingSiteId, String vpdcId, VMSpec spec)
           
 Task VMClient.addVMIntoVDC(String billingSiteId, String vpdcId, VMSpec spec)
          Add/Deploy new VM into VDC
 com.google.common.util.concurrent.ListenableFuture<Task> VMAsyncClient.addVMIntoVDC(URI vpdc, VMSpec spec)
           
 Task VMClient.addVMIntoVDC(URI vpdc, VMSpec spec)
           
 

Method parameters in org.jclouds.savvis.vpdc.features with type arguments of type VMSpec
 com.google.common.util.concurrent.ListenableFuture<Set<Task>> VMAsyncClient.addMultipleVMsIntoVDC(String billingSiteId, String vpdcId, Iterable<VMSpec> vmSpecs)
           
 Set<Task> VMClient.addMultipleVMsIntoVDC(String billingSiteId, String vpdcId, Iterable<VMSpec> vmSpecs)
          Add/Deploy new VMs into VDC
 com.google.common.util.concurrent.ListenableFuture<Set<Task>> VMAsyncClient.addMultipleVMsIntoVDC(URI vpdc, Iterable<VMSpec> vmSpecs)
           
 Set<Task> VMClient.addMultipleVMsIntoVDC(URI vpdc, Iterable<VMSpec> vmSpecs)
          Add/Deploy new VMs into VDC
 



Copyright © 2009-2011 jclouds. All Rights Reserved.