Uses of Class
org.jclouds.aws.ec2.domain.LaunchSpecification
-
Packages that use LaunchSpecification Package Description org.jclouds.aws.ec2.binders org.jclouds.aws.ec2.domain org.jclouds.aws.ec2.features 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 Modifier and Type Method Description 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 Modifier and Type Method Description LaunchSpecification
LaunchSpecification.Builder. build()
LaunchSpecification
SpotInstanceRequest. getLaunchSpecification()
Methods in org.jclouds.aws.ec2.domain with parameters of type LaunchSpecification Modifier and Type Method Description 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 Constructor 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)
-
Uses of LaunchSpecification in org.jclouds.aws.ec2.features
Methods in org.jclouds.aws.ec2.features with parameters of type LaunchSpecification Modifier and Type Method Description Set<SpotInstanceRequest>
SpotInstanceApi. 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 Modifier and Type Method Description LaunchSpecification
LaunchSpecificationHandler. getResult()
-