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