Uses of Class
org.jclouds.openstack.nova.v2_0.domain.zonescoped.ServerInZone

Packages that use ServerInZone
org.jclouds.openstack.nova.v2_0.compute   
org.jclouds.openstack.nova.v2_0.compute.functions   
 

Uses of ServerInZone in org.jclouds.openstack.nova.v2_0.compute
 

Methods in org.jclouds.openstack.nova.v2_0.compute that return ServerInZone
 ServerInZone NovaComputeServiceAdapter.getNode(String id)
           
 

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

Uses of ServerInZone in org.jclouds.openstack.nova.v2_0.compute.functions
 

Methods in org.jclouds.openstack.nova.v2_0.compute.functions with parameters of type ServerInZone
 org.jclouds.compute.domain.NodeMetadata ServerInZoneToNodeMetadata.apply(ServerInZone serverInZone)
           
protected  org.jclouds.compute.domain.Hardware ServerInZoneToNodeMetadata.findHardwareForServerOrNull(ServerInZone serverInZone)
           
protected  org.jclouds.compute.domain.OperatingSystem ServerInZoneToNodeMetadata.findOperatingSystemForServerOrNull(ServerInZone serverInZone)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.