Class: Aws::PCS::Types::ClusterSlurmConfigurationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pcs/types.rb

Overview

Additional options related to the Slurm scheduler.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#scale_down_idle_time_in_secondsInteger

The time (in seconds) before an idle node is scaled down.

Default: ‘600`

Returns:

  • (Integer)


161
162
163
164
165
166
# File 'lib/aws-sdk-pcs/types.rb', line 161

class ClusterSlurmConfigurationRequest < Struct.new(
  :scale_down_idle_time_in_seconds,
  :slurm_custom_settings)
  SENSITIVE = []
  include Aws::Structure
end

#slurm_custom_settingsArray<Types::SlurmCustomSetting>

Additional Slurm-specific configuration that directly maps to Slurm settings.

Returns:



161
162
163
164
165
166
# File 'lib/aws-sdk-pcs/types.rb', line 161

class ClusterSlurmConfigurationRequest < Struct.new(
  :scale_down_idle_time_in_seconds,
  :slurm_custom_settings)
  SENSITIVE = []
  include Aws::Structure
end