| 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 request that, when executed, creates a new server instance.
|
class |
DeleteServerMetadataRequest
An Openstack request that, when executed, deletes selected tags from a
Server's metadata. |
class |
DeleteServerRequest
OpenStack task that, when executed, deletes a
Server, 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 |
ListNetworksRequest
An OpenStack request task that, when executed, retrieves all available
networks.
|
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" in OpenStack lingo).
|
class |
ServerExistsRequest
A request that, when called, determines if a particular
Server
exists. |
class |
UpdateServerMetadataRequest
An request that, when executed, updates the metadata tags of a
Server
instance. |
Copyright © 2011–2017 Elastisys. All rights reserved.