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