Uses of Interface
org.openstack4j.model.compute.ServerPassword
-
Packages that use ServerPassword Package Description org.openstack4j.api.compute org.openstack4j.openstack.compute.domain org.openstack4j.openstack.compute.internal -
-
Uses of ServerPassword in org.openstack4j.api.compute
Methods in org.openstack4j.api.compute that return ServerPassword Modifier and Type Method Description ServerPasswordServerService. evacuate(String serverId, EvacuateOptions options)Evacuates a server identified withserverIdfrom a failed host to a new hostServerPasswordServerService. getPassword(String serverId)Returns the encrypted password for the specified server which can be decrypted with the private key -
Uses of ServerPassword in org.openstack4j.openstack.compute.domain
Classes in org.openstack4j.openstack.compute.domain that implement ServerPassword Modifier and Type Class Description classAdminPassAdministrative passwordclassNovaPasswordA model class to return the password of the server -
Uses of ServerPassword in org.openstack4j.openstack.compute.internal
Methods in org.openstack4j.openstack.compute.internal that return ServerPassword Modifier and Type Method Description ServerPasswordServerServiceImpl. evacuate(String serverId, EvacuateOptions options)Evacuates a server identified withserverIdfrom a failed host to a new hostServerPasswordServerServiceImpl. getPassword(String serverId)Returns the encrypted password for the specified server which can be decrypted with the private key
-