public class DeleteServerMetadataRequest extends AbstractNovaRequest<Void>
| Constructor and Description |
|---|
DeleteServerMetadataRequest(OpenStackPoolDriverConfig account,
String serverId,
List<String> metadataKeysToDelete)
Constructs a
DeleteServerMetadataRequest. |
| 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 DeleteServerMetadataRequest(OpenStackPoolDriverConfig account, String serverId, List<String> metadataKeysToDelete)
DeleteServerMetadataRequest.account - Account login credentials for a particular OpenStack Nova
endpoint.serverId - The server whose metadata is to be updated.metadataKeysToDelete - Meta data tags to be removed from the server.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.