Uses of Class
org.openstack4j.model.compute.actions.LiveMigrateOptions
-
-
Uses of LiveMigrateOptions in org.openstack4j.api.compute
Methods in org.openstack4j.api.compute with parameters of type LiveMigrateOptions Modifier and Type Method Description ActionResponseServerService. liveMigrate(String serverId, LiveMigrateOptions options)Live-migrates a server identified withserverIdto a new host without rebooting -
Uses of LiveMigrateOptions in org.openstack4j.model.compute.actions
Methods in org.openstack4j.model.compute.actions that return LiveMigrateOptions Modifier and Type Method Description LiveMigrateOptionsLiveMigrateOptions. blockMigration(boolean blocked)Block Migrationstatic LiveMigrateOptionsLiveMigrateOptions. create()LiveMigrateOptionsLiveMigrateOptions. diskOverCommit(boolean enabled)Disk over commitLiveMigrateOptionsLiveMigrateOptions. host(String host)Name of the new host (Optional) -
Uses of LiveMigrateOptions in org.openstack4j.openstack.compute.domain.actions
Methods in org.openstack4j.openstack.compute.domain.actions with parameters of type LiveMigrateOptions Modifier and Type Method Description static LiveMigrationActionLiveMigrationAction. create(LiveMigrateOptions options) -
Uses of LiveMigrateOptions in org.openstack4j.openstack.compute.internal
Methods in org.openstack4j.openstack.compute.internal with parameters of type LiveMigrateOptions Modifier and Type Method Description ActionResponseServerServiceImpl. liveMigrate(String serverId, LiveMigrateOptions options)Live-migrates a server identified withserverIdto a new host without rebooting
-