A B C D E F G H I K L N O P R S T V W X 

A

addClientModule(List<Module>) - Method in class org.jclouds.deltacloud.DeltacloudContextBuilder
 
addContextModule(List<Module>) - Method in class org.jclouds.deltacloud.DeltacloudContextBuilder
 
apply(Image) - Method in class org.jclouds.deltacloud.compute.functions.DeltacloudImageToImage
 
apply(Image) - Method in class org.jclouds.deltacloud.compute.functions.DeltacloudImageToOperatingSystem
 
apply(HardwareProfile) - Method in class org.jclouds.deltacloud.compute.functions.HardwareProfileToHardware
 
apply(Instance) - Method in class org.jclouds.deltacloud.compute.functions.InstanceToNodeMetadata
 
apply(Realm) - Method in class org.jclouds.deltacloud.compute.functions.RealmToLocation
 
apply(Set<? extends DeltacloudCollection>) - Method in class org.jclouds.deltacloud.config.DeltacloudRestClientModule.FindCollectionWithRelAndReturnHref
 
apply(Exception) - Method in class org.jclouds.deltacloud.functions.ReturnVoidOnRedirectedDelete
 
apply(Instance) - Method in class org.jclouds.deltacloud.predicates.InstanceState
 
Architecture - Interface in org.jclouds.deltacloud.domain
 
authException - Variable in class org.jclouds.deltacloud.config.DeltacloudRestClientModule
 

B

BaseHardwareProperty - Class in org.jclouds.deltacloud.domain.internal
 
BaseHardwareProperty(HardwareProperty.Kind, String, String, Object) - Constructor for class org.jclouds.deltacloud.domain.internal.BaseHardwareProperty
 
bindErrorHandlers() - Method in class org.jclouds.deltacloud.config.DeltacloudRestClientModule
 
bindRetryHandlers() - Method in class org.jclouds.deltacloud.config.DeltacloudRestClientModule
 

C

characters(char[], int, int) - Method in class org.jclouds.deltacloud.xml.DeltacloudCollectionsHandler
 
characters(char[], int, int) - Method in class org.jclouds.deltacloud.xml.HardwareProfileHandler
 
characters(char[], int, int) - Method in class org.jclouds.deltacloud.xml.HardwareProfilesHandler
 
characters(char[], int, int) - Method in class org.jclouds.deltacloud.xml.ImageHandler
 
characters(char[], int, int) - Method in class org.jclouds.deltacloud.xml.ImagesHandler
 
characters(char[], int, int) - Method in class org.jclouds.deltacloud.xml.InstanceHandler
 
characters(char[], int, int) - Method in class org.jclouds.deltacloud.xml.InstancesHandler
 
characters(char[], int, int) - Method in class org.jclouds.deltacloud.xml.RealmHandler
 
characters(char[], int, int) - Method in class org.jclouds.deltacloud.xml.RealmsHandler
 
configure() - Method in class org.jclouds.deltacloud.compute.config.DeltacloudComputeServiceContextModule
 
createInstance(String, CreateInstanceOptions...) - Method in interface org.jclouds.deltacloud.DeltacloudAsyncClient
 
createInstance(String, CreateInstanceOptions...) - Method in interface org.jclouds.deltacloud.DeltacloudClient
Create a new Instance
CreateInstanceOptions - Class in org.jclouds.deltacloud.options
Contains options supported in the Deltacloud API for the Create Instance operation.
CreateInstanceOptions() - Constructor for class org.jclouds.deltacloud.options.CreateInstanceOptions
 
CreateInstanceOptions.Builder - Class in org.jclouds.deltacloud.options
 
CreateInstanceOptions.Builder() - Constructor for class org.jclouds.deltacloud.options.CreateInstanceOptions.Builder
 
createNodeWithGroupEncodedIntoName(String, String, Template) - Method in class org.jclouds.deltacloud.compute.strategy.DeltacloudComputeServiceAdapter
 

D

DEFAULT_PATTERN - Static variable in class org.jclouds.deltacloud.compute.functions.DeltacloudImageToOperatingSystem
 
defaultProperties() - Method in class org.jclouds.deltacloud.DeltacloudPropertiesBuilder
 
DeltacloudAsyncClient - Interface in org.jclouds.deltacloud
Provides asynchronous access to deltacloud via their REST API.
DeltacloudClient - Interface in org.jclouds.deltacloud
Provides synchronous access to deltacloud.
DeltacloudCollection - Class in org.jclouds.deltacloud.domain
 
DeltacloudCollection(URI, String) - Constructor for class org.jclouds.deltacloud.domain.DeltacloudCollection
 
DeltacloudCollection(URI, String, Set<? extends Feature>) - Constructor for class org.jclouds.deltacloud.domain.DeltacloudCollection
 
DeltacloudCollectionHandler - Class in org.jclouds.deltacloud.xml
 
