public class ServerExistsRequest extends AbstractOpenstackRequest<Boolean>
Server
exists.| Constructor and Description |
|---|
ServerExistsRequest(OpenStackPoolDriverConfig accessConfig,
String serverId) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
doRequest(org.openstack4j.api.OSClient api)
Carries out the request and returns the response.
|
call, getAccessConfigpublic ServerExistsRequest(OpenStackPoolDriverConfig accessConfig, String serverId)
public Boolean doRequest(org.openstack4j.api.OSClient api)
AbstractOpenstackRequestdoRequest in class AbstractOpenstackRequest<Boolean>api - An authenticated OpenStack API client that is instructed to
operate against the configured region.Copyright © 2011–2015 elastisys. All rights reserved.