Package | Description |
---|---|
org.jclouds.openstack.nova | |
org.jclouds.openstack.nova.domain |
Modifier and Type | Method and Description |
---|---|
Addresses |
NovaClient.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> |
NovaAsyncClient.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,
List<Map<String,String>> links,
Map<Resource.LinkType,URI> orderedSelfReferences,
String name,
Map<String,String> metadata,
Addresses addresses,
String accessIPv4,
String accessIPv6,
String adminPass,
String flavorRef,
String hostId,
String imageRef,
String affinityId,
String uuid,
Flavor flavor,
Image image,
String keyName,
Set<SecurityGroup> securityGroups,
Date created,
Date updated,
Integer progress,
ServerStatus status) |
Copyright © 2009-2012 jclouds. All Rights Reserved.