Uses of Class
org.jclouds.compute.ComputeServiceAdapter.NodeAndInitialCredentials

Packages that use ComputeServiceAdapter.NodeAndInitialCredentials
org.jclouds.cloudservers.compute.strategy   
org.jclouds.cloudsigma.compute   
org.jclouds.cloudstack.compute.strategy   
org.jclouds.compute   
org.jclouds.deltacloud.compute.strategy   
org.jclouds.elasticstack.compute   
org.jclouds.glesys.compute   
org.jclouds.gogrid.compute.strategy   
org.jclouds.joyent.cloudapi.v6_5.compute   
org.jclouds.openstack.nova.compute.strategy   
org.jclouds.openstack.nova.v2_0.compute   
org.jclouds.rimuhosting.miro.compute.strategy   
org.jclouds.savvis.vpdc.compute.strategy   
org.jclouds.servermanager.compute.strategy   
org.jclouds.slicehost.compute.strategy   
org.jclouds.smartos.compute.strategy   
org.jclouds.softlayer.compute.strategy   
org.jclouds.trmk.vcloud_0_8.compute   
org.jclouds.vcloud.compute.strategy   
org.jclouds.virtualbox.compute   
org.jclouds.virtualbox.functions   
 

Uses of ComputeServiceAdapter.NodeAndInitialCredentials in org.jclouds.cloudservers.compute.strategy
 

Methods in org.jclouds.cloudservers.compute.strategy that return ComputeServiceAdapter.NodeAndInitialCredentials
 ComputeServiceAdapter.NodeAndInitialCredentials<Server> CloudServersComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String group, String name, Template template)
           
 

Uses of ComputeServiceAdapter.NodeAndInitialCredentials in org.jclouds.cloudsigma.compute
 

Methods in org.jclouds.cloudsigma.compute that return ComputeServiceAdapter.NodeAndInitialCredentials
 ComputeServiceAdapter.NodeAndInitialCredentials<ServerInfo> CloudSigmaComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String tag, String name, Template template)
           
 

Uses of ComputeServiceAdapter.NodeAndInitialCredentials in org.jclouds.cloudstack.compute.strategy
 

Methods in org.jclouds.cloudstack.compute.strategy that return ComputeServiceAdapter.NodeAndInitialCredentials
 ComputeServiceAdapter.NodeAndInitialCredentials<VirtualMachine> CloudStackComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String group, String name, Template template)
           
 

Uses of ComputeServiceAdapter.NodeAndInitialCredentials in org.jclouds.compute
 

Subclasses of ComputeServiceAdapter.NodeAndInitialCredentials in org.jclouds.compute
static class JCloudsNativeComputeServiceAdapter.NodeWithInitialCredentials
           
 

Methods in org.jclouds.compute that return ComputeServiceAdapter.NodeAndInitialCredentials
 ComputeServiceAdapter.NodeAndInitialCredentials<N> ComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String group, String name, Template template)
          ComputeService.createNodesInGroup(String, int, Template) generates the parameters passed into this method such that each node in the set has a unique name.
 

Uses of ComputeServiceAdapter.NodeAndInitialCredentials in org.jclouds.deltacloud.compute.strategy
 

Methods in org.jclouds.deltacloud.compute.strategy that return ComputeServiceAdapter.NodeAndInitialCredentials
 ComputeServiceAdapter.NodeAndInitialCredentials<Instance> DeltacloudComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String tag, String name, Template template)
           
 

Uses of ComputeServiceAdapter.NodeAndInitialCredentials in org.jclouds.elasticstack.compute
 

Methods in org.jclouds.elasticstack.compute that return ComputeServiceAdapter.NodeAndInitialCredentials
 ComputeServiceAdapter.NodeAndInitialCredentials<ServerInfo> ElasticStackComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String tag, String name, Template template)
           
 

Uses of ComputeServiceAdapter.NodeAndInitialCredentials in org.jclouds.glesys.compute
 

Methods in org.jclouds.glesys.compute that return ComputeServiceAdapter.NodeAndInitialCredentials
 ComputeServiceAdapter.NodeAndInitialCredentials<ServerDetails> GleSYSComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String group, String name, Template template)
           
 

Uses of ComputeServiceAdapter.NodeAndInitialCredentials in org.jclouds.gogrid.compute.strategy
 

Methods in org.jclouds.gogrid.compute.strategy that return ComputeServiceAdapter.NodeAndInitialCredentials
 ComputeServiceAdapter.NodeAndInitialCredentials<Server> GoGridComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String group, String name, Template template)
           
 

Uses of ComputeServiceAdapter.NodeAndInitialCredentials in org.jclouds.joyent.cloudapi.v6_5.compute
 

Methods in org.jclouds.joyent.cloudapi.v6_5.compute that return ComputeServiceAdapter.NodeAndInitialCredentials
 ComputeServiceAdapter.NodeAndInitialCredentials<MachineInDatacenter> JoyentCloudComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String group, String name, Template template)
           
 

Uses of ComputeServiceAdapter.NodeAndInitialCredentials in org.jclouds.openstack.nova.compute.strategy
 

Methods in org.jclouds.openstack.nova.compute.strategy that return ComputeServiceAdapter.NodeAndInitialCredentials
 ComputeServiceAdapter.NodeAndInitialCredentials<Server> NovaComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String group, String name, Template template)
           
 

Uses of ComputeServiceAdapter.NodeAndInitialCredentials in org.jclouds.openstack.nova.v2_0.compute
 

