Class NovaHostAggregate.NovaHostAggregates
- java.lang.Object
-
- org.openstack4j.openstack.common.ListResult<NovaHostAggregate>
-
- org.openstack4j.openstack.compute.domain.NovaHostAggregate.NovaHostAggregates
-
- All Implemented Interfaces:
Serializable,ListType,ModelEntity
- Enclosing class:
- NovaHostAggregate
public static class NovaHostAggregate.NovaHostAggregates extends ListResult<NovaHostAggregate>
host aggregates- Author:
- liujunpeng
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NovaHostAggregates()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()List<NovaHostAggregate>value()NovaHostAggregates-
Methods inherited from class org.openstack4j.openstack.common.ListResult
first, getList
-
-
-
-
Method Detail
-
value
public List<NovaHostAggregate> value()
NovaHostAggregates- Specified by:
valuein classListResult<NovaHostAggregate>
-
-