Class NeutronLbPool.LbPools
- java.lang.Object
-
- org.openstack4j.openstack.common.ListResult<NeutronLbPool>
-
- org.openstack4j.openstack.networking.domain.ext.NeutronLbPool.LbPools
-
- All Implemented Interfaces:
Serializable,ListType,ModelEntity
- Enclosing class:
- NeutronLbPool
public static class NeutronLbPool.LbPools extends ListResult<NeutronLbPool>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LbPools()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()List<NeutronLbPool>value()-
Methods inherited from class org.openstack4j.openstack.common.ListResult
first, getList
-
-
-
-
Method Detail
-
value
public List<NeutronLbPool> value()
- Specified by:
valuein classListResult<NeutronLbPool>
-
-