com.krux.hyperion.resource

Ec2Resource

Related Docs: object Ec2Resource | package resource

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: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Definition Classes
    AnyRef → Any
  4. val actionOnResourceFailure: Option[ActionOnResourceFailure]

  5. val actionOnTaskFailure: Option[ActionOnTaskFailure]

  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. val associatePublicIpAddress: Boolean

  8. val availabilityZone: Option[String]

  9. def clone(): AnyRef

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

    Definition Classes
    AnyRef
  11. def finalize(): Unit

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

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

    Definition Classes
    Ec2ResourceResourceObject
  14. implicit val hc: HyperionContext

  15. val id: PipelineObjectId

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

  17. val instanceType: String

  18. final def isInstanceOf[T0]: Boolean

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

  20. def named(name: String): Ec2Resource

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

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

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

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

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

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

  27. val resourceRole: Option[String]

  28. val role: Option[String]

  29. val securityGroupIds: Seq[String]

  30. val securityGroups: Seq[String]

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

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

    Definition Classes
    PipelineObject
  33. lazy val serialize: AdpEc2Resource

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

  35. val subnetId: Option[String]

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

    Definition Classes
    AnyRef
  37. val terminateAfter: String

  38. def terminatingAfter(terminateAfter: String): Ec2Resource

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

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

  41. final def wait(): Unit

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

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

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

  45. def withActionOnTaskFailure(actionOnTaskFailure: ActionOnTaskFailure): Ec2Resource

  46. def withAvailabilityZone(availabilityZone: String): Ec2Resource

  47. def withImageId(imageId: String): Ec2Resource

  48. def withInstanceType(instanceType: String): Ec2Resource

  49. def withPublicIp(): Ec2Resource

  50. def withRegion(region: String): Ec2Resource

  51. def withResourceRole(role: String): Ec2Resource

  52. def withRole(role: String): Ec2Resource

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

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

  55. def withSpotBidPrice(spotBidPrice: Double): Ec2Resource

  56. def withSubnetId(id: String): Ec2Resource

  57. 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