DeltacloudCollectionHandler() - Constructor for class org.jclouds.deltacloud.xml.DeltacloudCollectionHandler
 
DeltacloudCollectionsHandler - Class in org.jclouds.deltacloud.xml
 
DeltacloudCollectionsHandler(DeltacloudCollectionHandler) - Constructor for class org.jclouds.deltacloud.xml.DeltacloudCollectionsHandler
 
DeltacloudComputeServiceAdapter - Class in org.jclouds.deltacloud.compute.strategy
defines the connection between the DeltacloudClient implementation and the jclouds ComputeService
DeltacloudComputeServiceAdapter(DeltacloudClient) - Constructor for class org.jclouds.deltacloud.compute.strategy.DeltacloudComputeServiceAdapter
 
DeltacloudComputeServiceContextModule - Class in org.jclouds.deltacloud.compute.config
 
DeltacloudComputeServiceContextModule() - Constructor for class org.jclouds.deltacloud.compute.config.DeltacloudComputeServiceContextModule
 
DeltacloudContextBuilder - Class in org.jclouds.deltacloud
 
DeltacloudContextBuilder(Properties) - Constructor for class org.jclouds.deltacloud.DeltacloudContextBuilder
 
DeltacloudErrorHandler - Class in org.jclouds.deltacloud.handlers
 
DeltacloudErrorHandler() - Constructor for class org.jclouds.deltacloud.handlers.DeltacloudErrorHandler
 
DeltacloudImageToImage - Class in org.jclouds.deltacloud.compute.functions
 
DeltacloudImageToImage(DeltacloudImageToOperatingSystem) - Constructor for class org.jclouds.deltacloud.compute.functions.DeltacloudImageToImage
 
DeltacloudImageToOperatingSystem - Class in org.jclouds.deltacloud.compute.functions
 
DeltacloudImageToOperatingSystem(Map<OsFamily, Map<String, String>>) - Constructor for class org.jclouds.deltacloud.compute.functions.DeltacloudImageToOperatingSystem
 
DeltacloudPropertiesBuilder - Class in org.jclouds.deltacloud
Builds properties used in deltacloud Clients
DeltacloudPropertiesBuilder(Properties) - Constructor for class org.jclouds.deltacloud.DeltacloudPropertiesBuilder
 
DeltacloudRedirectionRetryHandler - Class in org.jclouds.deltacloud.handlers
Handles Retryable responses with error codes in the 3xx range
DeltacloudRedirectionRetryHandler(Provider<UriBuilder>, BackoffLimitedRetryHandler) - Constructor for class org.jclouds.deltacloud.handlers.DeltacloudRedirectionRetryHandler
 
DeltacloudRestClientModule - Class in org.jclouds.deltacloud.config
Configures the deltacloud connection.
DeltacloudRestClientModule() - Constructor for class org.jclouds.deltacloud.config.DeltacloudRestClientModule
 
DeltacloudRestClientModule.FindCollectionWithRelAndReturnHref - Class in org.jclouds.deltacloud.config
 
DeltacloudRestClientModule.FindCollectionWithRelAndReturnHref(String) - Constructor for class org.jclouds.deltacloud.config.DeltacloudRestClientModule.FindCollectionWithRelAndReturnHref
 
destroyNode(String) - Method in class org.jclouds.deltacloud.compute.strategy.DeltacloudComputeServiceAdapter
 

E

endElement(String, String, String) - Method in class org.jclouds.deltacloud.xml.DeltacloudCollectionHandler
 
endElement(String, String, String) - Method in class org.jclouds.deltacloud.xml.DeltacloudCollectionsHandler
 
endElement(String, String, String) - Method in class org.jclouds.deltacloud.xml.HardwareProfileHandler
 
endElement(String, String, String) - Method in class org.jclouds.deltacloud.xml.HardwareProfilesHandler
 
endElement(String, String, String) - Method in class org.jclouds.deltacloud.xml.ImageHandler
 
endElement(String, String, String) - Method in class org.jclouds.deltacloud.xml.ImagesHandler
 
endElement(String, String, String) - Method in class org.jclouds.deltacloud.xml.InstanceHandler
 
endElement(String, String, String) - Method in class org.jclouds.deltacloud.xml.InstancesHandler
 
endElement(String, String, String) - Method in class org.jclouds.deltacloud.xml.RealmHandler
 
endElement(String, String, String) - Method in class org.jclouds.deltacloud.xml.RealmsHandler
 
EnumHardwareProperty - Class in org.jclouds.deltacloud.domain
 
EnumHardwareProperty(String, String, Object, HardwareParameter, Set<Object>) - Constructor for class org.jclouds.deltacloud.domain.EnumHardwareProperty
 
equals(Object) - Method in class org.jclouds.deltacloud.domain.DeltacloudCollection
 
equals(Object) - Method in class org.jclouds.deltacloud.domain.Feature
 
