com.krux.hyperion.objects

Ec2Resource

Related Docs: object Ec2Resource | package objects

case class Ec2Resource(id: String, terminateAfter: String, role: Option[String], resourceRole: Option[String], instanceType: String, region: Option[String], imageId: Option[String], securityGroups: Seq[String], securityGroupIds: Seq[String], associatePublicIpAddress: Boolean)(implicit hc: HyperionContext) 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

Instance Constructors

  1. new Ec2Resource(id: String, terminateAfter: String, role: Option[String], resourceRole: Option[String], instanceType: String, region: Option[String], imageId: Option[String], securityGroups: Seq[String], securityGroupIds: Seq[String], associatePublicIpAddress: Boolean)(implicit hc: HyperionContext)

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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. val associatePublicIpAddress: Boolean

  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def downloadFromGoogleStorage(name: String): GoogleStorageDownloadActivity

  8. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  9. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def forClient(client: String): Ec2Resource

  11. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  12. implicit val hc: HyperionContext

    Definition Classes
    Ec2ResourceResourceObject
  13. val id: String

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

  15. val instanceType: String

  16. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    ResourceObject
  18. final def ne(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    PipelineObject
  22. val region: Option[String]

  23. val resourceRole: Option[String]

  24. val role: Option[String]

  25. def runJar(name: String): JarActivity

  26. def runShell(name: String): ShellCommandActivity

  27. val securityGroupIds: Seq[String]

  28. val securityGroups: Seq[String]

  29. def serialize: AdpEc2Resource

    Definition Classes
    Ec2ResourcePipelineObject
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  31. val terminateAfter: String

  32. def terminatingAfter(terminateAfter: String): Ec2Resource

  33. def uploadToGoogleStorage(name: String): GoogleStorageUploadActivity

  34. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. def withImageId(imageId: String): Ec2Resource

  38. def withInstanceType(instanceType: String): Ec2Resource

  39. def withPublicIp(): Ec2Resource

  40. def withRegion(region: String): Ec2Resource

  41. def withResourceRole(role: String): Ec2Resource

  42. def withRole(role: String): Ec2Resource

  43. def withSecurityGroupIds(securityGroupIds: String*): Ec2Resource

  44. def withSecurityGroups(securityGroups: String*): 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