Uses of Class
org.openstack4j.model.compute.actions.EvacuateOptions
-
-
Uses of EvacuateOptions in org.openstack4j.api.compute
Methods in org.openstack4j.api.compute with parameters of type EvacuateOptions Modifier and Type Method Description ServerPasswordServerService. evacuate(String serverId, EvacuateOptions options)Evacuates a server identified withserverIdfrom a failed host to a new host -
Uses of EvacuateOptions in org.openstack4j.model.compute.actions
Methods in org.openstack4j.model.compute.actions that return EvacuateOptions Modifier and Type Method Description EvacuateOptionsEvacuateOptions. adminPass(String adminPass)An administrative password (Optional)static EvacuateOptionsEvacuateOptions. create()EvacuateOptionsEvacuateOptions. host(String host)Name of the the host (Optional)EvacuateOptionsEvacuateOptions. onSharedStorage(boolean isShare)Server on shared storage -
Uses of EvacuateOptions in org.openstack4j.openstack.compute.domain.actions
Methods in org.openstack4j.openstack.compute.domain.actions with parameters of type EvacuateOptions Modifier and Type Method Description static EvacuateActionEvacuateAction. create(EvacuateOptions options) -
Uses of EvacuateOptions in org.openstack4j.openstack.compute.internal
Methods in org.openstack4j.openstack.compute.internal with parameters of type EvacuateOptions Modifier and Type Method Description ServerPasswordServerServiceImpl. evacuate(String serverId, EvacuateOptions options)Evacuates a server identified withserverIdfrom a failed host to a new host
-