public class ComputeServiceImpl extends BaseComputeServices implements ComputeService
BaseOpenStackService.Invocation<R>
Constructor and Description |
---|
ComputeServiceImpl() |
Modifier and Type | Method and Description |
---|---|
FlavorService |
flavors()
Flavor Service API
|
FloatingIPDNSService |
floatingIPDNS()
Service that manages the extension 'os-floating-ip-dns'
|
ComputeFloatingIPService |
floatingIps()
Floating IP Service API
|
HostService |
host()
Compute Os-Host API
|
HostAggregateService |
hostAggregates()
Host Aggregates Management Service
|
HypervisorService |
hypervisors()
Hypervisor Service Extension API
|
ComputeImageService |
images()
Image Service API
|
KeypairService |
keypairs()
Keypair Management Service
|
List<? extends Extension> |
listExtensions() |
MigrationService |
migrations()
Administrators only - provides in-progress migrations for a region or cell
|
QuotaSetService |
quotaSets()
Quota-Set Service API
|
ComputeSecurityGroupService |
securityGroups()
Security Groups Extension API
|
ServerGroupService |
serverGroups()
ServerGroup Management Service
|
ServerService |
servers()
Server Service API
|
ServerTagService |
serverTags()
Server Tag Management Service
|
ServicesService |
services()
Compute services service
|
ZoneService |
zones()
ZoneService Extension API
|
invokeAction, invokeActionWithResponse
delete, deleteWithResponse, get, getProvider, getServiceVersion, getXOpenstackRequestId, head, patch, patchWithResponse, post, postWithResponse, put, request, toList, uri
public FlavorService flavors()
flavors
in interface ComputeService
public ComputeImageService images()
images
in interface ComputeService
public ServerService servers()
servers
in interface ComputeService
public QuotaSetService quotaSets()
quotaSets
in interface ComputeService
public HostService host()
host
in interface ComputeService
public List<? extends Extension> listExtensions()
listExtensions
in interface ComputeService
public ComputeFloatingIPService floatingIps()
floatingIps
in interface ComputeService
public ComputeSecurityGroupService securityGroups()
securityGroups
in interface ComputeService
public KeypairService keypairs()
keypairs
in interface ComputeService
public HypervisorService hypervisors()
hypervisors
in interface ComputeService
public ZoneService zones()
zones
in interface ComputeService
public MigrationService migrations()
migrations
in interface ComputeService
public ServerGroupService serverGroups()
ComputeService
serverGroups
in interface ComputeService
public FloatingIPDNSService floatingIPDNS()
ComputeService
floatingIPDNS
in interface ComputeService
public HostAggregateService hostAggregates()
ComputeService
hostAggregates
in interface ComputeService
public ServerTagService serverTags()
ComputeService
serverTags
in interface ComputeService
public ServicesService services()
ComputeService
services
in interface ComputeService
Copyright © 2017. All rights reserved.