Uses of Class
org.jclouds.openstack.nova.v2_0.domain.regionscoped.ServerInRegion
-
Packages that use ServerInRegion Package Description org.jclouds.openstack.nova.v2_0.compute org.jclouds.openstack.nova.v2_0.compute.functions -
-
Uses of ServerInRegion in org.jclouds.openstack.nova.v2_0.compute
Methods in org.jclouds.openstack.nova.v2_0.compute that return ServerInRegion Modifier and Type Method Description ServerInRegion
NovaComputeServiceAdapter. getNode(String id)
Methods in org.jclouds.openstack.nova.v2_0.compute that return types with arguments of type ServerInRegion Modifier and Type Method Description ComputeServiceAdapter.NodeAndInitialCredentials<ServerInRegion>
NovaComputeServiceAdapter. createNodeWithGroupEncodedIntoName(String group, String name, Template template)
Note that we do not validate extensions here, on basis thatApplyNovaTemplateOptionsCreateNodesWithGroupEncodedIntoNameThenAddToSet
has already done so.Iterable<ServerInRegion>
NovaComputeServiceAdapter. listNodes()
Iterable<ServerInRegion>
NovaComputeServiceAdapter. listNodesByIds(Iterable<String> ids)
-
Uses of ServerInRegion in org.jclouds.openstack.nova.v2_0.compute.functions
Methods in org.jclouds.openstack.nova.v2_0.compute.functions with parameters of type ServerInRegion Modifier and Type Method Description NodeMetadata
ServerInRegionToNodeMetadata. apply(ServerInRegion serverInRegion)
protected Hardware
ServerInRegionToNodeMetadata. findHardwareForServerOrNull(ServerInRegion serverInRegion)
protected OperatingSystem
ServerInRegionToNodeMetadata. findOperatingSystemForServerOrNull(ServerInRegion serverInRegion)
-