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