Class: Aws::PCS::Types::UpdateComputeNodeGroupSlurmConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PCS::Types::UpdateComputeNodeGroupSlurmConfigurationRequest
- Defined in:
- gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb
Overview
Additional options related to the Slurm scheduler.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#scale_down_idle_time_in_seconds ⇒ Integer
The time (in seconds) before an idle node is scaled down.
-
#slurm_custom_settings ⇒ Array<Types::SlurmCustomSetting>
Additional Slurm-specific configuration that directly maps to Slurm settings.
Instance Attribute Details
#scale_down_idle_time_in_seconds ⇒ Integer
The time (in seconds) before an idle node is scaled down. If not
specified, the cluster-level setting applies. This overrides the
cluster-level scaleDownIdleTimeInSeconds setting. A value of -1
removes the override and applies the cluster-level setting to this
compute node group. Requires Slurm version 25.11 or later.
2416 2417 2418 2419 2420 2421 |
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 2416 class UpdateComputeNodeGroupSlurmConfigurationRequest < Struct.new( :scale_down_idle_time_in_seconds, :slurm_custom_settings) SENSITIVE = [] include Aws::Structure end |
#slurm_custom_settings ⇒ Array<Types::SlurmCustomSetting>
Additional Slurm-specific configuration that directly maps to Slurm settings.
2416 2417 2418 2419 2420 2421 |
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 2416 class UpdateComputeNodeGroupSlurmConfigurationRequest < Struct.new( :scale_down_idle_time_in_seconds, :slurm_custom_settings) SENSITIVE = [] include Aws::Structure end |