equals(Object) - Method in class org.jclouds.deltacloud.domain.HardwareParameter
 
equals(Object) - Method in class org.jclouds.deltacloud.domain.HardwareProfile
 
equals(Object) - Method in class org.jclouds.deltacloud.domain.Image
 
equals(Object) - Method in class org.jclouds.deltacloud.domain.Instance
 
equals(Object) - Method in class org.jclouds.deltacloud.domain.internal.BaseHardwareProperty
 
equals(Object) - Method in class org.jclouds.deltacloud.domain.KeyAuthentication
 
equals(Object) - Method in class org.jclouds.deltacloud.domain.ParameterizedHardwareProperty
 
equals(Object) - Method in class org.jclouds.deltacloud.domain.PasswordAuthentication
 
equals(Object) - Method in class org.jclouds.deltacloud.domain.RangeHardwareProperty
 
equals(Object) - Method in class org.jclouds.deltacloud.domain.Realm
 
equals(Object) - Method in class org.jclouds.deltacloud.domain.TransitionAutomatically
 
equals(Object) - Method in class org.jclouds.deltacloud.domain.TransitionOnAction
 

F

Feature - Class in org.jclouds.deltacloud.domain
 
Feature(String) - Constructor for class org.jclouds.deltacloud.domain.Feature
 
FixedHardwareProperty - Class in org.jclouds.deltacloud.domain
 
FixedHardwareProperty(String, String, Object) - Constructor for class org.jclouds.deltacloud.domain.FixedHardwareProperty
 
fromValue(String) - Static method in enum org.jclouds.deltacloud.domain.HardwareProperty.Kind
 
fromValue(String) - Static method in enum org.jclouds.deltacloud.domain.Instance.Action
 
fromValue(String) - Static method in enum org.jclouds.deltacloud.domain.Instance.State
 
fromValue(String) - Static method in enum org.jclouds.deltacloud.domain.Realm.State
 

G

getAction() - Method in class org.jclouds.deltacloud.domain.TransitionOnAction
 
getActions() - Method in class org.jclouds.deltacloud.domain.Instance
 
getArchitecture() - Method in class org.jclouds.deltacloud.domain.Image
 
getAuthentication() - Method in class org.jclouds.deltacloud.domain.Instance
 
getAvailableValues() - Method in class org.jclouds.deltacloud.domain.EnumHardwareProperty
 
getCollections() - Method in interface org.jclouds.deltacloud.DeltacloudAsyncClient
 
getCollections() - Method in interface org.jclouds.deltacloud.DeltacloudClient
The result of this entry-point is a set of entry-points into other collections, such as images, instances, hardware profiles and realms, among others.
getDescription() - Method in class org.jclouds.deltacloud.domain.Image
 
getFeatures() - Method in class org.jclouds.deltacloud.domain.DeltacloudCollection
 
getFirst() - Method in class org.jclouds.deltacloud.domain.RangeHardwareProperty
 
getHardwareProfile(URI) - Method in interface org.jclouds.deltacloud.DeltacloudAsyncClient
 
getHardwareProfile(URI) - Method in interface org.jclouds.deltacloud.DeltacloudClient
 
getHardwareProfile() - Method in class org.jclouds.deltacloud.domain.Instance
 
getHref() - Method in class org.jclouds.deltacloud.domain.DeltacloudCollection
 
getHref() - Method in class org.jclouds.deltacloud.domain.HardwareParameter
 
getHref() - Method in class org.jclouds.deltacloud.domain.HardwareProfile
 
getHref() - Method in class org.jclouds.deltacloud.domain.Image
 
getHref() - Method in class org.jclouds.deltacloud.domain.Instance
 
getHref() - Method in class org.jclouds.deltacloud.domain.Realm
 
getId() - Method in class org.jclouds.deltacloud.domain.HardwareProfile
 
getId() - Method in class org.jclouds.deltacloud.domain.Image
 
getId() - Method in class org.jclouds.deltacloud.domain.Instance
 
getId() - Method in class org.jclouds.deltacloud.domain.Realm
 
getImage(URI) - Method in interface org.jclouds.deltacloud.DeltacloudAsyncClient
 
getImage(URI) - Method in interface org.jclouds.deltacloud.DeltacloudClient
 
getImage() - Method in class org.jclouds.deltacloud.domain.Instance
 
getInstance(URI) - Method in interface org.jclouds.deltacloud.DeltacloudAsyncClient
 
getInstance(URI) - Method in interface org.jclouds.deltacloud.DeltacloudClient
 
getInstanceStates() - Method in interface org.jclouds.deltacloud.DeltacloudAsyncClient
 
getInstanceStates() - Method in interface org.jclouds.deltacloud.DeltacloudClient
 
getKeyName() - Method in class org.jclouds.deltacloud.domain.KeyAuthentication
 
getKind() - Method in interface org.jclouds.deltacloud.domain.HardwareProperty
 
