Class NovaFloatingIPPools
- java.lang.Object
-
- org.openstack4j.openstack.common.ListResult<String>
-
- org.openstack4j.openstack.compute.domain.NovaFloatingIPPools
-
- All Implemented Interfaces:
Serializable,ListType,ModelEntity
public class NovaFloatingIPPools extends ListResult<String>
Maps to the OpenStack Floating IP Pool specification and used internally to retrieve the list of pool names- Author:
- Jeremy Unruh
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NovaFloatingIPPools()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<String>value()-
Methods inherited from class org.openstack4j.openstack.common.ListResult
first, getList
-
-
-
-
Method Detail
-
value
protected List<String> value()
- Specified by:
valuein classListResult<String>
-
-