Class BaseComputeServices
- java.lang.Object
-
- org.openstack4j.openstack.internal.BaseOpenStackService
-
- org.openstack4j.openstack.compute.internal.BaseComputeServices
-
- Direct Known Subclasses:
ComputeFloatingIPServiceImpl,ComputeImageServiceImpl,ComputeSecurityGroupServiceImpl,ComputeServiceImpl,FlavorServiceImpl,FloatingIPDNSDomainServiceImpl,FloatingIPDNSEntryServiceImpl,HostAggregateServiceImpl,HostServiceImpl,HypervisorServiceImpl,InstanceActionsServiceImpl,InterfaceServiceImpl,KeypairServiceImpl,MigrationServiceImpl,NovaServerActionsService,QuotaSetServiceImpl,ServerGroupServiceImpl,ServerServiceImpl,ServerTagServiceImpl,ServicesServiceImpl,ZoneServiceImpl
public class BaseComputeServices extends BaseOpenStackService
Base class for Computer / Nova services- Author:
- Jeremy Unruh
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.openstack4j.openstack.internal.BaseOpenStackService
BaseOpenStackService.Invocation<R>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBaseComputeServices()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ActionResponseinvokeAction(String serverId, ServerAction action)protected HttpResponseinvokeActionWithResponse(String serverId, ServerAction action)-
Methods inherited from class org.openstack4j.openstack.internal.BaseOpenStackService
delete, deleteWithResponse, get, getProvider, getServiceVersion, getWithResponse, getXOpenstackRequestId, head, patch, patchWithResponse, post, postWithResponse, put, putWithResponse, request, toList, uri
-
-
-
-
Method Detail
-
invokeAction
protected ActionResponse invokeAction(String serverId, ServerAction action)
-
invokeActionWithResponse
protected HttpResponse invokeActionWithResponse(String serverId, ServerAction action)
-
-