public class DeleteServerRequest extends AbstractNovaRequest<Void>
| Constructor and Description |
|---|
DeleteServerRequest(OpenStackPoolDriverConfig account,
String victimId) |
| Modifier and Type | Method and Description |
|---|---|
Void |
doRequest(org.jclouds.openstack.nova.v2_0.NovaApi api)
Carries out the request and returns the response.
|
call, getAccountpublic DeleteServerRequest(OpenStackPoolDriverConfig account, String victimId)
account - Account login credentials for a particular OpenStack Nova
endpoint.victimId - The identifier (UUID) of the server instance to delete.public Void doRequest(org.jclouds.openstack.nova.v2_0.NovaApi api) throws NotFoundException
AbstractNovaRequestdoRequest in class AbstractNovaRequest<Void>api - The OpenStack Nova (compute) API.NotFoundExceptionCopyright © 2011–2015 elastisys. All rights reserved.