Methods in org.jclouds.openstack.nova.v2_0.compute that return ComputeServiceAdapter.NodeAndInitialCredentials
 ComputeServiceAdapter.NodeAndInitialCredentials<ServerInZone> NovaComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String group, String name, Template template)
          Note that we do not validate extensions here, on basis that ApplyNovaTemplateOptionsCreateNodesWithGroupEncodedIntoNameThenAddToSet has already done so.
 

Uses of ComputeServiceAdapter.NodeAndInitialCredentials in org.jclouds.rimuhosting.miro.compute.strategy
 

Methods in org.jclouds.rimuhosting.miro.compute.strategy that return ComputeServiceAdapter.NodeAndInitialCredentials
 ComputeServiceAdapter.NodeAndInitialCredentials<Server> RimuHostingComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String group, String name, Template template)
           
 

Uses of ComputeServiceAdapter.NodeAndInitialCredentials in org.jclouds.savvis.vpdc.compute.strategy
 

Methods in org.jclouds.savvis.vpdc.compute.strategy that return ComputeServiceAdapter.NodeAndInitialCredentials
 ComputeServiceAdapter.NodeAndInitialCredentials<VM> VPDCComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String tag, String name, Template template)
           
 

Uses of ComputeServiceAdapter.NodeAndInitialCredentials in org.jclouds.servermanager.compute.strategy
 

Methods in org.jclouds.servermanager.compute.strategy that return ComputeServiceAdapter.NodeAndInitialCredentials
 ComputeServiceAdapter.NodeAndInitialCredentials<Server> ServerManagerComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String tag, String name, Template template)
           
 

Uses of ComputeServiceAdapter.NodeAndInitialCredentials in org.jclouds.slicehost.compute.strategy
 

Methods in org.jclouds.slicehost.compute.strategy that return ComputeServiceAdapter.NodeAndInitialCredentials
 ComputeServiceAdapter.NodeAndInitialCredentials<Slice> SlicehostComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String group, String name, Template template)
           
 

Uses of ComputeServiceAdapter.NodeAndInitialCredentials in org.jclouds.smartos.compute.strategy
 

Methods in org.jclouds.smartos.compute.strategy that return ComputeServiceAdapter.NodeAndInitialCredentials
 ComputeServiceAdapter.NodeAndInitialCredentials<VM> SmartOSComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String tag, String name, Template template)
           
 

Uses of ComputeServiceAdapter.NodeAndInitialCredentials in org.jclouds.softlayer.compute.strategy
 

Methods in org.jclouds.softlayer.compute.strategy that return ComputeServiceAdapter.NodeAndInitialCredentials
 ComputeServiceAdapter.NodeAndInitialCredentials<VirtualGuest> SoftLayerComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String group, String name, Template template)
           
 

Uses of ComputeServiceAdapter.NodeAndInitialCredentials in org.jclouds.trmk.vcloud_0_8.compute
 

Methods in org.jclouds.trmk.vcloud_0_8.compute that return ComputeServiceAdapter.NodeAndInitialCredentials
 ComputeServiceAdapter.NodeAndInitialCredentials<VApp> TerremarkVCloudComputeClient.startAndReturnCredentials(URI VDC, URI templateId, String name, InstantiateVAppTemplateOptions options, int... portsToOpen)
           
 

Uses of ComputeServiceAdapter.NodeAndInitialCredentials in org.jclouds.vcloud.compute.strategy
 

Methods in org.jclouds.vcloud.compute.strategy that return ComputeServiceAdapter.NodeAndInitialCredentials
 ComputeServiceAdapter.NodeAndInitialCredentials<VApp> VCloudComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String group, String name, Template template)
           
 ComputeServiceAdapter.NodeAndInitialCredentials<VApp> InstantiateVAppTemplateWithGroupEncodedIntoNameThenCustomizeDeployAndPowerOn.createNodeWithGroupEncodedIntoName(String group, String name, Template template)
           
 

Uses of ComputeServiceAdapter.NodeAndInitialCredentials in org.jclouds.virtualbox.compute
 

Methods in org.jclouds.virtualbox.compute that return ComputeServiceAdapter.NodeAndInitialCredentials
 ComputeServiceAdapter.NodeAndInitialCredentials<org.virtualbox_4_1.IMachine> VirtualBoxComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String tag, String name, Template template)
           
 

Constructor parameters in org.jclouds.virtualbox.compute with type arguments of type ComputeServiceAdapter.NodeAndInitialCredentials
VirtualBoxComputeServiceAdapter(com.google.common.base.Supplier<org.virtualbox_4_1.VirtualBoxManager> manager, com.google.common.base.Supplier<Map<Image,YamlImage>> imagesMapper, com.google.common.cache.LoadingCache<Image,Master> mastersLoader, com.google.common.base.Function<NodeSpec,ComputeServiceAdapter.NodeAndInitialCredentials<org.virtualbox_4_1.IMachine>> cloneCreator, com.google.common.base.Function<org.virtualbox_4_1.IMachine,Image> imachineToImage)
           
 

Uses of ComputeServiceAdapter.NodeAndInitialCredentials in org.jclouds.virtualbox.functions
 

Methods in org.jclouds.virtualbox.functions that return ComputeServiceAdapter.NodeAndInitialCredentials
 ComputeServiceAdapter.NodeAndInitialCredentials<org.virtualbox_4_1.IMachine> NodeCreator.apply(NodeSpec nodeSpec)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.