Package | Description |
---|---|
org.jclouds.aws.ec2.binders | |
org.jclouds.aws.ec2.domain | |
org.jclouds.aws.ec2.features | |
org.jclouds.aws.ec2.xml |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
BindLaunchSpecificationToFormParams.apply(LaunchSpecification launchSpec) |
Modifier and Type | Method and Description |
---|---|
LaunchSpecification |
LaunchSpecification.Builder.build() |
LaunchSpecification |
SpotInstanceRequest.getLaunchSpecification() |
Modifier and Type | Method and Description |
---|---|
static LaunchSpecification.Builder |
LaunchSpecification.Builder.fromLaunchSpecification(LaunchSpecification in) |
SpotInstanceRequest.Builder |
SpotInstanceRequest.Builder.launchSpecification(LaunchSpecification launchSpecification) |
Constructor and Description |
---|
SpotInstanceRequest(String region,
String availabilityZoneGroup,
String launchedAvailabilityZone,
Date createTime,
String faultCode,
String faultMessage,
String instanceId,
String launchGroup,
LaunchSpecification launchSpecification,
String productDescription,
String id,
float spotPrice,
SpotInstanceRequest.State state,
String rawState,
SpotInstanceRequest.Type type,
Date validFrom,
Date validUntil,
String statusCode,
String statusMessage,
Date statusUpdateTime,
Map<String,String> tags) |
Modifier and Type | Method and Description |
---|---|
Set<SpotInstanceRequest> |
SpotInstanceApi.requestSpotInstancesInRegion(String region,
float spotPrice,
int instanceCount,
LaunchSpecification launchSpec,
RequestSpotInstancesOptions... options)
Creates a Spot Instance request.
|
Modifier and Type | Method and Description |
---|---|
LaunchSpecification |
LaunchSpecificationHandler.getResult() |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.