Class: Aws::PCS::Types::UpdateClusterSlurmConfigurationRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#accountingTypes::UpdateAccountingRequest

The accounting configuration includes configurable settings for Slurm accounting.



2140
2141
2142
2143
2144
2145
2146
2147
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 2140

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

#scale_down_idle_time_in_secondsInteger

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

Default: 600

Returns:

  • (Integer)


2140
2141
2142
2143
2144
2145
2146
2147
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 2140

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

#slurm_custom_settingsArray<Types::SlurmCustomSetting>

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

Returns:



2140
2141
2142
2143
2144
2145
2146
2147
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 2140

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

#slurm_restTypes::UpdateSlurmRestRequest

The Slurm REST API configuration for the cluster.



2140
2141
2142
2143
2144
2145
2146
2147
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 2140

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