| Package | Description |
|---|---|
| com.elastisys.scale.cloudpool.openstack.requests |
| Modifier and Type | Class and Description |
|---|---|
class |
AssignFloatingIpRequest
A request that, when called, tries to assign a floating IP address to a
Server. |
class |
CreateServerRequest
An Openstack Nova (compute) request that, when executed, creates a new server
instance.
|
class |
DeleteServerMetadataRequest
An Openstack Nova (compute) request that, when executed, deletes selected
tags from the server's metadata.
|
class |
DeleteServerRequest
OpenStack task that, when executed, deletes a server instance, releases any
allocated floating IP addresses and waits for the server to be terminated
(since this may not be immediate due to eventual consistency).
|
class |
GetServerRequest
A request that, when called, requests meta data about a particular
Server instance. |
class |
ListImagesRequest
An OpenStack request task that, when executed, retrieves all available
images.
|
class |
ListServersWithTagRequest
An OpenStack request task that, when executed, retrieves all servers with a
certain meta data tag.
|
class |
ListSizesRequest
An OpenStack request task that, when executed, retrieves all available
instance sizes, (or "server flavors" ).
|
class |
ServerExistsRequest
A request that, when called, determines if a particular
Server
exists. |
class |
UpdateServerMetadataRequest
An Openstack Nova (compute) request that, when executed, updates the metadata
tags of a server instance.
|
Copyright © 2011–2015 elastisys. All rights reserved.