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