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