Instance

class Instance

Represents an Amazon EC2 instance provisioned as part of cluster.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of Amazon EBS volumes that are attached to this instance.

Link copied to clipboard

The unique identifier of the instance in Amazon EC2.

Link copied to clipboard
val id: String?

The unique identifier for the instance in Amazon EMR.

Link copied to clipboard

The unique identifier of the instance fleet to which an Amazon EC2 instance belongs.

Link copied to clipboard

The identifier of the instance group to which this instance belongs.

Link copied to clipboard

The Amazon EC2 instance type, for example m3.xlarge.

Link copied to clipboard

The instance purchasing option. Valid values are ON_DEMAND or SPOT.

Link copied to clipboard

The private DNS name of the instance.

Link copied to clipboard

The private IP address of the instance.

Link copied to clipboard

The public DNS name of the instance.

Link copied to clipboard

The public IP address of the instance.

Link copied to clipboard

The current status of the instance.

Functions

Link copied to clipboard
inline fun copy(block: Instance.Builder.() -> Unit = {}): Instance
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String