getKind() - Method in class org.jclouds.deltacloud.domain.internal.BaseHardwareProperty
getLast() - Method in class org.jclouds.deltacloud.domain.RangeHardwareProperty
 
getLimit() - Method in class org.jclouds.deltacloud.domain.Realm
for example limitation of how many machine you can launch in given region / how much computing power is available for you.
getLoginCredentials() - Method in class org.jclouds.deltacloud.domain.PasswordAuthentication
 
getMethod() - Method in class org.jclouds.deltacloud.domain.HardwareParameter
 
getName() - Method in class org.jclouds.deltacloud.domain.Feature
 
getName() - Method in class org.jclouds.deltacloud.domain.HardwareParameter
 
getName() - Method in class org.jclouds.deltacloud.domain.HardwareProfile
 
getName() - Method in interface org.jclouds.deltacloud.domain.HardwareProperty
 
getName() - Method in class org.jclouds.deltacloud.domain.Image
 
getName() - Method in class org.jclouds.deltacloud.domain.Instance
 
getName() - Method in class org.jclouds.deltacloud.domain.internal.BaseHardwareProperty
getName() - Method in class org.jclouds.deltacloud.domain.Realm
 
getName() - Method in class org.jclouds.deltacloud.options.CreateInstanceOptions
 
getNode(String) - Method in class org.jclouds.deltacloud.compute.strategy.DeltacloudComputeServiceAdapter
 
getOperation() - Method in class org.jclouds.deltacloud.domain.HardwareParameter
 
getOwnerId() - Method in class org.jclouds.deltacloud.domain.Image
 
getOwnerId() - Method in class org.jclouds.deltacloud.domain.Instance
 
getParam() - Method in class org.jclouds.deltacloud.domain.ParameterizedHardwareProperty
 
getPrivateAddresses() - Method in class org.jclouds.deltacloud.domain.Instance
 
getProperties() - Method in class org.jclouds.deltacloud.domain.HardwareProfile
 
getPublicAddresses() - Method in class org.jclouds.deltacloud.domain.Instance
 
getRealm(URI) - Method in interface org.jclouds.deltacloud.DeltacloudAsyncClient
 
getRealm(URI) - Method in interface org.jclouds.deltacloud.DeltacloudClient
 
getRealm() - Method in class org.jclouds.deltacloud.domain.Instance
 
getRel() - Method in class org.jclouds.deltacloud.domain.DeltacloudCollection
 
getResult() - Method in class org.jclouds.deltacloud.xml.DeltacloudCollectionHandler
 
getResult() - Method in class org.jclouds.deltacloud.xml.DeltacloudCollectionsHandler
 
getResult() - Method in class org.jclouds.deltacloud.xml.HardwareProfileHandler
 
getResult() - Method in class org.jclouds.deltacloud.xml.HardwareProfilesHandler
 
getResult() - Method in class org.jclouds.deltacloud.xml.HardwarePropertyHandler
resets state of the handler when called.
getResult() - Method in class org.jclouds.deltacloud.xml.ImageHandler
 
getResult() - Method in class org.jclouds.deltacloud.xml.ImagesHandler
 
getResult() - Method in class org.jclouds.deltacloud.xml.InstanceHandler
 
getResult() - Method in class org.jclouds.deltacloud.xml.InstancesHandler
 
getResult() - Method in class org.jclouds.deltacloud.xml.InstanceStatesHandler
 
getResult() - Method in class org.jclouds.deltacloud.xml.RealmHandler
 
getResult() - Method in class org.jclouds.deltacloud.xml.RealmsHandler
 
getState() - Method in class org.jclouds.deltacloud.domain.Instance
 
getState() - Method in class org.jclouds.deltacloud.domain.Realm
 
getState() - Method in class org.jclouds.deltacloud.predicates.InstanceFinished
 
getState() - Method in class org.jclouds.deltacloud.predicates.InstanceRunning
 
getState() - Method in class org.jclouds.deltacloud.predicates.InstanceState
 
getTo() - Method in interface org.jclouds.deltacloud.domain.Transition
 
getTo() - Method in class org.jclouds.deltacloud.domain.TransitionAutomatically
 
getTo() - Method in class org.jclouds.deltacloud.domain.TransitionOnAction
 
getUnit() - Method in interface org.jclouds.deltacloud.domain.HardwareProperty
 
getUnit() - Method in class org.jclouds.deltacloud.domain.internal.BaseHardwareProperty
getValue() - Method in interface org.jclouds.deltacloud.domain.HardwareProperty
 
getValue() - Method in class org.jclouds.deltacloud.domain.internal.BaseHardwareProperty

H

handleError(HttpCommand, HttpResponse) - Method in class org.jclouds.deltacloud.handlers.DeltacloudErrorHandler
 
