Cluster

class Cluster

The cluster resource and configuration.

Types

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

Properties

Link copied to clipboard
val arn: String

The unique Amazon Resource Name (ARN) of the cluster.

Link copied to clipboard

The date and time the resource was created.

Link copied to clipboard

The list of endpoints available for interaction with the scheduler.

Link copied to clipboard

The list of errors that occurred during cluster provisioning.

Link copied to clipboard
val id: String

The generated unique ID of the cluster.

Link copied to clipboard

The date and time the resource was modified.

Link copied to clipboard

The name that identifies the cluster.

Link copied to clipboard

The networking configuration for the cluster's control plane.

Link copied to clipboard

The cluster management and job scheduling software associated with the cluster.

Link copied to clipboard
val size: Size

The size of the cluster.

Link copied to clipboard

Additional options related to the Slurm scheduler.

Link copied to clipboard

The provisioning status of the cluster.

Functions

Link copied to clipboard
inline fun copy(block: Cluster.Builder.() -> Unit = {}): Cluster
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