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