com.krux.hyperion.objects

Ec2Resource

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

    Definition Classes
    Any
  7. val associatePublicIpAddress: Boolean

  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def copyFromRedshift(id: String, database: RedshiftDatabase, script: String, s3Path: String): RedshiftUnloadActivity

  10. def copyIntoRedshift(id: String, input: S3DataNode, output: RedshiftDataNode, insertMode: InsertMode): RedshiftCopyActivity

  11. def deleteS3Path(id: String, s3Path: String): DeleteS3PathActivity

  12. def downloadFromGoogleStorage(name: String): GoogleStorageDownloadActivity

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

    Definition Classes
    AnyRef
  14. def finalize(): Unit

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

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

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

    Definition Classes
    Ec2ResourceResourceObject
  18. val id: String

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

  20. val instanceType: String

  21. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    ResourceObject
  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. val region: Option[String]

  28. val resourceRole: Option[String]

  29. val role: Option[String]

  30. def runCopy(input: Copyable, output: Copyable): CopyActivity

  31. def runJar(name: String): JarActivity

  32. def runShell(name: String): ShellCommandActivity

  33. def runSql(name: String, script: String, database: Database): SqlActivity

  34. val securityGroupIds: Seq[String]

  35. val securityGroups: Seq[String]

  36. def serialize: AdpEc2Resource

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

    Definition Classes
    AnyRef
  38. val terminateAfter: String

  39. def terminatingAfter(terminateAfter: String): Ec2Resource

  40. def uploadToGoogleStorage(name: String): GoogleStorageUploadActivity

  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 withImageId(imageId: String): Ec2Resource

  45. def withInstanceType(instanceType: String): Ec2Resource

  46. def withPublicIp(): Ec2Resource

  47. def withRegion(region: String): Ec2Resource

  48. def withResourceRole(role: String): Ec2Resource

  49. def withRole(role: String): Ec2Resource

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

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