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