awscala.ec2

Instance

class Instance extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Instance
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Instance(underlying: com.amazonaws.services.ec2.model.Instance)

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. def amiLaunchIndex: Int

  7. def architecture: String

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def blockDeviceMappings: Seq[InstanceBlockDeviceMapping]

  10. def clientToken: String

  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def createImage(imageName: String)(implicit ec2: EC2): CreateImageResult

  13. def ebsOptimized: Boolean

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

    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  18. def getInstanceLifecycle: Option[String]

  19. def getName: Option[String]

  20. def getRamdiskId: Option[String]

  21. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  22. def hypervisor: Option[String]

  23. def iamInstanceProfile: Option[IamInstanceProfile]

  24. def imageId: String

  25. def instanceId: String

  26. def instanceLifecycle: String

  27. def instanceType: String

  28. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  29. def kernelId: String

  30. def keyName: String

  31. def launchTime: Date

  32. def monitoring: Monitoring

  33. def name: String

  34. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  35. def networkInterfaces: Seq[InstanceNetworkInterface]

  36. final def notify(): Unit

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

    Definition Classes
    AnyRef
  38. def placement: Placement

  39. def platform: Option[String]

  40. def privateDnsName: String

  41. def privateIpAddress: String

  42. def productCodes: Seq[ProductCode]

  43. def publicDnsName: String

  44. def publicIpAddress: String

  45. def ramdiskId: String

  46. def reboot()(implicit ec2: EC2): RebootInstancesResult

  47. def rootDeviceName: String

  48. def rootDeviceType: String

  49. def securityGroups: Seq[GroupIdentifier]

  50. def sourceDestCheck: Boolean

  51. def spotInstanceRequestId: Option[String]

  52. def start()(implicit ec2: EC2): StartInstancesResult

  53. def state: InstanceState

  54. def stateReason: Option[StateReason]

  55. def stateTransitionReason: String

  56. def stop()(implicit ec2: EC2): StopInstancesResult

  57. def subnetId: Option[String]

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

    Definition Classes
    AnyRef
  59. def tags: Map[String, String]

  60. def terminate()(implicit ec2: EC2): TerminateInstancesResult

  61. def toString(): String

    Definition Classes
    Instance → AnyRef → Any
  62. val underlying: com.amazonaws.services.ec2.model.Instance

  63. def virtualizationType: Option[String]

  64. def vpcId: Option[String]

  65. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  68. def withKeyPair[T](keyPairFile: File, user: String = "ec2-user", connectionTimeout: Int = 30000)(f: (InstanceWithKeyPair) ⇒ T): T

Inherited from AnyRef

Inherited from Any

Ungrouped