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