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