Modifier and Type | Field and Description |
---|---|
static Map<Server.Status,NodeMetadata.Status> |
NovaComputeServiceContextModule.toPortableNodeStatus |
Modifier and Type | Method and Description |
---|---|
protected Map<Server.Status,NodeMetadata.Status> |
NovaComputeServiceContextModule.toPortableNodeStatus() |
Modifier and Type | Field and Description |
---|---|
protected Map<Server.Status,NodeMetadata.Status> |
ServerInRegionToNodeMetadata.toPortableNodeStatus |
Constructor and Description |
---|
ServerInRegionToNodeMetadata(Map<Server.Status,NodeMetadata.Status> toPortableNodeStatus,
com.google.common.base.Supplier<Map<String,Location>> locationIndex,
com.google.common.base.Supplier<Set<? extends Image>> images,
com.google.common.base.Supplier<Set<? extends Hardware>> hardwares,
GroupNamingConvention.Factory namingConvention) |
Modifier and Type | Field and Description |
---|---|
protected Server.Status |
Server.Builder.status |
Modifier and Type | Method and Description |
---|---|
static Server.Status |
Server.Status.fromValue(String v) |
Server.Status |
Server.getStatus() |
static Server.Status |
Server.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Server.Status[] |
Server.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
T |
Server.Builder.status(Server.Status status) |
Constructor and Description |
---|
Server(String id,
String name,
Set<Link> links,
String uuid,
String tenantId,
String userId,
Date updated,
Date created,
String hostId,
String accessIPv4,
String accessIPv6,
Server.Status status,
Resource image,
Resource flavor,
String keyName,
String configDrive,
com.google.common.collect.Multimap<String,Address> addresses,
Map<String,String> metadata,
ServerExtendedStatus extendedStatus,
ServerExtendedAttributes extendedAttributes,
String diskConfig,
String availabilityZone) |
ServerWithSecurityGroups(String id,
String name,
Set<Link> links,
String uuid,
String tenantId,
String userId,
Date updated,
Date created,
String hostId,
String accessIPv4,
String accessIPv6,
Server.Status status,
Resource image,
Resource flavor,
String keyName,
String configDrive,
com.google.common.collect.Multimap<String,Address> addresses,
Map<String,String> metadata,
ServerExtendedStatus extendedStatus,
ServerExtendedAttributes extendedAttributes,
String diskConfig,
Set<String> securityGroupNames,
String availabilityZone) |
Modifier and Type | Method and Description |
---|---|
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.