SlurmRest

class SlurmRest

The Slurm REST API configuration includes settings for enabling and configuring the Slurm REST API. It's a property of the ClusterSlurmConfiguration object.

Types

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

Properties

Link copied to clipboard

The default value for mode is STANDARD. A value of STANDARD means the Slurm REST API is enabled.

Functions

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