HardwareParameter - Class in org.jclouds.deltacloud.domain
A parameter corresponding to a hardware option.
HardwareParameter(URI, String, String, String) - Constructor for class org.jclouds.deltacloud.domain.HardwareParameter
 
HardwareProfile - Class in org.jclouds.deltacloud.domain
A hardware profile represents a configuration of resources upon which a machine may be deployed.
HardwareProfile(URI, String, String, Set<? extends HardwareProperty>) - Constructor for class org.jclouds.deltacloud.domain.HardwareProfile
 
hardwareProfile(String) - Static method in class org.jclouds.deltacloud.options.CreateInstanceOptions.Builder
 
hardwareProfile(String) - Method in class org.jclouds.deltacloud.options.CreateInstanceOptions
The hardware profile upon which to launch the instance
HardwareProfileHandler - Class in org.jclouds.deltacloud.xml
 
HardwareProfiles - Annotation Type in org.jclouds.deltacloud.collections
The images collection will return a set of all hardware profiles available to the current user.
HardwareProfilesHandler - Class in org.jclouds.deltacloud.xml
 
HardwareProfilesHandler(HardwareProfileHandler) - Constructor for class org.jclouds.deltacloud.xml.HardwareProfilesHandler
 
HardwareProfileToHardware - Class in org.jclouds.deltacloud.compute.functions
 
HardwareProfileToHardware() - Constructor for class org.jclouds.deltacloud.compute.functions.HardwareProfileToHardware
 
HardwareProperty - Interface in org.jclouds.deltacloud.domain
 
HardwareProperty.Kind - Enum in org.jclouds.deltacloud.domain
 
HardwarePropertyHandler - Class in org.jclouds.deltacloud.xml
 
HardwarePropertyHandler() - Constructor for class org.jclouds.deltacloud.xml.HardwarePropertyHandler
 
hardwares - Variable in class org.jclouds.deltacloud.compute.functions.InstanceToNodeMetadata
 
hashCode() - Method in class org.jclouds.deltacloud.domain.DeltacloudCollection
 
hashCode() - Method in class org.jclouds.deltacloud.domain.Feature
 
hashCode() - Method in class org.jclouds.deltacloud.domain.HardwareParameter
 
hashCode() - Method in class org.jclouds.deltacloud.domain.HardwareProfile
 
hashCode() - Method in class org.jclouds.deltacloud.domain.Image
 
hashCode() - Method in class org.jclouds.deltacloud.domain.Instance
 
hashCode() - Method in class org.jclouds.deltacloud.domain.internal.BaseHardwareProperty
 
hashCode() - Method in class org.jclouds.deltacloud.domain.KeyAuthentication
 
hashCode() - Method in class org.jclouds.deltacloud.domain.ParameterizedHardwareProperty
 
hashCode() - Method in class org.jclouds.deltacloud.domain.PasswordAuthentication
 
hashCode() - Method in class org.jclouds.deltacloud.domain.RangeHardwareProperty
 
hashCode() - Method in class org.jclouds.deltacloud.domain.Realm
 
hashCode() - Method in class org.jclouds.deltacloud.domain.TransitionAutomatically
 
hashCode() - Method in class org.jclouds.deltacloud.domain.TransitionOnAction
 

I

I386 - Static variable in interface org.jclouds.deltacloud.domain.Architecture
 
Image - Class in org.jclouds.deltacloud.domain
An image is a platonic form of a machine.
Image(URI, String, String, String, String, String) - Constructor for class org.jclouds.deltacloud.domain.Image
 
ImageHandler - Class in org.jclouds.deltacloud.xml
 
ImageHandler() - Constructor for class org.jclouds.deltacloud.xml.ImageHandler
 
Images - Annotation Type in org.jclouds.deltacloud.collections
The images collection will return a set of all images available to the current user.
images - Variable in class org.jclouds.deltacloud.compute.functions.InstanceToNodeMetadata
 
ImagesHandler - Class in org.jclouds.deltacloud.xml
 
ImagesHandler(ImageHandler) - Constructor for class org.jclouds.deltacloud.xml.ImagesHandler
 
Instance - Class in org.jclouds.deltacloud.domain
An instance is a concrete machine realized from an image.
Instance(URI, String, String, String, URI, URI, URI, Instance.State, Map<Instance.Action, HttpRequest>, Instance.Authentication, Set<String>, Set<String>) - Constructor for class org.jclouds.deltacloud.domain.Instance
 
Instance.Action - Enum in org.jclouds.deltacloud.domain
 
Instance.Authentication - Interface in org.jclouds.deltacloud.domain
 
Instance.State - Enum in org.jclouds.deltacloud.domain
 
InstanceFinished - Class in org.jclouds.deltacloud.predicates
Tests to see if a instance is terminated
InstanceFinished(DeltacloudClient) - Constructor for class org.jclouds.deltacloud.predicates.InstanceFinished
 
InstanceHandler - Class in org.jclouds.deltacloud.xml
 
