Package | Description |
---|---|
org.jclouds.openstack.neutron.v2.domain | |
org.jclouds.openstack.neutron.v2.extensions | |
org.jclouds.openstack.neutron.v2.functions |
Modifier and Type | Class and Description |
---|---|
static class |
FloatingIP.CreateFloatingIP |
static class |
FloatingIP.UpdateFloatingIP |
Constructor and Description |
---|
FloatingIPs(Iterable<FloatingIP> floatingIPs,
Iterable<Link> floatingIPsLinks) |
Modifier and Type | Method and Description |
---|---|
FloatingIP |
FloatingIPApi.create(FloatingIP.CreateFloatingIP createFloatingIP)
Creates a floating IP.
|
FloatingIP |
FloatingIPApi.get(String id)
Returns the details for a specific floating IP.
|
FloatingIP |
FloatingIPApi.update(String id,
FloatingIP.UpdateFloatingIP updateFloatingIP)
Update a Floating IP
|
Modifier and Type | Method and Description |
---|---|
PagedIterable<FloatingIP> |
FloatingIPApi.list()
Returns a list of floating IPs to which the tenant has access.
|
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Function<Object,IterableWithMarker<FloatingIP>> |
FloatingIPsToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> arg0) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.