Package org.jclouds.aws.ec2.domain
Class Spot
java.lang.Object
org.jclouds.aws.ec2.domain.Spot
- All Implemented Interfaces:
Comparable<Spot>
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Spot.Builder
builder()
int
boolean
Deprecated.float
int
hashCode()
toString()
-
Constructor Details
-
Spot
-
-
Method Details
-
builder
-
getRegion
Deprecated.To be removed in jclouds 1.6Warning
Especially on EC2 clones that may not support regions, this value is fragile. Consider alternate means to determine context. -
getInstanceType
-
getProductDescription
-
getSpotPrice
public float getSpotPrice() -
getTimestamp
-
getAvailabilityZone
-
compareTo
- Specified by:
compareTo
in interfaceComparable<Spot>
-
hashCode
public int hashCode() -
equals
-
toString
-