InstanceGroupDetail

Detailed information about an instance group.

Types

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

Properties

Link copied to clipboard

The bid price for each Amazon EC2 Spot Instance type as defined by InstanceType. Expressed in USD. If neither BidPrice nor BidPriceAsPercentageOfOnDemandPrice is provided, BidPriceAsPercentageOfOnDemandPrice defaults to 100%.

Link copied to clipboard

The date/time the instance group was created.

Link copied to clipboard

The custom AMI ID to use for the provisioned instance group.

Link copied to clipboard

The date/time the instance group was terminated.

Link copied to clipboard

Unique identifier for the instance group.

Link copied to clipboard

Target number of instances to run in the instance group.

Link copied to clipboard

Instance group role in the cluster

Link copied to clipboard

Actual count of running instances.

Link copied to clipboard

Amazon EC2 instance type.

Link copied to clipboard

Details regarding the state of the instance group.

Link copied to clipboard

Market type of the Amazon EC2 instances used to create a cluster node.

Link copied to clipboard
val name: String?

Friendly name for the instance group.

Link copied to clipboard

The date/time the instance group was available to the cluster.

Link copied to clipboard

The date/time the instance group was started.

Link copied to clipboard

State of instance group. The following values are no longer supported: STARTING, TERMINATED, and FAILED.

Functions

Link copied to clipboard
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