Class Spot

    • Constructor Detail

      • Spot

        public Spot​(String region,
                    String instanceType,
                    String productDescription,
                    float spotPrice,
                    Date timestamp,
                    String availabilityZone)
    • Method Detail

      • getRegion

        @Deprecated
        public String getRegion()
        Deprecated.
        To be removed in jclouds 1.6

        Warning

        Especially on EC2 clones that may not support regions, this value is fragile. Consider alternate means to determine context.
      • getInstanceType

        public String getInstanceType()
      • getProductDescription

        public String getProductDescription()
      • getSpotPrice

        public float getSpotPrice()
      • getTimestamp

        public Date getTimestamp()
      • getAvailabilityZone

        public String getAvailabilityZone()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object