Uses of Interface
org.openstack4j.model.compute.FloatingIP
-
Packages that use FloatingIP Package Description org.openstack4j.api.compute org.openstack4j.openstack.compute.domain org.openstack4j.openstack.compute.internal -
-
Uses of FloatingIP in org.openstack4j.api.compute
Methods in org.openstack4j.api.compute that return FloatingIP Modifier and Type Method Description FloatingIPComputeFloatingIPService. allocateIP(String pool)Deprecated.Allocate a floating ip address to tenant.Methods in org.openstack4j.api.compute that return types with arguments of type FloatingIP Modifier and Type Method Description List<? extends FloatingIP>ComputeFloatingIPService. list()Deprecated.List floating ips associated with current tenant. -
Uses of FloatingIP in org.openstack4j.openstack.compute.domain
Classes in org.openstack4j.openstack.compute.domain that implement FloatingIP Modifier and Type Class Description classNovaFloatingIPDeprecated.Methods in org.openstack4j.openstack.compute.domain that return FloatingIP Modifier and Type Method Description FloatingIPNovaFloatingIP.FloatingIPConcreteBuilder. build()Deprecated.Creates and return the Model Entity MMethods in org.openstack4j.openstack.compute.domain with parameters of type FloatingIP Modifier and Type Method Description FloatingIPBuilderNovaFloatingIP.FloatingIPConcreteBuilder. from(FloatingIP in)Deprecated.Creates a Builder using the param M as the default valuesConstructors in org.openstack4j.openstack.compute.domain with parameters of type FloatingIP Constructor Description FloatingIPConcreteBuilder(FloatingIP floatingIp)Deprecated.Instantiates a new floating ip concrete builder. -
Uses of FloatingIP in org.openstack4j.openstack.compute.internal
Methods in org.openstack4j.openstack.compute.internal that return FloatingIP Modifier and Type Method Description FloatingIPComputeFloatingIPServiceImpl. allocateIP(String pool)Deprecated.Allocate a floating ip address to tenant.Methods in org.openstack4j.openstack.compute.internal that return types with arguments of type FloatingIP Modifier and Type Method Description List<? extends FloatingIP>ComputeFloatingIPServiceImpl. list()Deprecated.List floating ips associated with current tenant.
-