Uses of Class
org.jclouds.openstack.neutron.v2.domain.FloatingIP
Packages that use FloatingIP
Package
Description
-
Uses of FloatingIP in org.jclouds.openstack.neutron.v2.domain
Subclasses of FloatingIP in org.jclouds.openstack.neutron.v2.domainModifier and TypeClassDescriptionstatic class
static class
Fields in org.jclouds.openstack.neutron.v2.domain declared as FloatingIPModifier and TypeFieldDescriptionprotected FloatingIP
FloatingIP.Builder.floatingIP
protected FloatingIP
FloatingIP.Builder.floatingIP
Constructor parameters in org.jclouds.openstack.neutron.v2.domain with type arguments of type FloatingIPModifierConstructorDescriptionprotected
FloatingIPs
(Iterable<FloatingIP> floatingIPs, Iterable<Link> floatingIPsLinks) -
Uses of FloatingIP in org.jclouds.openstack.neutron.v2.features
Methods in org.jclouds.openstack.neutron.v2.features that return FloatingIPModifier and TypeMethodDescriptionFloatingIPApi.create
(FloatingIP.CreateFloatingIP createFloatingIP) Creates a floating IP.Returns the details for a specific floating IP.FloatingIPApi.update
(String id, FloatingIP.UpdateFloatingIP updateFloatingIP) Update a Floating IPMethods in org.jclouds.openstack.neutron.v2.features that return types with arguments of type FloatingIPModifier and TypeMethodDescriptionFloatingIPApi.list()
Returns a list of floating IPs to which the tenant has access. -
Uses of FloatingIP in org.jclouds.openstack.neutron.v2.functions
Methods in org.jclouds.openstack.neutron.v2.functions that return types with arguments of type FloatingIPModifier and TypeMethodDescriptionprotected com.google.common.base.Function
<Object, IterableWithMarker<FloatingIP>> FloatingIPsToPagedIterable.markerToNextForArg0
(com.google.common.base.Optional<Object> arg0)