Class HeatResource.Resources
- java.lang.Object
-
- org.openstack4j.openstack.common.ListResult<HeatResource>
-
- org.openstack4j.openstack.heat.domain.HeatResource.Resources
-
- All Implemented Interfaces:
Serializable,ListType,ModelEntity
- Enclosing class:
- HeatResource
public static class HeatResource.Resources extends ListResult<HeatResource>
An inner class for representing lists of Heat Resource- Author:
- Octopus Zhang
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Resources()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<HeatResource>value()-
Methods inherited from class org.openstack4j.openstack.common.ListResult
first, getList
-
-
-
-
Method Detail
-
value
protected List<HeatResource> value()
- Specified by:
valuein classListResult<HeatResource>
-
-