com.krux.hyperion.resource

Ec2Resource

case class Ec2Resource extends ResourceObject with Product with Serializable

EC2 resource

Source
Ec2Resource.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, ResourceObject, PipelineObject, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Ec2Resource
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ResourceObject
  7. PipelineObject
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val actionOnResourceFailure: Option[ActionOnResourceFailure]

  7. val actionOnTaskFailure: Option[ActionOnTaskFailure]

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. val associatePublicIpAddress: Boolean

  10. val availabilityZone: Option[String]

  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  15. def groupedBy(group: String): Ec2Resource

    Definition Classes
    Ec2ResourceResourceObject
  16. implicit val hc: HyperionContext

  17. val id: PipelineObjectId

    Definition Classes
    Ec2ResourcePipelineObject
  18. val imageId: Option[String]

  19. val instanceType: String

  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. val keyPair: Option[String]

  22. def named(name: String): Ec2Resource

    Definition Classes
    Ec2ResourceResourceObject
  23. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  26. def objects: Iterable[PipelineObject]

    Definition Classes
    PipelineObject
  27. def ref: AdpRef[AdpEc2Resource]

    Definition Classes
    Ec2ResourcePipelineObject
  28. val region: Option[String]

  29. val resourceRole: Option[String]

  30. val role: Option[String]

  31. val securityGroupIds: Seq[String]

  32. val securityGroups: Seq[String]

  33. implicit def seq2Option[A](anySeq: Seq[A]): Option[Seq[A]]

    Definition Classes
    PipelineObject
  34. def seqToOption[A, B](anySeq: Seq[A])(transform: (A) ⇒ B): Option[Seq[B]]

    Definition Classes
    PipelineObject
  35. lazy val serialize: AdpEc2Resource

    Definition Classes
    Ec2ResourcePipelineObject
  36. val spotBidPrice: Option[Double]

  37. val subnetId: Option[String]

  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  39. val terminateAfter: String

  40. def terminatingAfter(terminateAfter: String): Ec2Resource

  41. implicit def uniquePipelineId2String(id: PipelineObjectId): String

    Definition Classes
    PipelineObject
  42. val useOnDemandOnLastAttempt: Option[Boolean]

  43. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. def withActionOnResourceFailure(actionOnResourceFailure: ActionOnResourceFailure): Ec2Resource

  47. def withActionOnTaskFailure(actionOnTaskFailure: ActionOnTaskFailure): Ec2Resource

  48. def withAvailabilityZone(availabilityZone: String): Ec2Resource

  49. def withImageId(imageId: String): Ec2Resource

  50. def withInstanceType(instanceType: String): Ec2Resource

  51. def withPublicIp(): Ec2Resource

  52. def withRegion(region: String): Ec2Resource

  53. def withResourceRole(role: String): Ec2Resource

  54. def withRole(role: String): Ec2Resource

  55. def withSecurityGroupIds(groupIds: String*): Ec2Resource

  56. def withSecurityGroups(groups: String*): Ec2Resource

  57. def withSpotBidPrice(spotBidPrice: Double): Ec2Resource

  58. def withSubnetId(id: String): Ec2Resource

  59. def withUseOnDemandOnLastAttempt(useOnDemandOnLastAttempt: Boolean): Ec2Resource

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ResourceObject

Inherited from PipelineObject

Inherited from AnyRef

Inherited from Any

Ungrouped