Package | Description |
---|---|
org.jclouds.openstack.nova | |
org.jclouds.openstack.nova.domain |
Modifier and Type | Method and Description |
---|---|
Addresses |
NovaClient.getAddresses(int serverId)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
ServerApi.get(String) in openstack-nova. |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Addresses> |
NovaAsyncClient.getAddresses(int serverId)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
ServerAsyncApi.get(String) in openstack-nova. |
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-2013 jclouds. All Rights Reserved.