Uses of Interface
org.jclouds.openstack.nova.v2_0.features.ServerApi

Packages that use ServerApi
org.jclouds.openstack.nova.v2_0   
org.jclouds.openstack.nova.v2_0.predicates   
 

Uses of ServerApi in org.jclouds.openstack.nova.v2_0
 

Methods in org.jclouds.openstack.nova.v2_0 that return ServerApi
 ServerApi NovaApi.getServerApiForZone(String zone)
          Provides access to Server features.
 

Uses of ServerApi in org.jclouds.openstack.nova.v2_0.predicates
 

Methods in org.jclouds.openstack.nova.v2_0.predicates with parameters of type ServerApi
static com.google.common.base.Predicate<String> ServerPredicates.awaitActive(ServerApi serverApi)
          Waits until a Server is ACTIVE.
static com.google.common.base.Predicate<String> ServerPredicates.awaitShutoff(ServerApi serverApi)
          Waits until a Server is SHUTOFF.
static com.google.common.base.Predicate<String> ServerPredicates.awaitStatus(ServerApi serverApi, Server.Status status, long maxWaitInSec, long periodInSec)
          Waits until a Server reaches Status.
 

Constructors in org.jclouds.openstack.nova.v2_0.predicates with parameters of type ServerApi
ServerPredicates.ServerStatusPredicate(ServerApi serverApi, Server.Status status)
           
 



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