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 copyFromRedshift(id: String, database: RedshiftDatabase, script: String, s3Path: String): RedshiftUnloadActivity

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

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

  10. def downloadFromGoogleStorage(name: String): GoogleStorageDownloadActivity

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

    Definition Classes
    AnyRef
  12. def finalize(): Unit

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

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

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

    Definition Classes
    Ec2ResourceResourceObject
  16. val id: String

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

  18. val instanceType: String

  19. final def isInstanceOf[T0]: Boolean

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

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

  26. val resourceRole: Option[String]

  27. val role: Option[String]

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

  29. def runJar(name: String): JarActivity

  30. def runShell(name: String): ShellCommandActivity

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

  32. val securityGroupIds: Seq[String]

  33. val securityGroups: Seq[String]

  34. def serialize: AdpEc2Resource

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

    Definition Classes
    AnyRef
  36. val terminateAfter: String

  37. def terminatingAfter(terminateAfter: String): Ec2Resource

  38. def uploadToGoogleStorage(name: String): GoogleStorageUploadActivity

  39. final def wait(): Unit

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

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

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

  43. def withInstanceType(instanceType: String): Ec2Resource

  44. def withPublicIp(): Ec2Resource

  45. def withRegion(region: String): Ec2Resource

  46. def withResourceRole(role: String): Ec2Resource

  47. def withRole(role: String): Ec2Resource

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

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