class Instance extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- Instance
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Instance(underlying: com.amazonaws.services.ec2.model.Instance)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def amiLaunchIndex: Int
- def architecture: String
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def blockDeviceMappings: Seq[InstanceBlockDeviceMapping]
- def clientToken: String
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def createImage(imageName: String)(implicit ec2: EC2): CreateImageResult
- def ebsOptimized: Boolean
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getInstanceLifecycle: Option[String]
- def getName: Option[String]
- def getRamdiskId: Option[String]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hypervisor: Option[String]
- def iamInstanceProfile: Option[IamInstanceProfile]
- def imageId: String
- def instanceId: String
- def instanceLifecycle: String
- def instanceType: String
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def kernelId: String
- def keyName: String
- def launchTime: Date
- def monitoring: Monitoring
- def name: String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def networkInterfaces: Seq[InstanceNetworkInterface]
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def placement: Placement
- def platform: Option[String]
- def privateDnsName: String
- def privateIpAddress: String
- def productCodes: Seq[ProductCode]
- def publicDnsName: String
- def publicIpAddress: String
- def ramdiskId: String
- def reboot()(implicit ec2: EC2): RebootInstancesResult
- def rootDeviceName: String
- def rootDeviceType: String
- def securityGroups: Seq[GroupIdentifier]
- def sourceDestCheck: Boolean
- def spotInstanceRequestId: Option[String]
- def start()(implicit ec2: EC2): StartInstancesResult
- def state: InstanceState
- def stateReason: Option[StateReason]
- def stateTransitionReason: String
- def stop()(implicit ec2: EC2): StopInstancesResult
- def subnetId: Option[String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def tags: Map[String, String]
- def terminate()(implicit ec2: EC2): TerminateInstancesResult
-
def
toString(): String
- Definition Classes
- Instance → AnyRef → Any
- val underlying: com.amazonaws.services.ec2.model.Instance
- def virtualizationType: Option[String]
- def vpcId: Option[String]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def withKeyPair[T](keyPairFile: File, user: String = "ec2-user", connectionTimeout: Int = 30000)(f: (InstanceWithKeyPair) ⇒ T): T