| Package | Description | 
|---|---|
| org.jclouds.cloudservers | |
| org.jclouds.cloudservers.domain | 
| Modifier and Type | Method and Description | 
|---|---|
Addresses | 
CloudServersClient.getAddresses(int serverId)
List all server addresses
 
 returns empty set if the server doesn't exist 
 | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<Addresses> | 
CloudServersAsyncClient.getAddresses(int serverId)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected Addresses | 
Server.Builder.addresses  | 
| Modifier and Type | Method and Description | 
|---|---|
Addresses | 
Addresses.Builder.build()  | 
Addresses | 
Server.getAddresses()  | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
Server.Builder.addresses(Addresses addresses)  | 
T | 
Addresses.Builder.fromAddresses(Addresses in)  | 
| Constructor and Description | 
|---|
Server(int id,
      String name,
      Map<String,String> metadata,
      Addresses addresses,
      String adminPass,
      Integer flavorId,
      String hostId,
      Integer imageId,
      Integer sharedIpGroupId,
      Integer progress,
      ServerStatus status)  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.