InstanceHandler() - Constructor for class org.jclouds.deltacloud.xml.InstanceHandler
 
InstanceRunning - Class in org.jclouds.deltacloud.predicates
Tests to see if a instance is running
InstanceRunning(DeltacloudClient) - Constructor for class org.jclouds.deltacloud.predicates.InstanceRunning
 
Instances - Annotation Type in org.jclouds.deltacloud.collections
The instances collection will return a set of all instances available to the current user.
InstancesHandler - Class in org.jclouds.deltacloud.xml
 
InstancesHandler(InstanceHandler) - Constructor for class org.jclouds.deltacloud.xml.InstancesHandler
 
InstanceState - Class in org.jclouds.deltacloud.predicates
Tests to see if a instance is at a specific state
InstanceState(DeltacloudClient) - Constructor for class org.jclouds.deltacloud.predicates.InstanceState
 
InstanceStates - Annotation Type in org.jclouds.deltacloud.collections
The realms collection will return a set of all instance states available to the current user.
InstanceStatesHandler - Class in org.jclouds.deltacloud.xml
 
InstanceStatesHandler() - Constructor for class org.jclouds.deltacloud.xml.InstanceStatesHandler
 
InstanceToNodeMetadata - Class in org.jclouds.deltacloud.compute.functions
 
instanceToNodeState - Static variable in class org.jclouds.deltacloud.compute.functions.InstanceToNodeMetadata
 

K

KeyAuthentication - Class in org.jclouds.deltacloud.domain
 
KeyAuthentication(String) - Constructor for class org.jclouds.deltacloud.domain.KeyAuthentication
 

L

listHardwareProfiles() - Method in class org.jclouds.deltacloud.compute.strategy.DeltacloudComputeServiceAdapter
 
listHardwareProfiles() - Method in interface org.jclouds.deltacloud.DeltacloudAsyncClient
 
listHardwareProfiles() - Method in interface org.jclouds.deltacloud.DeltacloudClient
The hardware profiles collection will return a set of all hardware profiles available to the current user.
listImages() - Method in class org.jclouds.deltacloud.compute.strategy.DeltacloudComputeServiceAdapter
 
listImages() - Method in interface org.jclouds.deltacloud.DeltacloudAsyncClient
 
listImages() - Method in interface org.jclouds.deltacloud.DeltacloudClient
The images collection will return a set of all images available to the current user.
listInstances() - Method in interface org.jclouds.deltacloud.DeltacloudAsyncClient
 
listInstances() - Method in interface org.jclouds.deltacloud.DeltacloudClient
The instances collection will return a set of all instances available to the current user.
listLocations() - Method in class org.jclouds.deltacloud.compute.strategy.DeltacloudComputeServiceAdapter
 
listNodes() - Method in class org.jclouds.deltacloud.compute.strategy.DeltacloudComputeServiceAdapter
 
listRealms() - Method in interface org.jclouds.deltacloud.DeltacloudAsyncClient
 
listRealms() - Method in interface org.jclouds.deltacloud.DeltacloudClient
The realms collection will return a set of all realms available to the current user.
locations - Variable in class org.jclouds.deltacloud.compute.functions.InstanceToNodeMetadata
 
logger - Variable in class org.jclouds.deltacloud.compute.functions.DeltacloudImageToOperatingSystem
 
logger - Variable in class org.jclouds.deltacloud.compute.functions.InstanceToNodeMetadata
 
logger - Variable in class org.jclouds.deltacloud.compute.strategy.DeltacloudComputeServiceAdapter
 
logger - Variable in class org.jclouds.deltacloud.handlers.DeltacloudErrorHandler
 
logger - Variable in class org.jclouds.deltacloud.predicates.InstanceState
 
logger - Variable in class org.jclouds.deltacloud.xml.InstanceHandler
 
logger - Variable in class org.jclouds.deltacloud.xml.InstanceStatesHandler
 

N

named(String) - Static method in class org.jclouds.deltacloud.options.CreateInstanceOptions.Builder
 
named(String) - Method in class org.jclouds.deltacloud.options.CreateInstanceOptions
A short label to identify the instance.
NONE - Static variable in class org.jclouds.deltacloud.options.CreateInstanceOptions
 

O

org.jclouds.deltacloud - package org.jclouds.deltacloud
 
org.jclouds.deltacloud.collections - package org.jclouds.deltacloud.collections
 
org.jclouds.deltacloud.compute.config - package org.jclouds.deltacloud.compute.config
 
org.jclouds.deltacloud.compute.functions - package org.jclouds.deltacloud.compute.functions
 
org.jclouds.deltacloud.compute.strategy - package org.jclouds.deltacloud.compute.strategy
 
org.jclouds.deltacloud.config - package org.jclouds.deltacloud.config
 
org.jclouds.deltacloud.domain - package org.jclouds.deltacloud.domain
 
