Modifier and Type | Method and Description |
---|---|
ComputeServiceAdapter.NodeAndInitialCredentials<VirtualMachine> |
AbiquoComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String tag,
String name,
Template template) |
Modifier and Type | Method and Description |
---|---|
ComputeServiceAdapter.NodeAndInitialCredentials<Deployment> |
AzureManagementComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String group,
String name,
Template template) |
Modifier and Type | Method and Description |
---|---|
ComputeServiceAdapter.NodeAndInitialCredentials<Server> |
CloudServersComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String group,
String name,
Template template) |
Modifier and Type | Method and Description |
---|---|
ComputeServiceAdapter.NodeAndInitialCredentials<ServerInfo> |
CloudSigmaComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String tag,
String name,
Template template) |
Modifier and Type | Method and Description |
---|---|
ComputeServiceAdapter.NodeAndInitialCredentials<VirtualMachine> |
CloudStackComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String group,
String name,
Template template) |
Modifier and Type | Class and Description |
---|---|
static class |
JCloudsNativeComputeServiceAdapter.NodeWithInitialCredentials |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
ComputeServiceAdapter.NodeAndInitialCredentials<Instance> |
DeltacloudComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String tag,
String name,
Template template) |
Modifier and Type | Method and Description |
---|---|
ComputeServiceAdapter.NodeAndInitialCredentials<ServerInfo> |
ElasticStackComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String tag,
String name,
Template template) |
Modifier and Type | Method and Description |
---|---|
ComputeServiceAdapter.NodeAndInitialCredentials<VServerMetadata> |
FGCPComputeServiceAdapter.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. |
Modifier and Type | Method and Description |
---|---|
ComputeServiceAdapter.NodeAndInitialCredentials<ServerDetails> |
GleSYSComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String group,
String name,
Template template) |
Modifier and Type | Method and Description |
---|---|
ComputeServiceAdapter.NodeAndInitialCredentials<Server> |
GoGridComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String group,
String name,
Template template) |
Modifier and Type | Method and Description |
---|---|
ComputeServiceAdapter.NodeAndInitialCredentials<MachineInDatacenter> |
JoyentCloudComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String group,
String name,
Template template) |
Modifier and Type | Method and Description |
---|---|
ComputeServiceAdapter.NodeAndInitialCredentials<Server> |
NovaComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String group,
String name,
Template template) |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
ComputeServiceAdapter.NodeAndInitialCredentials<Server> |
RimuHostingComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String group,
String name,
Template template) |
Modifier and Type | Method and Description |
---|---|
ComputeServiceAdapter.NodeAndInitialCredentials<VM> |
VPDCComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String tag,
String name,
Template template) |
Modifier and Type | Method and Description |
---|---|
ComputeServiceAdapter.NodeAndInitialCredentials<Server> |
ServerManagerComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String tag,
String name,
Template template) |
Modifier and Type | Method and Description |
---|---|
ComputeServiceAdapter.NodeAndInitialCredentials<Slice> |
SlicehostComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String group,
String name,
Template template) |
Modifier and Type | Method and Description |
---|---|
ComputeServiceAdapter.NodeAndInitialCredentials<VM> |
SmartOSComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String tag,
String name,
Template template) |
Modifier and Type | Method and Description |
---|---|
ComputeServiceAdapter.NodeAndInitialCredentials<VirtualGuest> |
SoftLayerComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String group,
String name,
Template template) |
Modifier and Type | Method and Description |
---|---|
ComputeServiceAdapter.NodeAndInitialCredentials<VApp> |
TerremarkVCloudComputeClient.startAndReturnCredentials(URI VDC,
URI templateId,
String name,
InstantiateVAppTemplateOptions options,
int... portsToOpen) |
Modifier and Type | Method and Description |
---|---|
ComputeServiceAdapter.NodeAndInitialCredentials<VApp> |
VCloudComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String group,
String name,
Template template) |
ComputeServiceAdapter.NodeAndInitialCredentials<VApp> |
InstantiateVAppTemplateWithGroupEncodedIntoNameThenCustomizeDeployAndPowerOn.createNodeWithGroupEncodedIntoName(String group,
String name,
Template template) |
Modifier and Type | Method and Description |
---|---|
ComputeServiceAdapter.NodeAndInitialCredentials<org.virtualbox_4_1.IMachine> |
VirtualBoxComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String tag,
String name,
Template template) |
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
ComputeServiceAdapter.NodeAndInitialCredentials<org.virtualbox_4_1.IMachine> |
NodeCreator.apply(NodeSpec nodeSpec) |
Copyright © 2009-2013 jclouds. All Rights Reserved.