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