org.jclouds.deltacloud.domain.internal - package org.jclouds.deltacloud.domain.internal
 
org.jclouds.deltacloud.functions - package org.jclouds.deltacloud.functions
 
org.jclouds.deltacloud.handlers - package org.jclouds.deltacloud.handlers
 
org.jclouds.deltacloud.options - package org.jclouds.deltacloud.options
 
org.jclouds.deltacloud.predicates - package org.jclouds.deltacloud.predicates
 
org.jclouds.deltacloud.xml - package org.jclouds.deltacloud.xml
 

P

ParameterizedHardwareProperty - Class in org.jclouds.deltacloud.domain
 
ParameterizedHardwareProperty(HardwareProperty.Kind, String, String, Object, HardwareParameter) - Constructor for class org.jclouds.deltacloud.domain.ParameterizedHardwareProperty
 
parseHardware(Instance) - Method in class org.jclouds.deltacloud.compute.functions.InstanceToNodeMetadata
 
parseLocation(Instance) - Method in class org.jclouds.deltacloud.compute.functions.InstanceToNodeMetadata
 
parseMessage(HttpResponse) - Method in class org.jclouds.deltacloud.handlers.DeltacloudErrorHandler
 
parseNumberOrNull(String) - Static method in class org.jclouds.deltacloud.xml.HardwarePropertyHandler
 
parseOperatingSystem(Instance) - Method in class org.jclouds.deltacloud.compute.functions.InstanceToNodeMetadata
 
PasswordAuthentication - Class in org.jclouds.deltacloud.domain
 
PasswordAuthentication(LoginCredentials) - Constructor for class org.jclouds.deltacloud.domain.PasswordAuthentication
 
performAction(HttpRequest) - Method in interface org.jclouds.deltacloud.DeltacloudAsyncClient
 
performAction(HttpRequest) - Method in interface org.jclouds.deltacloud.DeltacloudClient
perform a specific action.
provideCollections(long, DeltacloudClient) - Method in class org.jclouds.deltacloud.config.DeltacloudRestClientModule
 
provideHardwareProfileCollection(Supplier<Set<? extends DeltacloudCollection>>) - Method in class org.jclouds.deltacloud.config.DeltacloudRestClientModule
 
provideImageCollection(Supplier<Set<? extends DeltacloudCollection>>) - Method in class org.jclouds.deltacloud.config.DeltacloudRestClientModule
since the supplier is memoized, and there are no objects created here, this doesn't need to be singleton.
provideInstanceCollection(Supplier<Set<? extends DeltacloudCollection>>) - Method in class org.jclouds.deltacloud.config.DeltacloudRestClientModule
 
provideInstanceStateCollection(Supplier<Set<? extends DeltacloudCollection>>) - Method in class org.jclouds.deltacloud.config.DeltacloudRestClientModule
 
provideRealmCollection(Supplier<Set<? extends DeltacloudCollection>>) - Method in class org.jclouds.deltacloud.config.DeltacloudRestClientModule
 

R

RangeHardwareProperty - Class in org.jclouds.deltacloud.domain
 
RangeHardwareProperty(String, String, Number, HardwareParameter, Number, Number) - Constructor for class org.jclouds.deltacloud.domain.RangeHardwareProperty
 
Realm - Class in org.jclouds.deltacloud.domain
Within a cloud provider a realm represents a boundary containing resources.
Realm(URI, String, String, String, Realm.State) - Constructor for class org.jclouds.deltacloud.domain.Realm
 
realm(String) - Static method in class org.jclouds.deltacloud.options.CreateInstanceOptions.Builder
 
realm(String) - Method in class org.jclouds.deltacloud.options.CreateInstanceOptions
The realm in which to launch the instance
Realm.State - Enum in org.jclouds.deltacloud.domain
 
RealmHandler - Class in org.jclouds.deltacloud.xml
 
RealmHandler() - Constructor for class org.jclouds.deltacloud.xml.RealmHandler
 
Realms - Annotation Type in org.jclouds.deltacloud.collections
The realms collection will return a set of all realms available to the current user.
RealmsHandler - Class in org.jclouds.deltacloud.xml
 
RealmsHandler(RealmHandler) - Constructor for class org.jclouds.deltacloud.xml.RealmsHandler
 
RealmToLocation - Class in org.jclouds.deltacloud.compute.functions
 
RealmToLocation(Set<String>, String, Supplier<URI>) - Constructor for class org.jclouds.deltacloud.compute.functions.RealmToLocation
 
rebootNode(String) - Method in class org.jclouds.deltacloud.compute.strategy.DeltacloudComputeServiceAdapter
 
resumeNode(String) - Method in class org.jclouds.deltacloud.compute.strategy.DeltacloudComputeServiceAdapter
 
ReturnVoidOnRedirectedDelete - Class in org.jclouds.deltacloud.functions
When a delete operation is performed, Deltacloud returns 302.
ReturnVoidOnRedirectedDelete() - Constructor for class org.jclouds.deltacloud.functions.ReturnVoidOnRedirectedDelete
 

