Uses of Class
org.jclouds.openstack.neutron.v2.domain.FloatingIP
-
Packages that use FloatingIP Package Description org.jclouds.openstack.neutron.v2.domain org.jclouds.openstack.neutron.v2.features org.jclouds.openstack.neutron.v2.functions -
-
Uses of FloatingIP in org.jclouds.openstack.neutron.v2.domain
Subclasses of FloatingIP in org.jclouds.openstack.neutron.v2.domain Modifier and Type Class Description static classFloatingIP.CreateFloatingIPstatic classFloatingIP.UpdateFloatingIPConstructor parameters in org.jclouds.openstack.neutron.v2.domain with type arguments of type FloatingIP Constructor Description 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 FloatingIP Modifier and Type Method Description FloatingIPFloatingIPApi. create(FloatingIP.CreateFloatingIP createFloatingIP)Creates a floating IP.FloatingIPFloatingIPApi. get(String id)Returns the details for a specific floating IP.FloatingIPFloatingIPApi. update(String id, FloatingIP.UpdateFloatingIP updateFloatingIP)Update a Floating IPMethods in org.jclouds.openstack.neutron.v2.features that return types with arguments of type FloatingIP Modifier and Type Method Description PagedIterable<FloatingIP>FloatingIPApi. 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 FloatingIP Modifier and Type Method Description protected com.google.common.base.Function<Object,IterableWithMarker<FloatingIP>>FloatingIPsToPagedIterable. markerToNextForArg0(com.google.common.base.Optional<Object> arg0)
-