Package | Description |
---|---|
org.jclouds.openstack.nova.v2_0 | |
org.jclouds.openstack.nova.v2_0.predicates |
Modifier and Type | Method and Description |
---|---|
ServerApi |
NovaApi.getServerApi(String region)
Provides access to Server features.
|
ServerApi |
NovaApi.getServerApiForZone(String zone)
Deprecated.
Please use
NovaApi.getServerApi(String) instead. To be removed in jclouds 2.0. |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
ServerPredicates.ServerStatusPredicate(ServerApi serverApi,
Server.Status status) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.