public class GetServerRequest extends AbstractNovaRequest<org.jclouds.openstack.nova.v2_0.domain.Server>
Server instance.
If the requested Server cannot be found, an
IllegalArgumentException is raised.| Constructor and Description |
|---|
GetServerRequest(OpenStackPoolDriverConfig account,
String serverId) |
| Modifier and Type | Method and Description |
|---|---|
org.jclouds.openstack.nova.v2_0.domain.Server |
doRequest(org.jclouds.openstack.nova.v2_0.NovaApi api)
Carries out the request and returns the response.
|
call, getAccountpublic GetServerRequest(OpenStackPoolDriverConfig account, String serverId)
public org.jclouds.openstack.nova.v2_0.domain.Server doRequest(org.jclouds.openstack.nova.v2_0.NovaApi api)
throws NotFoundException
AbstractNovaRequestdoRequest in class AbstractNovaRequest<org.jclouds.openstack.nova.v2_0.domain.Server>api - The OpenStack Nova (compute) API.NotFoundExceptionCopyright © 2011–2015 elastisys. All rights reserved.