Uses of Interface
org.openstack4j.api.compute.ext.MigrationService
-
Packages that use MigrationService Package Description org.openstack4j.api.compute org.openstack4j.openstack.compute.internal org.openstack4j.openstack.compute.internal.ext -
-
Uses of MigrationService in org.openstack4j.api.compute
Methods in org.openstack4j.api.compute that return MigrationService Modifier and Type Method Description MigrationServiceComputeService. migrations()Administrators only - provides in-progress migrations for a region or cell -
Uses of MigrationService in org.openstack4j.openstack.compute.internal
Methods in org.openstack4j.openstack.compute.internal that return MigrationService Modifier and Type Method Description MigrationServiceComputeServiceImpl. migrations()Administrators only - provides in-progress migrations for a region or cell -
Uses of MigrationService in org.openstack4j.openstack.compute.internal.ext
Classes in org.openstack4j.openstack.compute.internal.ext that implement MigrationService Modifier and Type Class Description classMigrationServiceImplAPI which supports the "os-migrations" extension.
-