Package | Description |
---|---|
org.jclouds.openstack.nova.v2_0.compute | |
org.jclouds.openstack.nova.v2_0.compute.functions |
Modifier and Type | Method and Description |
---|---|
ServerInRegion |
NovaComputeServiceAdapter.getNode(String id) |
Modifier and Type | Method and Description |
---|---|
ComputeServiceAdapter.NodeAndInitialCredentials<ServerInRegion> |
NovaComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String group,
String name,
Template template)
Note that we do not validate extensions here, on basis that
ApplyNovaTemplateOptionsCreateNodesWithGroupEncodedIntoNameThenAddToSet has already
done so. |
Iterable<ServerInRegion> |
NovaComputeServiceAdapter.listNodes() |
Iterable<ServerInRegion> |
NovaComputeServiceAdapter.listNodesByIds(Iterable<String> ids) |
Modifier and Type | Method and Description |
---|---|
NodeMetadata |
ServerInRegionToNodeMetadata.apply(ServerInRegion serverInRegion) |
protected Hardware |
ServerInRegionToNodeMetadata.findHardwareForServerOrNull(ServerInRegion serverInRegion) |
protected OperatingSystem |
ServerInRegionToNodeMetadata.findOperatingSystemForServerOrNull(ServerInRegion serverInRegion) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.