All Classes
-
All Classes Interface Summary Class Summary Class Description AbstractOpenstackRequest<R> An abstract base class for implementing OpenStack request clients.AssignFloatingIpRequest A request that, when called, tries to assign a floating IP address to aServer.CloudApiSettings Cloud API settings for anOpenStackPoolDriver.Constants Various constants for theOpenStackCloudClient.CreateServerRequest An request that, when executed, creates a new server instance.DeleteServerMetadataRequest An Openstack request that, when executed, deletes selected tags from aServer's metadata.DeleteServerRequest OpenStack task that, when executed, deletes aServer, releases any allocated floating IP addresses and waits for the server to be terminated (since this may not be immediate due to eventual consistency).GetServerRequest A request that, when called, requests meta data about a particularServer.ListImagesRequest An OpenStack request task that, when executed, retrieves all available images.ListNetworksRequest An OpenStack request task that, when executed, retrieves all available networks.ListServersWithTagRequest An OpenStack request task that, when executed, retrieves allServers with a certain meta data tag.ListSizesRequest An OpenStack request task that, when executed, retrieves all available instance sizes (or "server flavors" in OpenStack lingo).Main Main class that starts a REST APICloudPoolServerfor an OpenStackCloudPool.Main Main class that starts a REST APIMultiCloudPoolServerfor a collection of OpenStackCloudPoolinstances.OpenstackClient A simplified client interface towards the OpenStack API, which only provides the functionality needed by theOpenStackPoolDriver.OpenStackCloudPoolFactory ACloudPoolFactorythat creates OpenStackCloudPoolinstances.OpenStackPoolDriver ACloudPoolDriverimplementation that operates against OpenStack.ProvisioningTemplate OpenStack-specific server provisioning template.ProvisioningTemplate.Builder A builder for constructingProvisioningTemplates.ServerExistsRequest A request that, when called, determines if a particularServerexists.ServerIpAddressRequester ARequesterthat returns the IP addresses for a given Openstack server instance.ServerPredicates Predicates relating to OpenstackServerinstances.ServerToMachine Translates aServerfrom the OpenStack API to itsMachinecounterpart.StandardOpenstackClient Standard implementation of theOpenstackClientinterface.StatusToMachineState UpdateServerMetadataRequest An request that, when executed, updates the metadata tags of aServerinstance.