Package | Description |
---|---|
org.openstack4j.api.compute | |
org.openstack4j.openstack.compute.domain | |
org.openstack4j.openstack.compute.internal |
Modifier and Type | Method and Description |
---|---|
ServerPassword |
ServerService.evacuate(String serverId,
EvacuateOptions options)
Evacuates a server identified with
serverId from a failed host to a new host |
ServerPassword |
ServerService.getPassword(String serverId)
Returns the encrypted password for the specified server which can be decrypted with
the private key
|
Modifier and Type | Class and Description |
---|---|
class |
AdminPass
Administrative password
|
class |
NovaPassword
A model class to return the password of the server
|
Modifier and Type | Method and Description |
---|---|
ServerPassword |
ServerServiceImpl.evacuate(String serverId,
EvacuateOptions options)
Evacuates a server identified with
serverId from a failed host to a new host |
ServerPassword |
ServerServiceImpl.getPassword(String serverId)
Returns the encrypted password for the specified server which can be decrypted with
the private key
|
Copyright © 2017. All rights reserved.