Uses of Class
org.jclouds.openstack.nova.v2_0.domain.regionscoped.ServerInRegion
Packages that use ServerInRegion
Package
Description
-
Uses of ServerInRegion in org.jclouds.openstack.nova.v2_0.compute
Methods in org.jclouds.openstack.nova.v2_0.compute that return ServerInRegionMethods in org.jclouds.openstack.nova.v2_0.compute that return types with arguments of type ServerInRegionModifier and TypeMethodDescriptionNovaComputeServiceAdapter.createNodeWithGroupEncodedIntoName
(String group, String name, Template template) Note that we do not validate extensions here, on basis thatApplyNovaTemplateOptionsCreateNodesWithGroupEncodedIntoNameThenAddToSet
has already done so.NovaComputeServiceAdapter.listNodes()
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 ServerInRegionModifier and TypeMethodDescriptionServerInRegionToNodeMetadata.apply
(ServerInRegion serverInRegion) protected Hardware
ServerInRegionToNodeMetadata.findHardwareForServerOrNull
(ServerInRegion serverInRegion) protected OperatingSystem
ServerInRegionToNodeMetadata.findOperatingSystemForServerOrNull
(ServerInRegion serverInRegion)