| Package | Description | 
|---|---|
| org.jclouds.fujitsu.fgcp.compute.functions | |
| org.jclouds.fujitsu.fgcp.compute.strategy | |
| org.jclouds.fujitsu.fgcp.domain | 
 Licensed to jclouds, Inc. 
 | 
| org.jclouds.fujitsu.fgcp.services | 
| Modifier and Type | Field and Description | 
|---|---|
static Map<VServerStatus,NodeMetadata.Status> | 
VServerMetadataToNodeMetadata.vServerToStatus  | 
| Modifier and Type | Field and Description | 
|---|---|
protected VServerStatus | 
VServerMetadata.status  | 
| Modifier and Type | Method and Description | 
|---|---|
VServerStatus | 
VServerMetadata.getStatus()  | 
| Modifier and Type | Method and Description | 
|---|---|
VServerMetadata.Builder | 
VServerMetadata.Builder.status(VServerStatus status)  | 
| Constructor and Description | 
|---|
VServerMetadata(String id,
               String name,
               Template template,
               VServerStatus status)  | 
VServerMetadata(VServer server,
               String initialPassword,
               VServerStatus status,
               DiskImage image,
               Set<PublicIP> publicIps)  | 
| Modifier and Type | Method and Description | 
|---|---|
static VServerStatus | 
VServerStatus.fromValue(String status)  | 
static VServerStatus | 
VServerStatus.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static VServerStatus[] | 
VServerStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
VServerStatus | 
VirtualServerApi.getStatus(String id)  | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<VServerStatus> | 
VirtualServerAsyncApi.getStatus(String id)  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.