|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LaunchSpecification | |
|---|---|
| org.jclouds.aws.ec2.binders | |
| org.jclouds.aws.ec2.domain | |
| org.jclouds.aws.ec2.services | |
| org.jclouds.aws.ec2.xml | |
| Uses of LaunchSpecification in org.jclouds.aws.ec2.binders |
|---|
| Methods in org.jclouds.aws.ec2.binders with parameters of type LaunchSpecification | |
|---|---|
Map<String,String> |
BindLaunchSpecificationToFormParams.apply(LaunchSpecification launchSpec)
|
| Uses of LaunchSpecification in org.jclouds.aws.ec2.domain |
|---|
| Methods in org.jclouds.aws.ec2.domain that return LaunchSpecification | |
|---|---|
LaunchSpecification |
LaunchSpecification.Builder.build()
|
LaunchSpecification |
SpotInstanceRequest.getLaunchSpecification()
|
| Methods in org.jclouds.aws.ec2.domain with parameters of type LaunchSpecification | |
|---|---|
static LaunchSpecification.Builder |
LaunchSpecification.Builder.fromLaunchSpecification(LaunchSpecification in)
|
SpotInstanceRequest.Builder |
SpotInstanceRequest.Builder.launchSpecification(LaunchSpecification launchSpecification)
|
| Constructors in org.jclouds.aws.ec2.domain with parameters of type LaunchSpecification | |
|---|---|
SpotInstanceRequest(String region,
String availabilityZoneGroup,
Date createTime,
String faultCode,
String faultMessage,
String instanceId,
String launchGroup,
LaunchSpecification launchSpecification,
String productDescription,
String id,
float spotPrice,
SpotInstanceRequest.State state,
SpotInstanceRequest.Type type,
Date validFrom,
Date validUntil)
|
|
| Uses of LaunchSpecification in org.jclouds.aws.ec2.services |
|---|
| Methods in org.jclouds.aws.ec2.services with parameters of type LaunchSpecification | |
|---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Set<SpotInstanceRequest>> |
SpotInstanceAsyncClient.requestSpotInstancesInRegion(String region,
float spotPrice,
int instanceCount,
LaunchSpecification launchSpec,
RequestSpotInstancesOptions... options)
|
Set<SpotInstanceRequest> |
SpotInstanceClient.requestSpotInstancesInRegion(String region,
float spotPrice,
int instanceCount,
LaunchSpecification launchSpec,
RequestSpotInstancesOptions... options)
Creates a Spot Instance request. |
| Uses of LaunchSpecification in org.jclouds.aws.ec2.xml |
|---|
| Methods in org.jclouds.aws.ec2.xml that return LaunchSpecification | |
|---|---|
LaunchSpecification |
LaunchSpecificationHandler.getResult()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||