S

shouldRetryRequest(HttpCommand, HttpResponse) - Method in class org.jclouds.deltacloud.handlers.DeltacloudRedirectionRetryHandler
 
startElement(String, String, String, Attributes) - Method in class org.jclouds.deltacloud.xml.DeltacloudCollectionHandler
 
startElement(String, String, String, Attributes) - Method in class org.jclouds.deltacloud.xml.DeltacloudCollectionsHandler
 
startElement(String, String, String, Attributes) - Method in class org.jclouds.deltacloud.xml.HardwareProfileHandler
 
startElement(String, String, String, Attributes) - Method in class org.jclouds.deltacloud.xml.HardwareProfilesHandler
 
startElement(String, String, String, Attributes) - Method in class org.jclouds.deltacloud.xml.HardwarePropertyHandler
 
startElement(String, String, String, Attributes) - Method in class org.jclouds.deltacloud.xml.ImageHandler
 
startElement(String, String, String, Attributes) - Method in class org.jclouds.deltacloud.xml.ImagesHandler
 
startElement(String, String, String, Attributes) - Method in class org.jclouds.deltacloud.xml.InstanceHandler
 
startElement(String, String, String, Attributes) - Method in class org.jclouds.deltacloud.xml.InstancesHandler
 
startElement(String, String, String, Attributes) - Method in class org.jclouds.deltacloud.xml.InstanceStatesHandler
 
startElement(String, String, String, Attributes) - Method in class org.jclouds.deltacloud.xml.RealmHandler
 
startElement(String, String, String, Attributes) - Method in class org.jclouds.deltacloud.xml.RealmsHandler
 
stringOrNumber(String) - Static method in class org.jclouds.deltacloud.xml.HardwarePropertyHandler
 
suspendNode(String) - Method in class org.jclouds.deltacloud.compute.strategy.DeltacloudComputeServiceAdapter
 

T

toString() - Method in class org.jclouds.deltacloud.domain.DeltacloudCollection
 
toString() - Method in class org.jclouds.deltacloud.domain.EnumHardwareProperty
 
toString() - Method in class org.jclouds.deltacloud.domain.Feature
 
toString() - Method in class org.jclouds.deltacloud.domain.HardwareParameter
 
toString() - Method in class org.jclouds.deltacloud.domain.HardwareProfile
 
toString() - Method in class org.jclouds.deltacloud.domain.Image
 
toString() - Method in enum org.jclouds.deltacloud.domain.Instance.Action
 
toString() - Method in class org.jclouds.deltacloud.domain.Instance
 
toString() - Method in class org.jclouds.deltacloud.domain.internal.BaseHardwareProperty
 
toString() - Method in class org.jclouds.deltacloud.domain.KeyAuthentication
 
toString() - Method in class org.jclouds.deltacloud.domain.ParameterizedHardwareProperty
 
toString() - Method in class org.jclouds.deltacloud.domain.PasswordAuthentication
 
toString() - Method in class org.jclouds.deltacloud.domain.RangeHardwareProperty
 
toString() - Method in class org.jclouds.deltacloud.domain.Realm
 
toString() - Method in class org.jclouds.deltacloud.domain.TransitionAutomatically
 
toString() - Method in class org.jclouds.deltacloud.domain.TransitionOnAction
 
Transition - Interface in org.jclouds.deltacloud.domain
 
TransitionAutomatically - Class in org.jclouds.deltacloud.domain
 
TransitionAutomatically(Instance.State) - Constructor for class org.jclouds.deltacloud.domain.TransitionAutomatically
 
TransitionOnAction - Class in org.jclouds.deltacloud.domain
 
TransitionOnAction(Instance.Action, Instance.State) - Constructor for class org.jclouds.deltacloud.domain.TransitionOnAction
 

V

value() - Method in enum org.jclouds.deltacloud.domain.Instance.Action
 
valueOf(String) - Static method in enum org.jclouds.deltacloud.domain.HardwareProperty.Kind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jclouds.deltacloud.domain.Instance.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jclouds.deltacloud.domain.Instance.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jclouds.deltacloud.domain.Realm.State
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jclouds.deltacloud.domain.HardwareProperty.Kind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jclouds.deltacloud.domain.Instance.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jclouds.deltacloud.domain.Instance.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jclouds.deltacloud.domain.Realm.State
Returns an array containing the constants of this enum type, in the order they are declared.

W

WINDOWS_PATTERN - Static variable in class org.jclouds.deltacloud.compute.functions.DeltacloudImageToOperatingSystem
 

X

X86_64 - Static variable in interface org.jclouds.deltacloud.domain.Architecture
 
A B C D E F G H I K L N O P R S T V W X 

Copyright © 2009-2012 jclouds. All Rights Reserved.