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