Package | Description |
---|---|
org.jclouds.openstack.nova | |
org.jclouds.openstack.nova.domain |
Modifier and Type | Method and Description |
---|---|
FloatingIP |
NovaClient.getFloatingIP(int id)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
FloatingIPApi.get(String) in openstack-nova. |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<FloatingIP> |
NovaAsyncClient.getFloatingIP(int id)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
FloatingIPAsyncApi.get(String) in openstack-nova. |
Set<FloatingIP> |
NovaClient.listFloatingIPs()
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
FloatingIPApi.list() in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<? extends Set<FloatingIP>> |
NovaAsyncClient.listFloatingIPs()
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
FloatingIPAsyncApi.list() in openstack-nova. |
Modifier and Type | Method and Description |
---|---|
FloatingIP |
FloatingIP.Builder.build() |
Modifier and Type | Method and Description |
---|---|
T |
FloatingIP.Builder.fromFloatingIP(FloatingIP in) |
Copyright © 2009-2013 jclouds. All Rights Reserved.